Skip to content

Commit 32da657

Browse files
authored
chore(release): publish 3.11.1 (#355)
1 parent e086688 commit 32da657

File tree

30 files changed

+175
-55
lines changed

30 files changed

+175
-55
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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/strata
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
715

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

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.11.0"
7+
"version": "3.11.1"
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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/accelerator
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
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.11.0",
7+
"version": "3.11.1",
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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat-ui
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
715

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

packages/chat-ui/package.json

Lines changed: 6 additions & 6 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.11.0",
7+
"version": "3.11.1",
88
"license": "Apache-2.0",
99
"main": "./lib/cjs/index.js",
1010
"module": "./lib/esm/src/index.js",
@@ -49,11 +49,11 @@
4949
"@solana/wallet-adapter-react-ui": "^0.9.5",
5050
"@solana/wallet-adapter-solflare": "^0.6.11",
5151
"@solana/web3.js": "^1.43.4",
52-
"@strata-foundation/accelerator": "^3.11.0",
53-
"@strata-foundation/chat": "^3.11.0",
54-
"@strata-foundation/react": "^3.11.0",
55-
"@strata-foundation/spl-token-bonding": "^3.11.0",
56-
"@strata-foundation/spl-utils": "^3.11.0",
52+
"@strata-foundation/accelerator": "^3.11.1",
53+
"@strata-foundation/chat": "^3.11.1",
54+
"@strata-foundation/react": "^3.11.1",
55+
"@strata-foundation/spl-token-bonding": "^3.11.1",
56+
"@strata-foundation/spl-utils": "^3.11.1",
5757
"@types/emoji-mart": "^3.0.9",
5858
"@types/sanitize-html": "^2.6.2",
5959
"@types/showdown": "^2.0.0",

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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
715

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

packages/chat/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.11.0",
7+
"version": "3.11.1",
88
"description": "Interface to the chat smart contract",
99
"repository": {
1010
"type": "git",
@@ -38,8 +38,8 @@
3838
"@shadow-drive/sdk": "^3.0.6",
3939
"@solana/spl-token": "0.1.8",
4040
"@solana/web3.js": "^1.43.4",
41-
"@strata-foundation/spl-token-bonding": "^3.11.0",
42-
"@strata-foundation/spl-utils": "^3.11.0",
41+
"@strata-foundation/spl-token-bonding": "^3.11.1",
42+
"@strata-foundation/spl-utils": "^3.11.1",
4343
"add": "^2.0.6",
4444
"bn.js": "^5.2.0",
4545
"bs58": "^4.0.1",

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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/cli
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-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
@@ -25,9 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@solana/web3.js": "^1.43.4",
28-
"@strata-foundation/spl-token-bonding": "^3.11.0",
29-
"@strata-foundation/spl-token-collective": "^3.11.0",
30-
"@strata-foundation/spl-utils": "^3.11.0",
28+
"@strata-foundation/spl-token-bonding": "^3.11.1",
29+
"@strata-foundation/spl-token-collective": "^3.11.1",
30+
"@strata-foundation/spl-utils": "^3.11.1",
3131
"bn.js": "^5.2.0",
3232
"commander": "^9.2.0",
3333
"copyfiles": "^2.4.1",
@@ -39,5 +39,5 @@
3939
"typescript": "^4.3.4"
4040
},
4141
"gitHead": "4623c709db43b3503af871ddbdf325da202e0e62",
42-
"version": "3.11.0"
42+
"version": "3.11.1"
4343
}

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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/docs
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
715

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

packages/docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strata-foundation/docs",
3-
"version": "3.11.0",
3+
"version": "3.11.1",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://registry.npmjs.org/"
@@ -42,15 +42,15 @@
4242
"@solana/wallet-adapter-react-ui": "^0.9.5",
4343
"@solana/wallet-adapter-solflare": "^0.6.11",
4444
"@solana/web3.js": "^1.43.4",
45-
"@strata-foundation/chat": "^3.11.0",
46-
"@strata-foundation/chat-ui": "^3.11.0",
47-
"@strata-foundation/fungible-entangler": "^3.11.0",
48-
"@strata-foundation/marketplace-sdk": "^3.11.0",
49-
"@strata-foundation/marketplace-ui": "^3.11.0",
50-
"@strata-foundation/react": "^3.11.0",
51-
"@strata-foundation/spl-token-bonding": "^3.11.0",
52-
"@strata-foundation/spl-token-collective": "^3.11.0",
53-
"@strata-foundation/spl-utils": "^3.11.0",
45+
"@strata-foundation/chat": "^3.11.1",
46+
"@strata-foundation/chat-ui": "^3.11.1",
47+
"@strata-foundation/fungible-entangler": "^3.11.1",
48+
"@strata-foundation/marketplace-sdk": "^3.11.1",
49+
"@strata-foundation/marketplace-ui": "^3.11.1",
50+
"@strata-foundation/react": "^3.11.1",
51+
"@strata-foundation/spl-token-bonding": "^3.11.1",
52+
"@strata-foundation/spl-token-collective": "^3.11.1",
53+
"@strata-foundation/spl-utils": "^3.11.1",
5454
"@svgr/webpack": "^5.5.0",
5555
"assert": "^2.0.0",
5656
"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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/fungible-entangler
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-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.11.0",
3+
"version": "3.11.1",
44
"description": "Interface to the strata fungible entangler",
55
"publishConfig": {
66
"access": "public",
@@ -33,7 +33,7 @@
3333
"@project-serum/anchor": "^0.24.2",
3434
"@solana/spl-token": "0.1.8",
3535
"@solana/web3.js": "^1.43.4",
36-
"@strata-foundation/spl-utils": "^3.11.0",
36+
"@strata-foundation/spl-utils": "^3.11.1",
3737
"bn.js": "^5.2.0",
3838
"copyfiles": "^2.4.1"
3939
},

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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/governance-cli
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
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.11.0",
3+
"version": "3.11.1",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://registry.npmjs.org/"
@@ -19,7 +19,7 @@
1919
"@project-serum/anchor": "^0.24.2",
2020
"@solana/spl-governance": "^0.3.13",
2121
"@solana/web3.js": "1.22.0",
22-
"@strata-foundation/spl-utils": "^3.11.0",
22+
"@strata-foundation/spl-utils": "^3.11.1",
2323
"axios": "^0.27.2",
2424
"axois": "0.0.1-security",
2525
"borsh": "^0.7.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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-sdk
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-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.11.0",
7+
"version": "3.11.1",
88
"description": "Interface to the strata marketplace",
99
"repository": {
1010
"type": "git",
@@ -34,10 +34,10 @@
3434
"@project-serum/anchor": "^0.24.2",
3535
"@solana/spl-token": "0.1.8",
3636
"@solana/web3.js": "^1.43.4",
37-
"@strata-foundation/fungible-entangler": "^3.11.0",
38-
"@strata-foundation/spl-token-bonding": "^3.11.0",
39-
"@strata-foundation/spl-token-collective": "^3.11.0",
40-
"@strata-foundation/spl-utils": "^3.11.0",
37+
"@strata-foundation/fungible-entangler": "^3.11.1",
38+
"@strata-foundation/spl-token-bonding": "^3.11.1",
39+
"@strata-foundation/spl-token-collective": "^3.11.1",
40+
"@strata-foundation/spl-utils": "^3.11.1",
4141
"bn.js": "^5.2.0",
4242
"bs58": "^4.0.1",
4343
"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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-ui
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
715

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

packages/marketplace-ui/package.json

Lines changed: 7 additions & 7 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.11.0",
7+
"version": "3.11.1",
88
"license": "Apache-2.0",
99
"main": "./lib/cjs/index.js",
1010
"module": "./lib/esm/src/index.js",
@@ -52,12 +52,12 @@
5252
"@solana/wallet-adapter-react-ui": "^0.9.5",
5353
"@solana/wallet-adapter-solflare": "^0.6.11",
5454
"@solana/web3.js": "^1.43.4",
55-
"@strata-foundation/fungible-entangler": "^3.11.0",
56-
"@strata-foundation/marketplace-sdk": "^3.11.0",
57-
"@strata-foundation/react": "^3.11.0",
58-
"@strata-foundation/spl-token-bonding": "^3.11.0",
59-
"@strata-foundation/spl-token-collective": "^3.11.0",
60-
"@strata-foundation/spl-utils": "^3.11.0",
55+
"@strata-foundation/fungible-entangler": "^3.11.1",
56+
"@strata-foundation/marketplace-sdk": "^3.11.1",
57+
"@strata-foundation/react": "^3.11.1",
58+
"@strata-foundation/spl-token-bonding": "^3.11.1",
59+
"@strata-foundation/spl-token-collective": "^3.11.1",
60+
"@strata-foundation/spl-utils": "^3.11.1",
6161
"@types/auth0-js": "^9.14.5",
6262
"@types/cors": "^2.8.12",
6363
"anchor-17": "npm:@project-serum/[email protected]",

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.11.1](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.1) (2022-09-12)
7+
8+
**Note:** Version bump only for package @strata-foundation/react
9+
10+
11+
12+
13+
614
# [3.11.0](https://github.com/StrataFoundation/strata/compare/v3.10.1...v3.11.0) (2022-09-12)
715

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

packages/react/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/react",
3-
"version": "3.11.0",
3+
"version": "3.11.1",
44
"description": "React utils for strata foundation",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/src/index.js",
@@ -38,11 +38,11 @@
3838
"@solana/wallet-adapter-base": "^0.9.4",
3939
"@solana/wallet-adapter-react": "^0.15.4",
4040
"@solana/web3.js": "^1.43.4",
41-
"@strata-foundation/accelerator": "^3.11.0",
42-
"@strata-foundation/fungible-entangler": "^3.11.0",
43-
"@strata-foundation/spl-token-bonding": "^3.11.0",
44-
"@strata-foundation/spl-token-collective": "^3.11.0",
45-
"@strata-foundation/spl-utils": "^3.11.0",
41+
"@strata-foundation/accelerator": "^3.11.1",
42+
"@strata-foundation/fungible-entangler": "^3.11.1",
43+
"@strata-foundation/spl-token-bonding": "^3.11.1",
44+
"@strata-foundation/spl-token-collective": "^3.11.1",
45+
"@strata-foundation/spl-utils": "^3.11.1",
4646
"axios": "^0.25.0",
4747
"bn.js": "^5.2.0",
4848
"borsh": "^0.4.0",

0 commit comments

Comments
 (0)