Skip to content

Commit b937a7e

Browse files
github-actions[bot]janniks
authored andcommitted
chore: version packages
1 parent 7031ead commit b937a7e

File tree

23 files changed

+172
-81
lines changed

23 files changed

+172
-81
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
7+
8+
9+
### Features
10+
11+
* implement `getContractMapEntry` function ([#1461](https://github.com/hirosystems/stacks.js/issues/1461)) ([7031ead](https://github.com/hirosystems/stacks.js/commit/7031ead112f7333d165f5946eae0481f6aa9a20f))
12+
13+
14+
615
## [6.2.1](https://github.com/hirosystems/stacks.js/compare/v6.2.0...v6.2.1) (2023-03-04)
716

817

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.2.1",
2+
"version": "6.3.0",
33
"registry": "https://registry.npmjs.org/",
44
"publishConfig": {
55
"access": "public"

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/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+
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
7+
8+
**Note:** Version bump only for package @stacks/auth
9+
10+
11+
12+
13+
614
## [6.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
715

816
**Note:** Version bump only for package @stacks/auth

packages/auth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/auth",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Authentication for Stacks apps.",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -21,9 +21,9 @@
2121
},
2222
"dependencies": {
2323
"@stacks/common": "^6.0.0",
24-
"@stacks/encryption": "^6.2.0",
25-
"@stacks/network": "^6.1.1",
26-
"@stacks/profile": "^6.2.0",
24+
"@stacks/encryption": "^6.3.0",
25+
"@stacks/network": "^6.3.0",
26+
"@stacks/profile": "^6.3.0",
2727
"cross-fetch": "^3.1.5",
2828
"jsontokens": "^4.0.1"
2929
},

packages/bns/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+
## [6.3.0](https://github.com/blockstack/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
7+
8+
**Note:** Version bump only for package @stacks/bns
9+
10+
11+
12+
13+
614
## [6.2.0](https://github.com/blockstack/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
715

816
**Note:** Version bump only for package @stacks/bns

packages/bns/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/bns",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@stacks/common": "^6.0.0",
24-
"@stacks/network": "^6.1.1",
25-
"@stacks/transactions": "^6.2.0"
24+
"@stacks/network": "^6.3.0",
25+
"@stacks/transactions": "^6.3.0"
2626
},
2727
"devDependencies": {
2828
"process": "^0.11.10",

packages/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+
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
7+
8+
**Note:** Version bump only for package @stacks/cli
9+
10+
11+
12+
13+
614
## [6.2.1](https://github.com/hirosystems/stacks.js/compare/v6.2.0...v6.2.1) (2023-03-04)
715

816

packages/cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stacks/cli",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"description": "Stacks command line tool",
55
"license": "MIT",
66
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -20,16 +20,16 @@
2020
"dependencies": {
2121
"@scure/bip32": "1.1.3",
2222
"@scure/bip39": "1.1.0",
23-
"@stacks/auth": "^6.2.0",
23+
"@stacks/auth": "^6.3.0",
2424
"@stacks/blockchain-api-client": "4.0.1",
25-
"@stacks/bns": "^6.2.0",
25+
"@stacks/bns": "^6.3.0",
2626
"@stacks/common": "^6.0.0",
27-
"@stacks/encryption": "^6.2.0",
28-
"@stacks/network": "^6.1.1",
29-
"@stacks/stacking": "^6.2.0",
30-
"@stacks/storage": "^6.2.0",
31-
"@stacks/transactions": "^6.2.0",
32-
"@stacks/wallet-sdk": "^6.2.0",
27+
"@stacks/encryption": "^6.3.0",
28+
"@stacks/network": "^6.3.0",
29+
"@stacks/stacking": "^6.3.0",
30+
"@stacks/storage": "^6.3.0",
31+
"@stacks/transactions": "^6.3.0",
32+
"@stacks/wallet-sdk": "^6.3.0",
3333
"ajv": "^6.12.6",
3434
"bip32": "^2.0.6",
3535
"bip39": "^3.0.2",

packages/encryption/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+
## [6.3.0](https://github.com/hirosystems/stacks.js/compare/v6.2.1...v6.3.0) (2023-03-17)
7+
8+
**Note:** Version bump only for package @stacks/encryption
9+
10+
11+
12+
13+
614
## [6.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
715

816
**Note:** Version bump only for package @stacks/encryption

0 commit comments

Comments
 (0)