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

Commit b3e2130

Browse files
chore(release): publish v0.3.6
1 parent 769045f commit b3e2130

File tree

16 files changed

+81
-17
lines changed

16 files changed

+81
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.6 (2021-01-05)
7+
8+
**Note:** Version bump only for package clarity-monorepo-wrapper
9+
10+
11+
12+
13+
614
## 0.3.5 (2020-12-22)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.3.5"
5+
"version": "0.3.6"
66
}

packages/clarity-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.6 (2021-01-05)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-cli
9+
10+
11+
12+
13+
614
## 0.3.5 (2020-12-22)
715

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

packages/clarity-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockstack/clarity-cli",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "The Clarity CLI is used to manage Clarity smart contracts from the command line.",
55
"author": "Blockstack <[email protected]> (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.5",
54-
"@blockstack/clarity-native-bin": "^0.3.5",
53+
"@blockstack/clarity": "^0.3.6",
54+
"@blockstack/clarity-native-bin": "^0.3.6",
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.5",
59+
"generator-clarity-dev": "^0.3.6",
6060
"tslib": "^1.9.3"
6161
},
6262
"devDependencies": {

packages/clarity-native-bin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.6 (2021-01-05)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-native-bin
9+
10+
11+
12+
13+
614
## 0.3.5 (2020-12-22)
715

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

packages/clarity-native-bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockstack/clarity-native-bin",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Library for providing the native Clarity CLI binary",
55
"author": "Blockstack <[email protected]> (https://blockstack.com/)",
66
"license": "MIT",

packages/clarity-tslint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.6 (2021-01-05)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-tslint
9+
10+
11+
12+
13+
614
## 0.3.5 (2020-12-22)
715

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

packages/clarity-tslint/package.json

Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "0.3.6",
55
"author": "Blockstack <[email protected]> (https://blockstack.com/)",
66
"devDependencies": {
77
"shx": "^0.3.2",

packages/clarity-tutorials/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.6 (2021-01-05)
7+
8+
**Note:** Version bump only for package @blockstack/clarity-tutorials
9+
10+
11+
12+
13+
614
## 0.3.5 (2020-12-22)
715

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

packages/clarity-tutorials/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockstack/clarity-tutorials",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Getting started with Clarity",
55
"author": "Blockstack <[email protected]> (https://blockstack.com/)",
66
"license": "MIT",
@@ -36,8 +36,8 @@
3636
"/contracts"
3737
],
3838
"dependencies": {
39-
"@blockstack/clarity": "^0.3.5",
40-
"@blockstack/clarity-native-bin": "^0.3.5"
39+
"@blockstack/clarity": "^0.3.6",
40+
"@blockstack/clarity-native-bin": "^0.3.6"
4141
},
4242
"devDependencies": {
4343
"@types/chai": "^4.1.7",

0 commit comments

Comments
 (0)