From 19f8c83e031637a4ac71e2d4a066093656f47d83 Mon Sep 17 00:00:00 2001 From: Noah Prince <83885631+ChewingGlass@users.noreply.github.com> Date: Thu, 30 Dec 2021 09:57:57 -0600 Subject: [PATCH] Release/v2.0.6 (#63) * Add bootstrap * chore(release): publish 2.0.6 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 8 ++++---- packages/docs/CHANGELOG.md | 8 ++++++++ packages/docs/package.json | 8 ++++---- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 6 +++--- packages/spl-token-bonding/CHANGELOG.md | 8 ++++++++ packages/spl-token-bonding/package.json | 2 +- packages/spl-token-collective/CHANGELOG.md | 8 ++++++++ packages/spl-token-collective/package.json | 6 +++--- packages/spl-token-staking/CHANGELOG.md | 8 ++++++++ packages/spl-token-staking/package.json | 2 +- 14 files changed, 73 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbc612e5..3ed9a8686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [2.0.6](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.5...v2.0.6) (2021-12-30) + +**Note:** Version bump only for package @strata-foundation/strata + + + + + ## [2.0.5](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.4...v2.0.5) (2021-12-30) **Note:** Version bump only for package @strata-foundation/strata diff --git a/lerna.json b/lerna.json index 6c71975b4..73142fe21 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "2.0.5" + "version": "2.0.6" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4eb7fd802..ebb14da61 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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. +## [2.0.6](https://github.com/StrataFoundation/strata/compare/v2.0.5...v2.0.6) (2021-12-30) + +**Note:** Version bump only for package @strata-foundation/cli + + + + + ## [2.0.5](https://github.com/StrataFoundation/strata/compare/v2.0.4...v2.0.5) (2021-12-30) **Note:** Version bump only for package @strata-foundation/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 0fd439302..85c8c3673 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -22,9 +22,9 @@ "dependencies": { "@project-serum/common": "^0.0.1-beta.3", "@solana/web3.js": "^1.29.2", - "@strata-foundation/spl-token-bonding": "^2.0.5", - "@strata-foundation/spl-token-collective": "^2.0.5", - "@strata-foundation/spl-token-staking": "^2.0.5", + "@strata-foundation/spl-token-bonding": "^2.0.6", + "@strata-foundation/spl-token-collective": "^2.0.6", + "@strata-foundation/spl-token-staking": "^2.0.6", "@strata-foundation/spl-utils": "^2.0.0", "bn.js": "^5.2.0", "copyfiles": "^2.4.1", @@ -36,5 +36,5 @@ "typescript": "^4.3.4" }, "gitHead": "9a64fbd7484a63f4e039008a2494573e8bf99229", - "version": "2.0.5" + "version": "2.0.6" } diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index c864faf4b..13e91c172 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -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. +## [2.0.6](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.5...v2.0.6) (2021-12-30) + +**Note:** Version bump only for package docs + + + + + ## [2.0.5](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.4...v2.0.5) (2021-12-30) **Note:** Version bump only for package docs diff --git a/packages/docs/package.json b/packages/docs/package.json index 62faa91a3..d01a006a8 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "2.0.5", + "version": "2.0.6", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -29,9 +29,9 @@ "@solana/wallet-adapter-react-ui": "^0.6.0", "@solana/wallet-adapter-wallets": "^0.11.1", "@solana/web3.js": "^1.29.2", - "@strata-foundation/react": "^2.0.5", - "@strata-foundation/spl-token-bonding": "^2.0.5", - "@strata-foundation/spl-token-collective": "^2.0.5", + "@strata-foundation/react": "^2.0.6", + "@strata-foundation/spl-token-bonding": "^2.0.6", + "@strata-foundation/spl-token-collective": "^2.0.6", "@svgr/webpack": "^5.5.0", "assert": "^2.0.0", "browserify-zlib": "^0.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 39f19e189..2a5a2f429 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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. +## [2.0.6](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.5...v2.0.6) (2021-12-30) + +**Note:** Version bump only for package @strata-foundation/react + + + + + ## [2.0.5](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.4...v2.0.5) (2021-12-30) **Note:** Version bump only for package @strata-foundation/react diff --git a/packages/react/package.json b/packages/react/package.json index 439b45e22..b5eee7fd2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@strata-foundation/react", - "version": "2.0.5", + "version": "2.0.6", "description": "React utils for strata foundation", "source": "src/index.ts", "main": "dist/lib/index.js", @@ -32,8 +32,8 @@ "@solana/wallet-adapter-react-ui": "^0.6.0", "@solana/wallet-adapter-wallets": "^0.11.1", "@solana/web3.js": "^1.29.2", - "@strata-foundation/spl-token-bonding": "^2.0.5", - "@strata-foundation/spl-token-collective": "^2.0.5", + "@strata-foundation/spl-token-bonding": "^2.0.6", + "@strata-foundation/spl-token-collective": "^2.0.6", "@strata-foundation/spl-utils": "^2.0.0", "buffer": "^6.0.3", "dotenv": "^10.0.0", diff --git a/packages/spl-token-bonding/CHANGELOG.md b/packages/spl-token-bonding/CHANGELOG.md index a40fe7b1c..59cd83c58 100644 --- a/packages/spl-token-bonding/CHANGELOG.md +++ b/packages/spl-token-bonding/CHANGELOG.md @@ -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. +## [2.0.6](https://github.com/StrataFoundation/strata/compare/v2.0.5...v2.0.6) (2021-12-30) + +**Note:** Version bump only for package @strata-foundation/spl-token-bonding + + + + + ## [2.0.5](https://github.com/StrataFoundation/strata/compare/v2.0.4...v2.0.5) (2021-12-30) **Note:** Version bump only for package @strata-foundation/spl-token-bonding diff --git a/packages/spl-token-bonding/package.json b/packages/spl-token-bonding/package.json index f196f8088..b9a0707c4 100644 --- a/packages/spl-token-bonding/package.json +++ b/packages/spl-token-bonding/package.json @@ -4,7 +4,7 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "version": "2.0.5", + "version": "2.0.6", "description": "Interface to the spl-token-bonding smart contract", "repository": { "type": "git", diff --git a/packages/spl-token-collective/CHANGELOG.md b/packages/spl-token-collective/CHANGELOG.md index 7a8039656..f3b1f1b2a 100644 --- a/packages/spl-token-collective/CHANGELOG.md +++ b/packages/spl-token-collective/CHANGELOG.md @@ -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. +## [2.0.6](https://github.com/StrataFoundation/strata/compare/v2.0.5...v2.0.6) (2021-12-30) + +**Note:** Version bump only for package @strata-foundation/spl-token-collective + + + + + ## [2.0.5](https://github.com/StrataFoundation/strata/compare/v2.0.4...v2.0.5) (2021-12-30) **Note:** Version bump only for package @strata-foundation/spl-token-collective diff --git a/packages/spl-token-collective/package.json b/packages/spl-token-collective/package.json index caaf47c45..6703f5b95 100644 --- a/packages/spl-token-collective/package.json +++ b/packages/spl-token-collective/package.json @@ -1,6 +1,6 @@ { "name": "@strata-foundation/spl-token-collective", - "version": "2.0.5", + "version": "2.0.6", "description": "Interface to the spl-token-collective smart contract", "publishConfig": { "access": "public", @@ -31,8 +31,8 @@ "@project-serum/anchor": "^0.18.0", "@project-serum/common": "^0.0.1-beta.3", "@solana/web3.js": "^1.29.2", - "@strata-foundation/spl-token-bonding": "^2.0.5", - "@strata-foundation/spl-token-staking": "^2.0.5", + "@strata-foundation/spl-token-bonding": "^2.0.6", + "@strata-foundation/spl-token-staking": "^2.0.6", "@strata-foundation/spl-utils": "^2.0.0", "bn.js": "^5.2.0", "copyfiles": "^2.4.1" diff --git a/packages/spl-token-staking/CHANGELOG.md b/packages/spl-token-staking/CHANGELOG.md index 9b29b7454..78bddcbae 100644 --- a/packages/spl-token-staking/CHANGELOG.md +++ b/packages/spl-token-staking/CHANGELOG.md @@ -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. +## [2.0.6](https://github.com/StrataFoundation/wumbo/compare/v2.0.5...v2.0.6) (2021-12-30) + +**Note:** Version bump only for package @strata-foundation/spl-token-staking + + + + + ## [2.0.5](https://github.com/StrataFoundation/wumbo/compare/v2.0.4...v2.0.5) (2021-12-30) **Note:** Version bump only for package @strata-foundation/spl-token-staking diff --git a/packages/spl-token-staking/package.json b/packages/spl-token-staking/package.json index dc63097b7..16a664c7c 100644 --- a/packages/spl-token-staking/package.json +++ b/packages/spl-token-staking/package.json @@ -1,6 +1,6 @@ { "name": "@strata-foundation/spl-token-staking", - "version": "2.0.5", + "version": "2.0.6", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/"