This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Commit 80c912b 1 parent 65b4a15 commit 80c912b Copy full SHA for 80c912b
File tree 16 files changed +81
-17
lines changed
16 files changed +81
-17
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package clarity-monorepo-wrapper
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package clarity-monorepo-wrapper
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.3.12 "
5
+ "version" : " 0.3.13 "
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package @blockstack/clarity-cli
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package @blockstack/clarity-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blockstack/clarity-cli" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " The Clarity CLI is used to manage Clarity smart contracts from the command line." ,
5
5
"author" : " Blockstack <engineering@blockstack.com> (https://blockstack.com/)" ,
6
6
"license" : " MIT" ,
50
50
"test" : " npm run build && nyc mocha"
51
51
},
52
52
"dependencies" : {
53
- "@blockstack/clarity" : " ^0.3.12 " ,
54
- "@blockstack/clarity-native-bin" : " ^0.3.12 " ,
53
+ "@blockstack/clarity" : " ^0.3.13 " ,
54
+ "@blockstack/clarity-native-bin" : " ^0.3.13 " ,
55
55
"@oclif/command" : " ^1.5.13" ,
56
56
"@oclif/config" : " ^1.13.0" ,
57
57
"@oclif/plugin-help" : " ^2.1.6" ,
58
58
"fs-extra" : " ^8.0.1" ,
59
- "generator-clarity-dev" : " ^0.3.12 " ,
59
+ "generator-clarity-dev" : " ^0.3.13 " ,
60
60
"tslib" : " ^1.9.3"
61
61
},
62
62
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package @blockstack/clarity-native-bin
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package @blockstack/clarity-native-bin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blockstack/clarity-native-bin" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " Library for providing the native Clarity CLI binary" ,
5
5
"author" : " Blockstack <engineering@blockstack.com> (https://blockstack.com/)" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package @blockstack/clarity-tslint
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package @blockstack/clarity-tslint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blockstack/clarity-tslint" ,
3
3
"description" : " tslint rules for blockstack" ,
4
- "version" : " 0.3.12 " ,
4
+ "version" : " 0.3.13 " ,
5
5
"author" : " Blockstack <engineering@blockstack.com> (https://blockstack.com/)" ,
6
6
"devDependencies" : {
7
7
"shx" : " ^0.3.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package @blockstack/clarity-tutorials
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package @blockstack/clarity-tutorials
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blockstack/clarity-tutorials" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " Getting started with Clarity" ,
5
5
"author" : " Blockstack <engineering@blockstack.com> (https://blockstack.com/)" ,
6
6
"license" : " MIT" ,
36
36
" /contracts"
37
37
],
38
38
"dependencies" : {
39
- "@blockstack/clarity" : " ^0.3.12 " ,
40
- "@blockstack/clarity-native-bin" : " ^0.3.12 "
39
+ "@blockstack/clarity" : " ^0.3.13 " ,
40
+ "@blockstack/clarity-native-bin" : " ^0.3.13 "
41
41
},
42
42
"devDependencies" : {
43
43
"@types/chai" : " ^4.1.7" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package @blockstack/clarity
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package @blockstack/clarity
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blockstack/clarity" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " Clarity JS SDK - Core library" ,
5
5
"author" : " Blockstack <engineering@blockstack.com> (https://blockstack.com/)" ,
6
6
"license" : " MIT" ,
37
37
"@blockstack/clarity-native-bin" : " ^0.3.12"
38
38
},
39
39
"devDependencies" : {
40
- "@blockstack/clarity-native-bin" : " ^0.3.12 " ,
40
+ "@blockstack/clarity-native-bin" : " ^0.3.13 " ,
41
41
"@types/chai" : " ^4.1.7" ,
42
42
"@types/mocha" : " ^5.2.7" ,
43
43
"@types/node" : " ^10" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package create-clarity-starter
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package create-clarity-starter
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-clarity-starter" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " An npm initializer to setup a Clarity development environment" ,
5
5
"author" : " Blockstack <engineering@blockstack.com> (https://blockstack.com/)" ,
6
6
"license" : " MIT" ,
39
39
" /cmd"
40
40
],
41
41
"dependencies" : {
42
- "generator-clarity-dev" : " ^0.3.12 "
42
+ "generator-clarity-dev" : " ^0.3.13 "
43
43
},
44
44
"devDependencies" : {
45
45
"@types/chai" : " ^4.1.7" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 0.3.13 (2021-05-13)
7
+
8
+ ** Note:** Version bump only for package generator-clarity-dev
9
+
10
+
11
+
12
+
13
+
6
14
## 0.3.12 (2021-04-22)
7
15
8
16
** Note:** Version bump only for package generator-clarity-dev
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-clarity-dev" ,
3
- "version" : " 0.3.12 " ,
3
+ "version" : " 0.3.13 " ,
4
4
"description" : " Yeoman generator to setup a Clarity development environment" ,
5
5
"author" : " Blockstack <engineering@blockstack.com> (https://blockstack.com/)" ,
6
6
"license" : " MIT" ,
35
35
"test" : " npm run build && nyc mocha"
36
36
},
37
37
"dependencies" : {
38
- "@blockstack/clarity" : " ^0.3.12 " ,
39
- "@blockstack/clarity-native-bin" : " ^0.3.12 " ,
38
+ "@blockstack/clarity" : " ^0.3.13 " ,
39
+ "@blockstack/clarity-native-bin" : " ^0.3.13 " ,
40
40
"github-username" : " ^5.0.1" ,
41
41
"semver" : " ^6.1.1" ,
42
42
"yeoman-generator" : " ^4.0.1"
You can’t perform that action at this time.
0 commit comments