Skip to content

Commit

Permalink
Release/v2.0.6 (#63)
Browse files Browse the repository at this point in the history
* Add bootstrap

* chore(release): publish 2.0.6
  • Loading branch information
ChewingGlass authored Dec 30, 2021
1 parent 02ee4d8 commit 19f8c83
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 17 deletions.
8 changes: 8 additions & 0 deletions 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.

## [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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "2.0.5"
"version": "2.0.6"
}
8 changes: 8 additions & 0 deletions packages/cli/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.

## [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
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -36,5 +36,5 @@
"typescript": "^4.3.4"
},
"gitHead": "9a64fbd7484a63f4e039008a2494573e8bf99229",
"version": "2.0.5"
"version": "2.0.6"
}
8 changes: 8 additions & 0 deletions packages/docs/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.

## [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
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.5",
"version": "2.0.6",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.

## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/spl-token-bonding/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.

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/spl-token-bonding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/spl-token-collective/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.

## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/spl-token-collective/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/spl-token-staking/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.

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/spl-token-staking/package.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 19f8c83

Please sign in to comment.