chore: version packages

This commit is contained in:
github-actions[bot]
2023-02-22 23:54:46 +00:00
committed by janniks
parent a1cb55ceb2
commit 9d3b376ff8
21 changed files with 159 additions and 63 deletions

View File

@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
### Features
* add additional data to auth resp ([3c9b72f](https://github.com/hirosystems/stacks.js/commit/3c9b72f61b0a0d1f618ffe47313a5ad99128627b))
* allow string name for AnchorMode ([a039c33](https://github.com/hirosystems/stacks.js/commit/a039c33292436057bd5e73d4f796441794141f96))
### Bug Fixes
* a few Clarity value construction functions were not being exported ([f0ba4a2](https://github.com/hirosystems/stacks.js/commit/f0ba4a2f0d597c27839ff1f15b2b73514ca25fd3))
* add missing fee and nonce to all stacking methods ([d81cfd1](https://github.com/hirosystems/stacks.js/commit/d81cfd1b8d1f21e737e6d98bfaa65924b3c871cc))
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)

View File

@@ -1,5 +1,5 @@
{
"version": "6.1.1",
"version": "6.2.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"

62
package-lock.json generated
View File

@@ -25168,13 +25168,13 @@
},
"packages/auth": {
"name": "@stacks/auth",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/profile": "^6.2.0",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1"
},
@@ -25185,12 +25185,12 @@
},
"packages/bns": {
"name": "@stacks/bns",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@stacks/common": "^6.0.0",
"@stacks/network": "^6.1.1",
"@stacks/transactions": "^6.1.1"
"@stacks/transactions": "^6.2.0"
},
"devDependencies": {
"process": "^0.11.10",
@@ -25199,21 +25199,21 @@
},
"packages/cli": {
"name": "@stacks/cli",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.1.1",
"@stacks/auth": "^6.2.0",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.1.1",
"@stacks/bns": "^6.2.0",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/stacking": "^6.1.1",
"@stacks/storage": "^6.1.1",
"@stacks/transactions": "^6.1.1",
"@stacks/wallet-sdk": "^6.1.1",
"@stacks/stacking": "^6.2.0",
"@stacks/storage": "^6.2.0",
"@stacks/transactions": "^6.2.0",
"@stacks/wallet-sdk": "^6.2.0",
"ajv": "^8.12.0",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
@@ -25382,7 +25382,7 @@
},
"packages/encryption": {
"name": "@stacks/encryption",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.1.5",
@@ -25397,7 +25397,7 @@
},
"devDependencies": {
"@peculiar/webcrypto": "^1.1.6",
"@stacks/transactions": "^6.1.1",
"@stacks/transactions": "^6.2.0",
"@types/bs58check": "^2.1.0",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",
@@ -25462,12 +25462,12 @@
},
"packages/profile": {
"name": "@stacks/profile",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@stacks/common": "^6.0.0",
"@stacks/network": "^6.1.1",
"@stacks/transactions": "^6.1.1",
"@stacks/transactions": "^6.2.0",
"jsontokens": "^4.0.1",
"schema-inspector": "^2.0.2",
"zone-file": "^2.0.0-beta.3"
@@ -25480,15 +25480,15 @@
},
"packages/stacking": {
"name": "@stacks/stacking",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@scure/base": "1.1.1",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^6.1.1",
"@stacks/transactions": "^6.2.0",
"bs58": "^5.0.0"
},
"devDependencies": {
@@ -25549,12 +25549,12 @@
},
"packages/storage": {
"name": "@stacks/storage",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@stacks/auth": "^6.1.1",
"@stacks/auth": "^6.2.0",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"base64-js": "^1.5.1",
"jsontokens": "^4.0.1"
@@ -25617,7 +25617,7 @@
},
"packages/transactions": {
"name": "@stacks/transactions",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.1.5",
@@ -25628,7 +25628,7 @@
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@types/common-tags": "^1.8.0",
"@types/elliptic": "^6.4.12",
"@types/lodash.clonedeep": "^4.5.6",
@@ -25640,18 +25640,18 @@
},
"packages/wallet-sdk": {
"name": "@stacks/wallet-sdk",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.1.1",
"@stacks/auth": "^6.2.0",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/storage": "^6.1.1",
"@stacks/transactions": "^6.1.1",
"@stacks/profile": "^6.2.0",
"@stacks/storage": "^6.2.0",
"@stacks/transactions": "^6.2.0",
"buffer": "^6.0.3",
"c32check": "^2.0.0",
"jsontokens": "^4.0.1",

View File

@@ -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.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
**Note:** Version bump only for package @stacks/auth
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/auth

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "6.1.1",
"version": "6.2.0",
"description": "Authentication for Stacks apps.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -21,9 +21,9 @@
},
"dependencies": {
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/profile": "^6.2.0",
"cross-fetch": "^3.1.5",
"jsontokens": "^4.0.1"
},

View File

@@ -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.2.0](https://github.com/blockstack/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
**Note:** Version bump only for package @stacks/bns
## [6.1.1](https://github.com/blockstack/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/bns

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/bns",
"version": "6.1.1",
"version": "6.2.0",
"description": "Library for working with the Stacks Blockchain Naming System BNS.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -22,7 +22,7 @@
"dependencies": {
"@stacks/common": "^6.0.0",
"@stacks/network": "^6.1.1",
"@stacks/transactions": "^6.1.1"
"@stacks/transactions": "^6.2.0"
},
"devDependencies": {
"process": "^0.11.10",

View File

@@ -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.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
**Note:** Version bump only for package @stacks/cli
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/cli

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "6.1.1",
"version": "6.2.0",
"description": "Stacks command line tool",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -20,16 +20,16 @@
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.1.1",
"@stacks/auth": "^6.2.0",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.1.1",
"@stacks/bns": "^6.2.0",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/stacking": "^6.1.1",
"@stacks/storage": "^6.1.1",
"@stacks/transactions": "^6.1.1",
"@stacks/wallet-sdk": "^6.1.1",
"@stacks/stacking": "^6.2.0",
"@stacks/storage": "^6.2.0",
"@stacks/transactions": "^6.2.0",
"@stacks/wallet-sdk": "^6.2.0",
"ajv": "^8.12.0",
"bip32": "^2.0.6",
"bip39": "^3.0.2",

View File

@@ -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.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
**Note:** Version bump only for package @stacks/encryption
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/encryption

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/encryption",
"version": "6.1.1",
"version": "6.2.0",
"description": "Encryption utilities for Stacks",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@peculiar/webcrypto": "^1.1.6",
"@stacks/transactions": "^6.1.1",
"@stacks/transactions": "^6.2.0",
"@types/bs58check": "^2.1.0",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",

View File

@@ -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.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
**Note:** Version bump only for package @stacks/profile
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/profile

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/profile",
"version": "6.1.1",
"version": "6.2.0",
"description": "Library for Stacks profiles",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -22,7 +22,7 @@
"dependencies": {
"@stacks/common": "^6.0.0",
"@stacks/network": "^6.1.1",
"@stacks/transactions": "^6.1.1",
"@stacks/transactions": "^6.2.0",
"jsontokens": "^4.0.1",
"schema-inspector": "^2.0.2",
"zone-file": "^2.0.0-beta.3"

View File

@@ -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.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
### Bug Fixes
* add missing fee and nonce to all stacking methods ([d81cfd1](https://github.com/hirosystems/stacks.js/commit/d81cfd1b8d1f21e737e6d98bfaa65924b3c871cc))
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/stacking

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/stacking",
"version": "6.1.1",
"version": "6.2.0",
"description": "Library for Stacking.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -22,10 +22,10 @@
"dependencies": {
"@scure/base": "1.1.1",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/stacks-blockchain-api-types": "^0.61.0",
"@stacks/transactions": "^6.1.1",
"@stacks/transactions": "^6.2.0",
"bs58": "^5.0.0"
},
"devDependencies": {

View File

@@ -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.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
**Note:** Version bump only for package @stacks/storage
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/storage

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/storage",
"version": "6.1.1",
"version": "6.2.0",
"description": "Stacks storage library",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -20,9 +20,9 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@stacks/auth": "^6.1.1",
"@stacks/auth": "^6.2.0",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"base64-js": "^1.5.1",
"jsontokens": "^4.0.1"

View File

@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
### Features
* allow string name for AnchorMode ([a039c33](https://github.com/hirosystems/stacks.js/commit/a039c33292436057bd5e73d4f796441794141f96))
### Bug Fixes
* a few Clarity value construction functions were not being exported ([f0ba4a2](https://github.com/hirosystems/stacks.js/commit/f0ba4a2f0d597c27839ff1f15b2b73514ca25fd3))
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)
**Note:** Version bump only for package @stacks/transactions

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "6.1.1",
"version": "6.2.0",
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -33,7 +33,7 @@
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@types/common-tags": "^1.8.0",
"@types/elliptic": "^6.4.12",
"@types/lodash.clonedeep": "^4.5.6",

View File

@@ -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.2.0](https://github.com/hirosystems/stacks.js/compare/v6.1.1...v6.2.0) (2023-02-22)
### Features
* add additional data to auth resp ([3c9b72f](https://github.com/hirosystems/stacks.js/commit/3c9b72f61b0a0d1f618ffe47313a5ad99128627b))
## [6.1.1](https://github.com/hirosystems/stacks.js/compare/v6.1.0...v6.1.1) (2023-01-30)

View File

@@ -1,6 +1,6 @@
{
"name": "@stacks/wallet-sdk",
"version": "6.1.1",
"version": "6.2.0",
"description": "A library for generating Stacks blockchain wallets",
"license": "MIT",
"author": "Hiro Systems PBC (https://hiro.so)",
@@ -30,13 +30,13 @@
"dependencies": {
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.1.1",
"@stacks/auth": "^6.2.0",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.1",
"@stacks/encryption": "^6.2.0",
"@stacks/network": "^6.1.1",
"@stacks/profile": "^6.1.1",
"@stacks/storage": "^6.1.1",
"@stacks/transactions": "^6.1.1",
"@stacks/profile": "^6.2.0",
"@stacks/storage": "^6.2.0",
"@stacks/transactions": "^6.2.0",
"buffer": "^6.0.3",
"c32check": "^2.0.0",
"jsontokens": "^4.0.1",