Skip to content

Commit 6e2f10c

Browse files
authored
Release/v3.9.5 (#320)
* Fix transaction filter logic * chore(release): publish 3.9.5
1 parent e53f52e commit 6e2f10c

File tree

29 files changed

+162
-48
lines changed

29 files changed

+162
-48
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/strata
9+
10+
### Fixed
11+
12+
* Bug in submitting multiple transactions with empty transaction groups
13+
14+
615
## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
716

817
**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.9.4"
7+
"version": "3.9.5"
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat-ui
9+
10+
11+
12+
13+
614
## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
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.4",
8+
"version": "3.9.5",
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.3",
42-
"@strata-foundation/chat": "^3.9.3",
43-
"@strata-foundation/react": "^3.9.4",
44-
"@strata-foundation/spl-token-bonding": "^3.9.3",
42+
"@strata-foundation/chat": "^3.9.5",
43+
"@strata-foundation/react": "^3.9.5",
44+
"@strata-foundation/spl-token-bonding": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/chat
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

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.3",
7+
"version": "3.9.5",
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.3",
36+
"@strata-foundation/spl-utils": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/cli
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/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.3",
25-
"@strata-foundation/spl-token-collective": "^3.9.3",
26-
"@strata-foundation/spl-utils": "^3.9.3",
24+
"@strata-foundation/spl-token-bonding": "^3.9.5",
25+
"@strata-foundation/spl-token-collective": "^3.9.5",
26+
"@strata-foundation/spl-utils": "^3.9.5",
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.3"
38+
"version": "3.9.5"
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/docs
9+
10+
11+
12+
13+
614
## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
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.4",
3+
"version": "3.9.5",
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/chat": "^3.9.3",
39-
"@strata-foundation/chat-ui": "^3.9.4",
40-
"@strata-foundation/fungible-entangler": "^3.9.3",
41-
"@strata-foundation/marketplace-sdk": "^3.9.3",
42-
"@strata-foundation/marketplace-ui": "^3.9.4",
43-
"@strata-foundation/react": "^3.9.4",
44-
"@strata-foundation/spl-token-bonding": "^3.9.3",
45-
"@strata-foundation/spl-token-collective": "^3.9.3",
38+
"@strata-foundation/chat": "^3.9.5",
39+
"@strata-foundation/chat-ui": "^3.9.5",
40+
"@strata-foundation/fungible-entangler": "^3.9.5",
41+
"@strata-foundation/marketplace-sdk": "^3.9.5",
42+
"@strata-foundation/marketplace-ui": "^3.9.5",
43+
"@strata-foundation/react": "^3.9.5",
44+
"@strata-foundation/spl-token-bonding": "^3.9.5",
45+
"@strata-foundation/spl-token-collective": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/fungible-entangler
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/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.3",
3+
"version": "3.9.5",
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.3",
32+
"@strata-foundation/spl-utils": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/governance-cli
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/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.3",
3+
"version": "3.9.5",
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.3",
20+
"@strata-foundation/spl-utils": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-sdk
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-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.3",
7+
"version": "3.9.5",
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.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",
33+
"@strata-foundation/fungible-entangler": "^3.9.5",
34+
"@strata-foundation/spl-token-bonding": "^3.9.5",
35+
"@strata-foundation/spl-token-collective": "^3.9.5",
36+
"@strata-foundation/spl-utils": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/marketplace-ui
9+
10+
11+
12+
13+
614
## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
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.4",
8+
"version": "3.9.5",
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.3",
41-
"@strata-foundation/react": "^3.9.4",
40+
"@strata-foundation/marketplace-sdk": "^3.9.5",
41+
"@strata-foundation/react": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/react
9+
10+
11+
12+
13+
614
## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
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.9.4",
3+
"version": "3.9.5",
44
"description": "React utils for strata foundation",
55
"source": "src/index.ts",
66
"main": "dist/lib/index.js",
@@ -38,11 +38,11 @@
3838
"@solana/wallet-adapter-wallets": "^0.16.1",
3939
"@solana/web3.js": "^1.43.4",
4040
"@strata-foundation/accelerator": "^3.9.3",
41-
"@strata-foundation/fungible-entangler": "^3.9.3",
42-
"@strata-foundation/marketplace-sdk": "^3.9.3",
43-
"@strata-foundation/spl-token-bonding": "^3.9.3",
44-
"@strata-foundation/spl-token-collective": "^3.9.3",
45-
"@strata-foundation/spl-utils": "^3.9.3",
41+
"@strata-foundation/fungible-entangler": "^3.9.5",
42+
"@strata-foundation/marketplace-sdk": "^3.9.5",
43+
"@strata-foundation/spl-token-bonding": "^3.9.5",
44+
"@strata-foundation/spl-token-collective": "^3.9.5",
45+
"@strata-foundation/spl-utils": "^3.9.5",
4646
"@toruslabs/solana-embed": "0.0.9",
4747
"@types/lru-cache": "^7.6.1",
4848
"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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/site
9+
10+
11+
12+
13+
614
## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)
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.4",
3+
"version": "3.9.5",
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.4",
18+
"@strata-foundation/react": "^3.9.5",
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.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)
7+
8+
**Note:** Version bump only for package @strata-foundation/spl-token-bonding
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/spl-token-bonding

0 commit comments

Comments
 (0)