Skip to content

Commit

Permalink
Release/v2.0.4 (#59)
Browse files Browse the repository at this point in the history
* chore(release): publish 2.0.4

* Update changelog
  • Loading branch information
ChewingGlass authored Dec 29, 2021
1 parent 965476d commit a529ea5
Show file tree
Hide file tree
Showing 16 changed files with 79 additions and 19 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [Unreleased]
## [2.0.4](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.3-test...v2.0.4) (2021-12-29)

### Added

Expand All @@ -13,6 +13,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

* Max pow or frac on exponential curves to 10. Any more than that risks blowing compute.

### Fixed

* `targetMintDecimals: 0` no longer throws an error.

## [2.0.3](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.2...v2.0.3) (2021-12-24)

**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.3"
"version": "2.0.4"
}
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.4](https://github.com/StrataFoundation/strata/compare/v2.0.3-test...v2.0.4) (2021-12-29)

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





## [2.0.3](https://github.com/StrataFoundation/strata/compare/v2.0.2...v2.0.3) (2021-12-24)

**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.0",
"@strata-foundation/spl-token-collective": "^2.0.1",
"@strata-foundation/spl-token-staking": "^2.0.0",
"@strata-foundation/spl-token-bonding": "^2.0.4",
"@strata-foundation/spl-token-collective": "^2.0.4",
"@strata-foundation/spl-token-staking": "^2.0.4",
"@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.3"
"version": "2.0.4"
}
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.4](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.3-test...v2.0.4) (2021-12-29)

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





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

**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.1",
"version": "2.0.4",
"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.1",
"@strata-foundation/spl-token-bonding": "^2.0.0",
"@strata-foundation/spl-token-collective": "^2.0.1",
"@strata-foundation/react": "^2.0.4",
"@strata-foundation/spl-token-bonding": "^2.0.4",
"@strata-foundation/spl-token-collective": "^2.0.4",
"@svgr/webpack": "^5.5.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/governance-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.4](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.3-test...v2.0.4) (2021-12-29)

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





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

**Note:** Version bump only for package @strata-foundation/governance-cli
2 changes: 1 addition & 1 deletion packages/governance-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strata-foundation/governance-cli",
"version": "2.0.0",
"version": "2.0.4",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
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.4](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.3-test...v2.0.4) (2021-12-29)

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





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

**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.1",
"version": "2.0.4",
"description": "React utils for strata foundation",
"source": "src/index.ts",
"main": "dist/lib/index.js",
Expand Down Expand Up @@ -31,8 +31,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.0",
"@strata-foundation/spl-token-collective": "^2.0.1",
"@strata-foundation/spl-token-bonding": "^2.0.4",
"@strata-foundation/spl-token-collective": "^2.0.4",
"@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.4](https://github.com/StrataFoundation/strata/compare/v2.0.3-test...v2.0.4) (2021-12-29)

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





# [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-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.0",
"version": "2.0.4",
"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.4](https://github.com/StrataFoundation/strata/compare/v2.0.3-test...v2.0.4) (2021-12-29)

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





# [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-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.1",
"version": "2.0.4",
"description": "Interface to the spl-token-collective smart contract",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -30,8 +30,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.0",
"@strata-foundation/spl-token-staking": "^2.0.0",
"@strata-foundation/spl-token-bonding": "^2.0.4",
"@strata-foundation/spl-token-staking": "^2.0.4",
"@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.4](https://github.com/StrataFoundation/wumbo/compare/v2.0.3-test...v2.0.4) (2021-12-29)

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





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

**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.0",
"version": "2.0.4",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit a529ea5

Please sign in to comment.