Skip to content

Commit bc3e8a8

Browse files
authored
chore(release): publish 3.9.1 (#306)
1 parent 46f0d28 commit bc3e8a8

File tree

20 files changed

+108
-28
lines changed

20 files changed

+108
-28
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
## Fixed
9+
10+
* Remove compute budget changes that cause bonding tx not to run
11+
12+
613
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
714

815
## Breaking
@@ -11,6 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1118
* Move `useEndpoint` from `marketplace-ui` to `react` package
1219
* Switch to fungible entangler for token offerings (selling a token without giving mint authority)
1320
* Legacy implementations (system of two bonding curves, one sell only) are still supported. But deprecated
21+
* `Swap` component now takes `id=` `mint` or `child entangler` public key
1422

1523
## Added
1624

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "3.9.0"
7+
"version": "3.9.1"
88
}

packages/chat-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat-ui
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

816

packages/chat-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/"
66
},
77
"source": "src/index.ts",
8-
"version": "3.9.0",
8+
"version": "3.9.1",
99
"license": "Apache-2.0",
1010
"exports": {
1111
".": "./dist/lib/index.js"
@@ -40,8 +40,8 @@
4040
"@solana/web3.js": "^1.43.4",
4141
"@strata-foundation/accelerator": "^3.9.0",
4242
"@strata-foundation/chat": "^3.9.0",
43-
"@strata-foundation/react": "^3.9.0",
44-
"@strata-foundation/spl-token-bonding": "^3.9.0",
43+
"@strata-foundation/react": "^3.9.1",
44+
"@strata-foundation/spl-token-bonding": "^3.9.1",
4545
"@types/emoji-mart": "^3.0.9",
4646
"@types/request-promise": "^4.1.48",
4747
"@types/sanitize-html": "^2.6.2",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/cli
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

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

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@solana/web3.js": "^1.43.4",
24-
"@strata-foundation/spl-token-bonding": "^3.9.0",
25-
"@strata-foundation/spl-token-collective": "^3.9.0",
24+
"@strata-foundation/spl-token-bonding": "^3.9.1",
25+
"@strata-foundation/spl-token-collective": "^3.9.1",
2626
"@strata-foundation/spl-utils": "^3.9.0",
2727
"bn.js": "^5.2.0",
2828
"commander": "^9.2.0",
@@ -35,5 +35,5 @@
3535
"typescript": "^4.3.4"
3636
},
3737
"gitHead": "4623c709db43b3503af871ddbdf325da202e0e62",
38-
"version": "3.9.0"
38+
"version": "3.9.1"
3939
}

packages/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/docs
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

816

packages/docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/docs",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://registry.npmjs.org/"
@@ -36,11 +36,11 @@
3636
"@solana/wallet-adapter-wallets": "^0.16.1",
3737
"@solana/web3.js": "^1.43.4",
3838
"@strata-foundation/fungible-entangler": "^3.9.0",
39-
"@strata-foundation/marketplace-sdk": "^3.9.0",
40-
"@strata-foundation/marketplace-ui": "^3.9.0",
41-
"@strata-foundation/react": "^3.9.0",
42-
"@strata-foundation/spl-token-bonding": "^3.9.0",
43-
"@strata-foundation/spl-token-collective": "^3.9.0",
39+
"@strata-foundation/marketplace-sdk": "^3.9.1",
40+
"@strata-foundation/marketplace-ui": "^3.9.1",
41+
"@strata-foundation/react": "^3.9.1",
42+
"@strata-foundation/spl-token-bonding": "^3.9.1",
43+
"@strata-foundation/spl-token-collective": "^3.9.1",
4444
"@svgr/webpack": "^5.5.0",
4545
"assert": "^2.0.0",
4646
"browserify-zlib": "^0.2.0",

packages/marketplace-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-sdk
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

816

packages/marketplace-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "3.9.0",
7+
"version": "3.9.1",
88
"description": "Interface to the strata marketplace",
99
"repository": {
1010
"type": "git",
@@ -31,8 +31,8 @@
3131
"@project-serum/anchor": "^0.24.2",
3232
"@solana/web3.js": "^1.43.4",
3333
"@strata-foundation/fungible-entangler": "^3.9.0",
34-
"@strata-foundation/spl-token-bonding": "^3.9.0",
35-
"@strata-foundation/spl-token-collective": "^3.9.0",
34+
"@strata-foundation/spl-token-bonding": "^3.9.1",
35+
"@strata-foundation/spl-token-collective": "^3.9.1",
3636
"@strata-foundation/spl-utils": "^3.9.0",
3737
"bn.js": "^5.2.0",
3838
"copyfiles": "^2.4.1"

packages/marketplace-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-ui
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

816

packages/marketplace-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/"
66
},
77
"source": "src/index.ts",
8-
"version": "3.9.0",
8+
"version": "3.9.1",
99
"license": "Apache-2.0",
1010
"exports": {
1111
".": "./dist/lib/index.js"
@@ -37,8 +37,8 @@
3737
"@solana/wallet-adapter-react-ui": "^0.9.5",
3838
"@solana/wallet-adapter-wallets": "^0.16.1",
3939
"@solana/web3.js": "^1.43.4",
40-
"@strata-foundation/marketplace-sdk": "^3.9.0",
41-
"@strata-foundation/react": "^3.9.0",
40+
"@strata-foundation/marketplace-sdk": "^3.9.1",
41+
"@strata-foundation/react": "^3.9.1",
4242
"@types/auth0-js": "^9.14.5",
4343
"@types/cors": "^2.8.12",
4444
"@types/node-localstorage": "^1.3.0",

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/react
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

816

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/react",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "React utils for strata foundation",
55
"source": "src/index.ts",
66
"main": "dist/lib/index.js",
@@ -37,9 +37,9 @@
3737
"@solana/wallet-adapter-wallets": "^0.16.1",
3838
"@solana/web3.js": "^1.43.4",
3939
"@strata-foundation/fungible-entangler": "^3.9.0",
40-
"@strata-foundation/marketplace-sdk": "^3.9.0",
41-
"@strata-foundation/spl-token-bonding": "^3.9.0",
42-
"@strata-foundation/spl-token-collective": "^3.9.0",
40+
"@strata-foundation/marketplace-sdk": "^3.9.1",
41+
"@strata-foundation/spl-token-bonding": "^3.9.1",
42+
"@strata-foundation/spl-token-collective": "^3.9.1",
4343
"@strata-foundation/spl-utils": "^3.9.0",
4444
"@toruslabs/solana-embed": "0.0.9",
4545
"@types/lru-cache": "^7.6.1",

packages/site/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/site
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

816

packages/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/site",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"scripts": {
55
"clean": "shx rm -rf .next",
66
"dev": "NODE_OPTIONS='--inspect' next dev",
@@ -15,7 +15,7 @@
1515
"@chakra-ui/icons": "^1.1.7",
1616
"@chakra-ui/react": "^1.8.1",
1717
"@solana/spl-token": "0.1.8",
18-
"@strata-foundation/react": "^3.9.0",
18+
"@strata-foundation/react": "^3.9.1",
1919
"next": "12.0.7",
2020
"next-seo": "^5.1.0",
2121
"react": "17.0.2",

packages/spl-token-bonding/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/spl-token-bonding
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

816

packages/spl-token-bonding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "3.9.0",
7+
"version": "3.9.1",
88
"description": "Interface to the spl-token-bonding smart contract",
99
"repository": {
1010
"type": "git",

packages/spl-token-collective/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/spl-token-collective
9+
10+
11+
12+
13+
614
# [3.9.0](https://github.com/StrataFoundation/strata/compare/v3.8.2...v3.9.0) (2022-07-11)
715

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

packages/spl-token-collective/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/spl-token-collective",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Interface to the spl-token-collective smart contract",
55
"publishConfig": {
66
"access": "public",
@@ -30,7 +30,7 @@
3030
"@bonfida/spl-name-service": "^0.1.22",
3131
"@project-serum/anchor": "^0.24.2",
3232
"@solana/web3.js": "^1.43.4",
33-
"@strata-foundation/spl-token-bonding": "^3.9.0",
33+
"@strata-foundation/spl-token-bonding": "^3.9.1",
3434
"@strata-foundation/spl-utils": "^3.9.0",
3535
"bn.js": "^5.2.0",
3636
"copyfiles": "^2.4.1"

0 commit comments

Comments
 (0)