Skip to content

Commit e53f52e

Browse files
authored
release/v3.9.4 (#319)
* Use peer react deps * chore(release): publish 3.9.4
1 parent b953581 commit e53f52e

File tree

12 files changed

+70
-16
lines changed

12 files changed

+70
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/strata
9+
10+
### Fixed
11+
12+
* Make react a peer dep in chat-ui and marketplace-ui packages
13+
14+
615
## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
716

817
### Changed

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

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

packages/chat-ui/package.json

Lines changed: 6 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.3",
8+
"version": "3.9.4",
99
"license": "Apache-2.0",
1010
"exports": {
1111
".": "./dist/lib/index.js"
@@ -40,7 +40,7 @@
4040
"@solana/web3.js": "^1.43.4",
4141
"@strata-foundation/accelerator": "^3.9.3",
4242
"@strata-foundation/chat": "^3.9.3",
43-
"@strata-foundation/react": "^3.9.3",
43+
"@strata-foundation/react": "^3.9.4",
4444
"@strata-foundation/spl-token-bonding": "^3.9.3",
4545
"@types/emoji-mart": "^3.0.9",
4646
"@types/request-promise": "^4.1.48",
@@ -57,10 +57,8 @@
5757
"query-string": "^7.1.1",
5858
"quill": "^1.3.7",
5959
"quilljs-markdown": "^1.1.11",
60-
"react": "^17.0.2",
6160
"react-async-hook": "^4.0.0",
6261
"react-device-detect": "^2.1.2",
63-
"react-dom": "^17.0.2",
6462
"react-dropzone": "^14.2.2",
6563
"react-focus-lock": "^2.9.1",
6664
"react-hook-form": "^7.25.1",
@@ -71,6 +69,10 @@
7169
"yarn": "^1.22.18",
7270
"yup": "^0.32.11"
7371
},
72+
"peerDependencies": {
73+
"react": "^16.8 || ^17 || ^18",
74+
"react-dom": "^16.8 || ^17 || ^18"
75+
},
7476
"devDependencies": {
7577
"@types/bn.js": "^5.1.0",
7678
"@types/escape-html": "^1.0.2",

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

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

packages/docs/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/docs",
3-
"version": "3.9.3",
3+
"version": "3.9.4",
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/chat": "^3.9.3",
39-
"@strata-foundation/chat-ui": "^3.9.3",
39+
"@strata-foundation/chat-ui": "^3.9.4",
4040
"@strata-foundation/fungible-entangler": "^3.9.3",
4141
"@strata-foundation/marketplace-sdk": "^3.9.3",
42-
"@strata-foundation/marketplace-ui": "^3.9.3",
43-
"@strata-foundation/react": "^3.9.3",
42+
"@strata-foundation/marketplace-ui": "^3.9.4",
43+
"@strata-foundation/react": "^3.9.4",
4444
"@strata-foundation/spl-token-bonding": "^3.9.3",
4545
"@strata-foundation/spl-token-collective": "^3.9.3",
4646
"@svgr/webpack": "^5.5.0",

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

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

packages/marketplace-ui/package.json

Lines changed: 6 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.3",
8+
"version": "3.9.4",
99
"license": "Apache-2.0",
1010
"exports": {
1111
".": "./dist/lib/index.js"
@@ -38,7 +38,7 @@
3838
"@solana/wallet-adapter-wallets": "^0.16.1",
3939
"@solana/web3.js": "^1.43.4",
4040
"@strata-foundation/marketplace-sdk": "^3.9.3",
41-
"@strata-foundation/react": "^3.9.3",
41+
"@strata-foundation/react": "^3.9.4",
4242
"@types/auth0-js": "^9.14.5",
4343
"@types/cors": "^2.8.12",
4444
"@types/node-localstorage": "^1.3.0",
@@ -55,17 +55,19 @@
5555
"next-seo": "^5.2.0",
5656
"node-localstorage": "^2.2.1",
5757
"query-string": "^7.1.1",
58-
"react": "^17.0.2",
5958
"react-async-hook": "^4.0.0",
6059
"react-circular-progressbar": "^2.0.4",
6160
"react-countdown": "^2.3.2",
6261
"react-device-detect": "^2.1.2",
63-
"react-dom": "^17.0.2",
6462
"react-hook-form": "^7.25.1",
6563
"react-hot-toast": "^2.2.0",
6664
"recharts": "^2.1.9",
6765
"yup": "^0.32.11"
6866
},
67+
"peerDependencies": {
68+
"react": "^16.8 || ^17 || ^18",
69+
"react-dom": "^16.8 || ^17 || ^18"
70+
},
6971
"devDependencies": {
7072
"@types/gtag.js": "^0.0.10",
7173
"@types/node": "17.0.8",

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

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

packages/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/react",
3-
"version": "3.9.3",
3+
"version": "3.9.4",
44
"description": "React utils for strata foundation",
55
"source": "src/index.ts",
66
"main": "dist/lib/index.js",
@@ -22,6 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@apollo/client": "^3.6.9",
25+
"@bonfida/spl-name-service": "^0.1.22",
2526
"@chakra-ui/icons": "^1.1.7",
2627
"@chakra-ui/react": "^1.8.1",
2728
"@emotion/react": "^11.6.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.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/site
9+
10+
11+
12+
13+
614
## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)
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.3",
3+
"version": "3.9.4",
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.3",
18+
"@strata-foundation/react": "^3.9.4",
1919
"next": "12.0.7",
2020
"next-seo": "^5.1.0",
2121
"react": "17.0.2",

0 commit comments

Comments
 (0)