Skip to content

Commit e9a8987

Browse files
authored
chore(release): publish 3.9.2 (#309)
1 parent 0977254 commit e9a8987

File tree

24 files changed

+123
-35
lines changed

24 files changed

+123
-35
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
# [Unreleased]
6+
## [3.9.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
77

88
### Fixed
99

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.1"
7+
"version": "3.9.2"
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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat-ui
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
715

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

packages/chat-ui/package.json

Lines changed: 4 additions & 4 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.1",
8+
"version": "3.9.2",
99
"license": "Apache-2.0",
1010
"exports": {
1111
".": "./dist/lib/index.js"
@@ -39,9 +39,9 @@
3939
"@solana/wallet-adapter-wallets": "^0.16.1",
4040
"@solana/web3.js": "^1.43.4",
4141
"@strata-foundation/accelerator": "^3.9.0",
42-
"@strata-foundation/chat": "^3.9.0",
43-
"@strata-foundation/react": "^3.9.1",
44-
"@strata-foundation/spl-token-bonding": "^3.9.1",
42+
"@strata-foundation/chat": "^3.9.2",
43+
"@strata-foundation/react": "^3.9.2",
44+
"@strata-foundation/spl-token-bonding": "^3.9.2",
4545
"@types/emoji-mart": "^3.0.9",
4646
"@types/request-promise": "^4.1.48",
4747
"@types/sanitize-html": "^2.6.2",

packages/chat/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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat
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/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.2",
88
"description": "Interface to the chat smart contract",
99
"repository": {
1010
"type": "git",

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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/cli
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
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.1",
25-
"@strata-foundation/spl-token-collective": "^3.9.1",
24+
"@strata-foundation/spl-token-bonding": "^3.9.2",
25+
"@strata-foundation/spl-token-collective": "^3.9.2",
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.1"
38+
"version": "3.9.2"
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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/docs
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
715

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

packages/docs/package.json

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

packages/fungible-entangler/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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/fungible-entangler
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/fungible-entangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/fungible-entangler",
3-
"version": "3.9.0",
3+
"version": "3.9.2",
44
"description": "Interface to the strata fungible entangler",
55
"publishConfig": {
66
"access": "public",

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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-sdk
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
715

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

packages/marketplace-sdk/package.json

Lines changed: 4 additions & 4 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.1",
7+
"version": "3.9.2",
88
"description": "Interface to the strata marketplace",
99
"repository": {
1010
"type": "git",
@@ -30,9 +30,9 @@
3030
"dependencies": {
3131
"@project-serum/anchor": "^0.24.2",
3232
"@solana/web3.js": "^1.43.4",
33-
"@strata-foundation/fungible-entangler": "^3.9.0",
34-
"@strata-foundation/spl-token-bonding": "^3.9.1",
35-
"@strata-foundation/spl-token-collective": "^3.9.1",
33+
"@strata-foundation/fungible-entangler": "^3.9.2",
34+
"@strata-foundation/spl-token-bonding": "^3.9.2",
35+
"@strata-foundation/spl-token-collective": "^3.9.2",
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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-ui
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
715

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

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.1",
8+
"version": "3.9.2",
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.1",
41-
"@strata-foundation/react": "^3.9.1",
40+
"@strata-foundation/marketplace-sdk": "^3.9.2",
41+
"@strata-foundation/react": "^3.9.2",
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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/react
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
715

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

packages/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/react",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "React utils for strata foundation",
55
"source": "src/index.ts",
66
"main": "dist/lib/index.js",
@@ -36,10 +36,10 @@
3636
"@solana/wallet-adapter-react": "^0.15.4",
3737
"@solana/wallet-adapter-wallets": "^0.16.1",
3838
"@solana/web3.js": "^1.43.4",
39-
"@strata-foundation/fungible-entangler": "^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",
39+
"@strata-foundation/fungible-entangler": "^3.9.2",
40+
"@strata-foundation/marketplace-sdk": "^3.9.2",
41+
"@strata-foundation/spl-token-bonding": "^3.9.2",
42+
"@strata-foundation/spl-token-collective": "^3.9.2",
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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/site
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
715

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

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.1",
3+
"version": "3.9.2",
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.1",
18+
"@strata-foundation/react": "^3.9.2",
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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/spl-token-bonding
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
715

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

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.1",
7+
"version": "3.9.2",
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.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/spl-token-collective
9+
10+
11+
12+
13+
614
## [3.9.1](https://github.com/StrataFoundation/strata/compare/v3.9.0...v3.9.1) (2022-07-12)
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.1",
3+
"version": "3.9.2",
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.1",
33+
"@strata-foundation/spl-token-bonding": "^3.9.2",
3434
"@strata-foundation/spl-utils": "^3.9.0",
3535
"bn.js": "^5.2.0",
3636
"copyfiles": "^2.4.1"

0 commit comments

Comments
 (0)