Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 80c912b

Browse files
chore(release): publish v0.3.13
1 parent 65b4a15 commit 80c912b

File tree

16 files changed

+81
-17
lines changed

16 files changed

+81
-17
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package clarity-monorepo-wrapper
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package clarity-monorepo-wrapper

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.3.12"
5+
"version": "0.3.13"
66
}

packages/clarity-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-cli
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package @blockstack/clarity-cli

packages/clarity-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockstack/clarity-cli",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "The Clarity CLI is used to manage Clarity smart contracts from the command line.",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",
66
"license": "MIT",
@@ -50,13 +50,13 @@
5050
"test": "npm run build && nyc mocha"
5151
},
5252
"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",
5555
"@oclif/command": "^1.5.13",
5656
"@oclif/config": "^1.13.0",
5757
"@oclif/plugin-help": "^2.1.6",
5858
"fs-extra": "^8.0.1",
59-
"generator-clarity-dev": "^0.3.12",
59+
"generator-clarity-dev": "^0.3.13",
6060
"tslib": "^1.9.3"
6161
},
6262
"devDependencies": {

packages/clarity-native-bin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-native-bin
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package @blockstack/clarity-native-bin

packages/clarity-native-bin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockstack/clarity-native-bin",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Library for providing the native Clarity CLI binary",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",
66
"license": "MIT",

packages/clarity-tslint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-tslint
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package @blockstack/clarity-tslint

packages/clarity-tslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blockstack/clarity-tslint",
33
"description": "tslint rules for blockstack",
4-
"version": "0.3.12",
4+
"version": "0.3.13",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",
66
"devDependencies": {
77
"shx": "^0.3.2",

packages/clarity-tutorials/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-tutorials
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package @blockstack/clarity-tutorials

packages/clarity-tutorials/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockstack/clarity-tutorials",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Getting started with Clarity",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",
66
"license": "MIT",
@@ -36,8 +36,8 @@
3636
"/contracts"
3737
],
3838
"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"
4141
},
4242
"devDependencies": {
4343
"@types/chai": "^4.1.7",

packages/clarity/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package @blockstack/clarity
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package @blockstack/clarity

packages/clarity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockstack/clarity",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Clarity JS SDK - Core library",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"@blockstack/clarity-native-bin": "^0.3.12"
3838
},
3939
"devDependencies": {
40-
"@blockstack/clarity-native-bin": "^0.3.12",
40+
"@blockstack/clarity-native-bin": "^0.3.13",
4141
"@types/chai": "^4.1.7",
4242
"@types/mocha": "^5.2.7",
4343
"@types/node": "^10",

packages/create-clarity-starter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package create-clarity-starter
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package create-clarity-starter

packages/create-clarity-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-clarity-starter",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "An npm initializer to setup a Clarity development environment",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",
66
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"/cmd"
4040
],
4141
"dependencies": {
42-
"generator-clarity-dev": "^0.3.12"
42+
"generator-clarity-dev": "^0.3.13"
4343
},
4444
"devDependencies": {
4545
"@types/chai": "^4.1.7",

packages/generator-clarity-dev/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.13 (2021-05-13)
7+
8+
**Note:** Version bump only for package generator-clarity-dev
9+
10+
11+
12+
13+
614
## 0.3.12 (2021-04-22)
715

816
**Note:** Version bump only for package generator-clarity-dev

packages/generator-clarity-dev/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-clarity-dev",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Yeoman generator to setup a Clarity development environment",
55
"author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"test": "npm run build && nyc mocha"
3636
},
3737
"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",
4040
"github-username": "^5.0.1",
4141
"semver": "^6.1.1",
4242
"yeoman-generator": "^4.0.1"

0 commit comments

Comments
 (0)