Skip to content

Commit b953581

Browse files
authored
chore(release): publish 3.9.3 (#317)
1 parent d29b3f6 commit b953581

File tree

30 files changed

+169
-49
lines changed

30 files changed

+169
-49
lines changed

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.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
7+
8+
### Changed
9+
10+
* Better light mode for MintedNftNotification
11+
* Remove "NFTs" as symbol from intermediary tokens on candymachine mints.
12+
13+
614
## [3.9.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
715

816
### Fixed

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.2"
7+
"version": "3.9.3"
88
}

packages/accelerator/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.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
7+
8+
**Note:** Version bump only for package @strata-foundation/accelerator
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/accelerator

packages/accelerator/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.3",
88
"description": "Transaction accelerator api",
99
"repository": {
1010
"type": "git",

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

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

packages/chat-ui/package.json

Lines changed: 5 additions & 5 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.2",
8+
"version": "3.9.3",
99
"license": "Apache-2.0",
1010
"exports": {
1111
".": "./dist/lib/index.js"
@@ -38,10 +38,10 @@
3838
"@solana/wallet-adapter-react-ui": "^0.9.5",
3939
"@solana/wallet-adapter-wallets": "^0.16.1",
4040
"@solana/web3.js": "^1.43.4",
41-
"@strata-foundation/accelerator": "^3.9.0",
42-
"@strata-foundation/chat": "^3.9.2",
43-
"@strata-foundation/react": "^3.9.2",
44-
"@strata-foundation/spl-token-bonding": "^3.9.2",
41+
"@strata-foundation/accelerator": "^3.9.3",
42+
"@strata-foundation/chat": "^3.9.3",
43+
"@strata-foundation/react": "^3.9.3",
44+
"@strata-foundation/spl-token-bonding": "^3.9.3",
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.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat
9+
10+
11+
12+
13+
614
## [3.9.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
715

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

packages/chat/package.json

Lines changed: 2 additions & 2 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.2",
7+
"version": "3.9.3",
88
"description": "Interface to the chat smart contract",
99
"repository": {
1010
"type": "git",
@@ -33,7 +33,7 @@
3333
"@project-serum/anchor": "^0.24.2",
3434
"@shadow-drive/sdk": "^3.0.4",
3535
"@solana/web3.js": "^1.43.4",
36-
"@strata-foundation/spl-utils": "^3.9.0",
36+
"@strata-foundation/spl-utils": "^3.9.3",
3737
"@types/uuid": "^8.3.4",
3838
"add": "^2.0.6",
3939
"bn.js": "^5.2.0",

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

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

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"dependencies": {
2323
"@solana/web3.js": "^1.43.4",
24-
"@strata-foundation/spl-token-bonding": "^3.9.2",
25-
"@strata-foundation/spl-token-collective": "^3.9.2",
26-
"@strata-foundation/spl-utils": "^3.9.0",
24+
"@strata-foundation/spl-token-bonding": "^3.9.3",
25+
"@strata-foundation/spl-token-collective": "^3.9.3",
26+
"@strata-foundation/spl-utils": "^3.9.3",
2727
"bn.js": "^5.2.0",
2828
"commander": "^9.2.0",
2929
"copyfiles": "^2.4.1",
@@ -35,5 +35,5 @@
3535
"typescript": "^4.3.4"
3636
},
3737
"gitHead": "4623c709db43b3503af871ddbdf325da202e0e62",
38-
"version": "3.9.2"
38+
"version": "3.9.3"
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.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
7+
8+
**Note:** Version bump only for package @strata-foundation/docs
9+
10+
11+
12+
13+
614
## [3.9.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
715

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

packages/docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/docs",
3-
"version": "3.9.2",
3+
"version": "3.9.3",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://registry.npmjs.org/"
@@ -35,14 +35,14 @@
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.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",
44-
"@strata-foundation/chat-ui": "^3.9.2",
45-
"@strata-foundation/chat": "^3.9.2",
38+
"@strata-foundation/chat": "^3.9.3",
39+
"@strata-foundation/chat-ui": "^3.9.3",
40+
"@strata-foundation/fungible-entangler": "^3.9.3",
41+
"@strata-foundation/marketplace-sdk": "^3.9.3",
42+
"@strata-foundation/marketplace-ui": "^3.9.3",
43+
"@strata-foundation/react": "^3.9.3",
44+
"@strata-foundation/spl-token-bonding": "^3.9.3",
45+
"@strata-foundation/spl-token-collective": "^3.9.3",
4646
"@svgr/webpack": "^5.5.0",
4747
"assert": "^2.0.0",
4848
"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.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
7+
8+
**Note:** Version bump only for package @strata-foundation/fungible-entangler
9+
10+
11+
12+
13+
614
## [3.9.2](https://github.com/StrataFoundation/strata/compare/v3.9.1...v3.9.2) (2022-07-12)
715

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

packages/fungible-entangler/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/fungible-entangler",
3-
"version": "3.9.2",
3+
"version": "3.9.3",
44
"description": "Interface to the strata fungible entangler",
55
"publishConfig": {
66
"access": "public",
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@project-serum/anchor": "^0.24.2",
3131
"@solana/web3.js": "^1.32.0",
32-
"@strata-foundation/spl-utils": "^3.9.0",
32+
"@strata-foundation/spl-utils": "^3.9.3",
3333
"bn.js": "^5.2.0",
3434
"copyfiles": "^2.4.1"
3535
},

packages/governance-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.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
7+
8+
**Note:** Version bump only for package @strata-foundation/governance-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/governance-cli

packages/governance-cli/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/governance-cli",
3-
"version": "3.9.0",
3+
"version": "3.9.3",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://registry.npmjs.org/"
@@ -17,7 +17,7 @@
1717
"@project-serum/anchor": "^0.24.2",
1818
"@solana/spl-governance": "^0.0.27",
1919
"@solana/web3.js": "^1.43.4",
20-
"@strata-foundation/spl-utils": "^3.9.0",
20+
"@strata-foundation/spl-utils": "^3.9.3",
2121
"borsh": "^0.7.0",
2222
"js-base64": "^3.7.2",
2323
"shelljs": "^0.8.4"

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

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

packages/marketplace-sdk/package.json

Lines changed: 5 additions & 5 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.2",
7+
"version": "3.9.3",
88
"description": "Interface to the strata marketplace",
99
"repository": {
1010
"type": "git",
@@ -30,10 +30,10 @@
3030
"dependencies": {
3131
"@project-serum/anchor": "^0.24.2",
3232
"@solana/web3.js": "^1.43.4",
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",
36-
"@strata-foundation/spl-utils": "^3.9.0",
33+
"@strata-foundation/fungible-entangler": "^3.9.3",
34+
"@strata-foundation/spl-token-bonding": "^3.9.3",
35+
"@strata-foundation/spl-token-collective": "^3.9.3",
36+
"@strata-foundation/spl-utils": "^3.9.3",
3737
"bn.js": "^5.2.0",
3838
"copyfiles": "^2.4.1"
3939
},

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

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

packages/react/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/react",
3-
"version": "3.9.2",
3+
"version": "3.9.3",
44
"description": "React utils for strata foundation",
55
"source": "src/index.ts",
66
"main": "dist/lib/index.js",
@@ -36,12 +36,12 @@
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.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",
43-
"@strata-foundation/accelerator": "^3.9.0",
44-
"@strata-foundation/spl-utils": "^3.9.0",
39+
"@strata-foundation/accelerator": "^3.9.3",
40+
"@strata-foundation/fungible-entangler": "^3.9.3",
41+
"@strata-foundation/marketplace-sdk": "^3.9.3",
42+
"@strata-foundation/spl-token-bonding": "^3.9.3",
43+
"@strata-foundation/spl-token-collective": "^3.9.3",
44+
"@strata-foundation/spl-utils": "^3.9.3",
4545
"@toruslabs/solana-embed": "0.0.9",
4646
"@types/lru-cache": "^7.6.1",
4747
"axios": "^0.25.0",

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

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

0 commit comments

Comments
 (0)