diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b03783cf..bcbc612e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [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 + +### Fixed + + * CI/CD publish did not build first + + ## [2.0.4](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.3-test...v2.0.4) (2021-12-29) ### Added diff --git a/lerna.json b/lerna.json index 380cf988a..6c71975b4 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "2.0.4" + "version": "2.0.5" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 320503004..4eb7fd802 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.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 + + + + + ## [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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 307adb3fd..0fd439302 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.4", - "@strata-foundation/spl-token-collective": "^2.0.4", - "@strata-foundation/spl-token-staking": "^2.0.4", + "@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-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.4" + "version": "2.0.5" } diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index e9abe1428..c864faf4b 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.5](https://github.com/ChewingGlassFund/wumbo-programs/compare/v2.0.4...v2.0.5) (2021-12-30) + +**Note:** Version bump only for package docs + + + + + ## [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 diff --git a/packages/docs/package.json b/packages/docs/package.json index 885732973..62faa91a3 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "2.0.4", + "version": "2.0.5", "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.4", - "@strata-foundation/spl-token-bonding": "^2.0.4", - "@strata-foundation/spl-token-collective": "^2.0.4", + "@strata-foundation/react": "^2.0.5", + "@strata-foundation/spl-token-bonding": "^2.0.5", + "@strata-foundation/spl-token-collective": "^2.0.5", "@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 ba01565bd..39f19e189 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.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 + + + + + ## [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 diff --git a/packages/react/package.json b/packages/react/package.json index 2433441ea..439b45e22 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@strata-foundation/react", - "version": "2.0.4", + "version": "2.0.5", "description": "React utils for strata foundation", "source": "src/index.ts", "main": "dist/lib/index.js", @@ -17,7 +17,8 @@ "watch": "yarn run copy-files && tsc --watch --project tsconfig.json", "copy-files": "copyfiles -u 1 src/**/*.js dist/lib", "format": "prettier --write \"src/**/*.{ts,tsx}\"", - "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' ." + "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' .", + "prepare": "yarn run build" }, "dependencies": { "@chakra-ui/react": "^1.7.2", @@ -31,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.4", - "@strata-foundation/spl-token-collective": "^2.0.4", + "@strata-foundation/spl-token-bonding": "^2.0.5", + "@strata-foundation/spl-token-collective": "^2.0.5", "@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 c420d34e8..a40fe7b1c 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.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 + + + + + ## [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 diff --git a/packages/spl-token-bonding/package.json b/packages/spl-token-bonding/package.json index 5542bd81c..f196f8088 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.4", + "version": "2.0.5", "description": "Interface to the spl-token-bonding smart contract", "repository": { "type": "git", @@ -23,7 +23,8 @@ "copy-files": "copyfiles -u 1 src/**/*.js dist/lib", "watch": "yarn run copy-files && tsc --watch --project tsconfig.json", "format": "prettier --write \"src/**/*.{ts,tsx}\"", - "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' ." + "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' .", + "prepare": "yarn run build" }, "dependencies": { "@project-serum/anchor": "^0.18.0", diff --git a/packages/spl-token-collective/CHANGELOG.md b/packages/spl-token-collective/CHANGELOG.md index bea86aae4..7a8039656 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.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 + + + + + ## [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 diff --git a/packages/spl-token-collective/package.json b/packages/spl-token-collective/package.json index 1b3a3cf25..caaf47c45 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.4", + "version": "2.0.5", "description": "Interface to the spl-token-collective smart contract", "publishConfig": { "access": "public", @@ -23,15 +23,16 @@ "copy-files": "copyfiles -u 1 src/**/*.js dist/lib", "watch": "yarn run copy-files && tsc --watch --project tsconfig.json", "format": "prettier --write \"src/**/*.{ts,tsx}\"", - "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' ." + "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' .", + "prepare": "yarn run build" }, "dependencies": { "@bonfida/spl-name-service": "^0.1.22", "@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.4", - "@strata-foundation/spl-token-staking": "^2.0.4", + "@strata-foundation/spl-token-bonding": "^2.0.5", + "@strata-foundation/spl-token-staking": "^2.0.5", "@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 0d4fef660..9b29b7454 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.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 + + + + + ## [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 diff --git a/packages/spl-token-staking/package.json b/packages/spl-token-staking/package.json index c4d435a32..dc63097b7 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.4", + "version": "2.0.5", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" @@ -22,7 +22,8 @@ "build": "tsc --project tsconfig.json", "watch": "tsc --watch --project tsconfig.json", "format": "prettier --write \"src/**/*.{ts,tsx}\"", - "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' ." + "precommit": "git-format-staged -f 'prettier --ignore-unknown --stdin --stdin-filepath \"{}\"' .", + "prepare": "yarn run build" }, "dependencies": { "@project-serum/common": "^0.0.1-beta.3",