Skip to content

Commit

Permalink
chore(release): publish 2.1.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Jan 11, 2022
1 parent 72bf01a commit 91b370f
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 25 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [Unreleased]
# [2.1.0](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.6...v2.1.0) (2022-01-11)

This release contains logic to limit go live dates for officially going live on mainnet, starting with OPEN collective.

### Added

Expand All @@ -16,6 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [2.0.6](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.5...v2.0.6) (2021-12-30)
* Fix account fetch cache to output parsed data when a parser is provided for something cached
* Add more options to bonding parameters to social token
* Account fetch cache bugfixes


## [2.0.5](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.4...v2.0.5) (2021-12-30)
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.6"
"version": "2.1.0"
}
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.1.0](https://github.com/StrataFoundation/strata/compare/v2.0.6...v2.1.0) (2022-01-11)

**Note:** Version bump only for package @strata-foundation/cli





## [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
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dependencies": {
"@project-serum/common": "^0.0.1-beta.3",
"@solana/web3.js": "^1.29.2",
"@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",
"@strata-foundation/spl-token-bonding": "^2.1.0",
"@strata-foundation/spl-token-collective": "^2.1.0",
"@strata-foundation/spl-token-staking": "^2.1.0",
"@strata-foundation/spl-utils": "^2.1.0",
"bn.js": "^5.2.0",
"copyfiles": "^2.4.1",
"semver": "^7.3.5"
Expand All @@ -36,5 +36,5 @@
"typescript": "^4.3.4"
},
"gitHead": "9a64fbd7484a63f4e039008a2494573e8bf99229",
"version": "2.0.6"
"version": "2.1.0"
}
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.1.0](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.6...v2.1.0) (2022-01-11)

**Note:** Version bump only for package docs





## [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
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.6",
"version": "2.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -24,14 +24,14 @@
"@docusaurus/theme-live-codeblock": "^2.0.0-beta.8",
"@mdx-js/react": "^1.6.21",
"@solana/spl-name-service": "^0.1.3",
"@solana/wallet-adapter-react-ui": "0.9.2",
"@solana/wallet-adapter-base": "0.9.1",
"@solana/wallet-adapter-react": "0.15.1",
"@solana/wallet-adapter-react-ui": "0.9.2",
"@solana/wallet-adapter-wallets": "0.14.0",
"@solana/web3.js": "^1.29.2",
"@strata-foundation/react": "^2.0.6",
"@strata-foundation/spl-token-bonding": "^2.0.6",
"@strata-foundation/spl-token-collective": "^2.0.6",
"@strata-foundation/react": "^2.1.0",
"@strata-foundation/spl-token-bonding": "^2.1.0",
"@strata-foundation/spl-token-collective": "^2.1.0",
"@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.1.0](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.6...v2.1.0) (2022-01-11)

**Note:** Version bump only for package @strata-foundation/react





## [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
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "2.1.0",
"description": "React utils for strata foundation",
"source": "src/index.ts",
"main": "dist/lib/index.js",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@solana/wallet-adapter-react": "0.15.1",
"@solana/wallet-adapter-wallets": "0.14.0",
"@solana/web3.js": "^1.29.2",
"@strata-foundation/spl-token-bonding": "^2.0.6",
"@strata-foundation/spl-token-collective": "^2.0.6",
"@strata-foundation/spl-utils": "^2.0.0",
"@strata-foundation/spl-token-bonding": "^2.1.0",
"@strata-foundation/spl-token-collective": "^2.1.0",
"@strata-foundation/spl-utils": "^2.1.0",
"@toruslabs/solana-embed": "0.0.9",
"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.1.0](https://github.com/StrataFoundation/strata/compare/v2.0.6...v2.1.0) (2022-01-11)

**Note:** Version bump only for package @strata-foundation/spl-token-bonding





## [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
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "2.1.0",
"description": "Interface to the spl-token-bonding smart contract",
"repository": {
"type": "git",
Expand All @@ -30,7 +30,7 @@
"@project-serum/anchor": "^0.18.0",
"@project-serum/common": "^0.0.1-beta.3",
"@solana/web3.js": "^1.29.2",
"@strata-foundation/spl-utils": "^2.0.0",
"@strata-foundation/spl-utils": "^2.1.0",
"bn.js": "^5.2.0",
"copyfiles": "^2.4.1"
},
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.1.0](https://github.com/StrataFoundation/strata/compare/v2.0.6...v2.1.0) (2022-01-11)

**Note:** Version bump only for package @strata-foundation/spl-token-collective





## [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
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "2.1.0",
"description": "Interface to the spl-token-collective smart contract",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@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.6",
"@strata-foundation/spl-token-staking": "^2.0.6",
"@strata-foundation/spl-utils": "^2.0.0",
"@strata-foundation/spl-token-bonding": "^2.1.0",
"@strata-foundation/spl-token-staking": "^2.1.0",
"@strata-foundation/spl-utils": "^2.1.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.1.0](https://github.com/StrataFoundation/wumbo/compare/v2.0.6...v2.1.0) (2022-01-11)

**Note:** Version bump only for package @strata-foundation/spl-token-staking





## [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
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "2.1.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@project-serum/common": "^0.0.1-beta.3",
"@solana/web3.js": "^1.29.2",
"@strata-foundation/spl-utils": "^2.0.0",
"@strata-foundation/spl-utils": "^2.1.0",
"bn.js": "^5.2.0",
"semver": "^7.3.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/spl-utils/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.1.0](https://github.com/StrataFoundation/strata/compare/v2.0.6...v2.1.0) (2022-01-11)

**Note:** Version bump only for package @strata-foundation/spl-utils





# [2.0.0](https://github.com/StrataFoundation/strata/compare/v1.3.2...v2.0.0) (2021-12-24)

**Note:** Version bump only for package @strata-foundation/spl-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/spl-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strata-foundation/spl-utils",
"version": "2.0.0",
"version": "2.1.0",
"description": "Utils shared across spl suite",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 91b370f

Please sign in to comment.