Skip to content

Commit

Permalink
Release/v3.9.5 (#320)
Browse files Browse the repository at this point in the history
* Fix transaction filter logic

* chore(release): publish 3.9.5
  • Loading branch information
ChewingGlass authored Jul 26, 2022
1 parent e53f52e commit 6e2f10c
Show file tree
Hide file tree
Showing 29 changed files with 162 additions and 48 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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

### Fixed

* Bug in submitting multiple transactions with empty transaction groups


## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)

**Note:** Version bump only for package @strata-foundation/strata
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "3.9.4"
"version": "3.9.5"
}
8 changes: 8 additions & 0 deletions packages/chat-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)

**Note:** Version bump only for package @strata-foundation/chat-ui
Expand Down
8 changes: 4 additions & 4 deletions packages/chat-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"source": "src/index.ts",
"version": "3.9.4",
"version": "3.9.5",
"license": "Apache-2.0",
"exports": {
".": "./dist/lib/index.js"
Expand Down Expand Up @@ -39,9 +39,9 @@
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.4",
"@strata-foundation/accelerator": "^3.9.3",
"@strata-foundation/chat": "^3.9.3",
"@strata-foundation/react": "^3.9.4",
"@strata-foundation/spl-token-bonding": "^3.9.3",
"@strata-foundation/chat": "^3.9.5",
"@strata-foundation/react": "^3.9.5",
"@strata-foundation/spl-token-bonding": "^3.9.5",
"@types/emoji-mart": "^3.0.9",
"@types/request-promise": "^4.1.48",
"@types/sanitize-html": "^2.6.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)

**Note:** Version bump only for package @strata-foundation/chat
Expand Down
4 changes: 2 additions & 2 deletions packages/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"version": "3.9.3",
"version": "3.9.5",
"description": "Interface to the chat smart contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@project-serum/anchor": "^0.24.2",
"@shadow-drive/sdk": "^3.0.4",
"@solana/web3.js": "^1.43.4",
"@strata-foundation/spl-utils": "^3.9.3",
"@strata-foundation/spl-utils": "^3.9.5",
"@types/uuid": "^8.3.4",
"add": "^2.0.6",
"bn.js": "^5.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)

**Note:** Version bump only for package @strata-foundation/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@solana/web3.js": "^1.43.4",
"@strata-foundation/spl-token-bonding": "^3.9.3",
"@strata-foundation/spl-token-collective": "^3.9.3",
"@strata-foundation/spl-utils": "^3.9.3",
"@strata-foundation/spl-token-bonding": "^3.9.5",
"@strata-foundation/spl-token-collective": "^3.9.5",
"@strata-foundation/spl-utils": "^3.9.5",
"bn.js": "^5.2.0",
"commander": "^9.2.0",
"copyfiles": "^2.4.1",
Expand All @@ -35,5 +35,5 @@
"typescript": "^4.3.4"
},
"gitHead": "4623c709db43b3503af871ddbdf325da202e0e62",
"version": "3.9.3"
"version": "3.9.5"
}
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)

**Note:** Version bump only for package @strata-foundation/docs
Expand Down
18 changes: 9 additions & 9 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strata-foundation/docs",
"version": "3.9.4",
"version": "3.9.5",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down Expand Up @@ -35,14 +35,14 @@
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.4",
"@strata-foundation/chat": "^3.9.3",
"@strata-foundation/chat-ui": "^3.9.4",
"@strata-foundation/fungible-entangler": "^3.9.3",
"@strata-foundation/marketplace-sdk": "^3.9.3",
"@strata-foundation/marketplace-ui": "^3.9.4",
"@strata-foundation/react": "^3.9.4",
"@strata-foundation/spl-token-bonding": "^3.9.3",
"@strata-foundation/spl-token-collective": "^3.9.3",
"@strata-foundation/chat": "^3.9.5",
"@strata-foundation/chat-ui": "^3.9.5",
"@strata-foundation/fungible-entangler": "^3.9.5",
"@strata-foundation/marketplace-sdk": "^3.9.5",
"@strata-foundation/marketplace-ui": "^3.9.5",
"@strata-foundation/react": "^3.9.5",
"@strata-foundation/spl-token-bonding": "^3.9.5",
"@strata-foundation/spl-token-collective": "^3.9.5",
"@svgr/webpack": "^5.5.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/fungible-entangler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)

**Note:** Version bump only for package @strata-foundation/fungible-entangler
Expand Down
4 changes: 2 additions & 2 deletions packages/fungible-entangler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strata-foundation/fungible-entangler",
"version": "3.9.3",
"version": "3.9.5",
"description": "Interface to the strata fungible entangler",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/web3.js": "^1.32.0",
"@strata-foundation/spl-utils": "^3.9.3",
"@strata-foundation/spl-utils": "^3.9.5",
"bn.js": "^5.2.0",
"copyfiles": "^2.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/governance-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)

**Note:** Version bump only for package @strata-foundation/governance-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/governance-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strata-foundation/governance-cli",
"version": "3.9.3",
"version": "3.9.5",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand All @@ -17,7 +17,7 @@
"@project-serum/anchor": "^0.24.2",
"@solana/spl-governance": "^0.0.27",
"@solana/web3.js": "^1.43.4",
"@strata-foundation/spl-utils": "^3.9.3",
"@strata-foundation/spl-utils": "^3.9.5",
"borsh": "^0.7.0",
"js-base64": "^3.7.2",
"shelljs": "^0.8.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/marketplace-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)

**Note:** Version bump only for package @strata-foundation/marketplace-sdk
Expand Down
10 changes: 5 additions & 5 deletions packages/marketplace-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"version": "3.9.3",
"version": "3.9.5",
"description": "Interface to the strata marketplace",
"repository": {
"type": "git",
Expand All @@ -30,10 +30,10 @@
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/web3.js": "^1.43.4",
"@strata-foundation/fungible-entangler": "^3.9.3",
"@strata-foundation/spl-token-bonding": "^3.9.3",
"@strata-foundation/spl-token-collective": "^3.9.3",
"@strata-foundation/spl-utils": "^3.9.3",
"@strata-foundation/fungible-entangler": "^3.9.5",
"@strata-foundation/spl-token-bonding": "^3.9.5",
"@strata-foundation/spl-token-collective": "^3.9.5",
"@strata-foundation/spl-utils": "^3.9.5",
"bn.js": "^5.2.0",
"copyfiles": "^2.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/marketplace-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)

**Note:** Version bump only for package @strata-foundation/marketplace-ui
Expand Down
6 changes: 3 additions & 3 deletions packages/marketplace-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"source": "src/index.ts",
"version": "3.9.4",
"version": "3.9.5",
"license": "Apache-2.0",
"exports": {
".": "./dist/lib/index.js"
Expand Down Expand Up @@ -37,8 +37,8 @@
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.4",
"@strata-foundation/marketplace-sdk": "^3.9.3",
"@strata-foundation/react": "^3.9.4",
"@strata-foundation/marketplace-sdk": "^3.9.5",
"@strata-foundation/react": "^3.9.5",
"@types/auth0-js": "^9.14.5",
"@types/cors": "^2.8.12",
"@types/node-localstorage": "^1.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)

**Note:** Version bump only for package @strata-foundation/react
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strata-foundation/react",
"version": "3.9.4",
"version": "3.9.5",
"description": "React utils for strata foundation",
"source": "src/index.ts",
"main": "dist/lib/index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.4",
"@strata-foundation/accelerator": "^3.9.3",
"@strata-foundation/fungible-entangler": "^3.9.3",
"@strata-foundation/marketplace-sdk": "^3.9.3",
"@strata-foundation/spl-token-bonding": "^3.9.3",
"@strata-foundation/spl-token-collective": "^3.9.3",
"@strata-foundation/spl-utils": "^3.9.3",
"@strata-foundation/fungible-entangler": "^3.9.5",
"@strata-foundation/marketplace-sdk": "^3.9.5",
"@strata-foundation/spl-token-bonding": "^3.9.5",
"@strata-foundation/spl-token-collective": "^3.9.5",
"@strata-foundation/spl-utils": "^3.9.5",
"@toruslabs/solana-embed": "0.0.9",
"@types/lru-cache": "^7.6.1",
"axios": "^0.25.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.4](https://github.com/StrataFoundation/strata/compare/v3.9.3...v3.9.4) (2022-07-26)

**Note:** Version bump only for package @strata-foundation/site
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strata-foundation/site",
"version": "3.9.4",
"version": "3.9.5",
"scripts": {
"clean": "shx rm -rf .next",
"dev": "NODE_OPTIONS='--inspect' next dev",
Expand All @@ -15,7 +15,7 @@
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.1",
"@solana/spl-token": "0.1.8",
"@strata-foundation/react": "^3.9.4",
"@strata-foundation/react": "^3.9.5",
"next": "12.0.7",
"next-seo": "^5.1.0",
"react": "17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/spl-token-bonding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.5](https://github.com/StrataFoundation/strata/compare/v3.9.4...v3.9.5) (2022-07-26)

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





## [3.9.3](https://github.com/StrataFoundation/strata/compare/v3.9.2...v3.9.3) (2022-07-25)

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

3 comments on commit 6e2f10c

@vercel
Copy link

@vercel vercel bot commented on 6e2f10c Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6e2f10c Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chat – ./packages/chat-ui

chat-strata.vercel.app
chat-two-chi.vercel.app
chat-git-master-strata.vercel.app
chat.strataprotocol.com

@vercel
Copy link

@vercel vercel bot commented on 6e2f10c Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.