Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and janniks committed Dec 4, 2023
1 parent 25c821b commit 9af3f5a
Show file tree
Hide file tree
Showing 25 changed files with 209 additions and 103 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28)


### Features

* cli option to decode serialized Clarity values ([#1599](https://github.com/hirosystems/stacks.js/issues/1599)) ([25c821b](https://github.com/hirosystems/stacks.js/commit/25c821b58fa45896e10881b920df781a14a86c83))


### Bug Fixes

* add address alias for principal ([bd96bb5](https://github.com/hirosystems/stacks.js/commit/bd96bb502dc50dc86e6dbc94da43c5b2bbc35d61))
* add generic principal helper ([25176ce](https://github.com/hirosystems/stacks.js/commit/25176ce595d5eef0dab564c1a3a214403a9e280d))



## [6.9.0](https://github.com/hirosystems/stacks.js/compare/v6.8.1...v6.9.0) (2023-09-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.9.0",
"version": "6.10.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28)

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





## [6.9.0](https://github.com/hirosystems/stacks.js/compare/v6.8.1...v6.9.0) (2023-09-20)

**Note:** Version bump only for package @stacks/auth
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "6.9.0",
"version": "6.10.0",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,10 +20,10 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^6.8.1",
"@stacks/encryption": "^6.9.0",
"@stacks/network": "^6.8.1",
"@stacks/profile": "^6.9.0",
"@stacks/common": "^6.10.0",
"@stacks/encryption": "^6.10.0",
"@stacks/network": "^6.10.0",
"@stacks/profile": "^6.10.0",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/bns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.10.0](https://github.com/blockstack/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28)

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





## [6.9.0](https://github.com/blockstack/stacks.js/compare/v6.8.1...v6.9.0) (2023-09-20)

**Note:** Version bump only for package @stacks/bns
Expand Down
8 changes: 4 additions & 4 deletions packages/bns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "6.9.0",
"version": "6.10.0",
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,9 +20,9 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/common": "^6.8.1",
"@stacks/network": "^6.8.1",
"@stacks/transactions": "^6.9.0"
"@stacks/common": "^6.10.0",
"@stacks/network": "^6.10.0",
"@stacks/transactions": "^6.10.0"
},
"devDependencies": {
"process": "^0.11.10",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28)


### Features

* cli option to decode serialized Clarity values ([#1599](https://github.com/hirosystems/stacks.js/issues/1599)) ([25c821b](https://github.com/hirosystems/stacks.js/commit/25c821b58fa45896e10881b920df781a14a86c83))



## [6.9.0](https://github.com/hirosystems/stacks.js/compare/v6.8.1...v6.9.0) (2023-09-20)

**Note:** Version bump only for package @stacks/cli
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "6.9.0",
"version": "6.10.0",
"description": "Stacks command line tool",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand All @@ -20,16 +20,16 @@
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.9.0",
"@stacks/auth": "^6.10.0",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.9.0",
"@stacks/common": "^6.8.1",
"@stacks/encryption": "^6.9.0",
"@stacks/network": "^6.8.1",
"@stacks/stacking": "^6.9.0",
"@stacks/storage": "^6.9.0",
"@stacks/transactions": "^6.9.0",
"@stacks/wallet-sdk": "^6.9.0",
"@stacks/bns": "^6.10.0",
"@stacks/common": "^6.10.0",
"@stacks/encryption": "^6.10.0",
"@stacks/network": "^6.10.0",
"@stacks/stacking": "^6.10.0",
"@stacks/storage": "^6.10.0",
"@stacks/transactions": "^6.10.0",
"@stacks/wallet-sdk": "^6.10.0",
"ajv": "^6.12.6",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.10.0](https://github.com/hirosystems/stacks.js/compare/v6.9.0...v6.10.0) (2023-11-28)

**Note:** Version bump only for package @stacks/common





## [6.8.1](https://github.com/hirosystems/stacks.js/compare/v6.8.0...v6.8.1) (2023-09-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/common",
"version": "6.8.1",
"version": "6.10.0",
"description": "Common Stacks utilities",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
Expand Down
Loading

1 comment on commit 9af3f5a

@vercel
Copy link

@vercel vercel bot commented on 9af3f5a Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.