diff --git a/e2e/meta-tx-gateway/CHANGELOG.md b/e2e/meta-tx-gateway/CHANGELOG.md index 94ef8d828..4eed68415 100644 --- a/e2e/meta-tx-gateway/CHANGELOG.md +++ b/e2e/meta-tx-gateway/CHANGELOG.md @@ -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. +## [1.7.5](https://github.com/bosonprotocol/core-components/compare/meta-tx-gateway@1.7.4...meta-tx-gateway@1.7.5) (2024-04-15) + +**Note:** Version bump only for package meta-tx-gateway + + + + + ## [1.7.4](https://github.com/bosonprotocol/core-components/compare/meta-tx-gateway@1.7.3...meta-tx-gateway@1.7.4) (2024-04-05) **Note:** Version bump only for package meta-tx-gateway diff --git a/e2e/meta-tx-gateway/package.json b/e2e/meta-tx-gateway/package.json index 9b3e29a09..ea10a9a11 100644 --- a/e2e/meta-tx-gateway/package.json +++ b/e2e/meta-tx-gateway/package.json @@ -1,6 +1,6 @@ { "name": "meta-tx-gateway", - "version": "1.7.5-alpha.0", + "version": "1.7.5", "description": "", "main": "index.js", "private": true, @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/bosonprotocol/core-components#readme", "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0", + "@bosonprotocol/common": "^1.27.1", "cors": "^2.8.5", "dotenv": "^16.0.2", "ethers": "^5.7.0", diff --git a/package-lock.json b/package-lock.json index cad118d73..98c16b8df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,10 +45,10 @@ } }, "e2e/meta-tx-gateway": { - "version": "1.7.5-alpha.0", + "version": "1.7.5", "license": "ISC", "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0", + "@bosonprotocol/common": "^1.27.1", "cors": "^2.8.5", "dotenv": "^16.0.2", "ethers": "^5.7.0", @@ -42330,10 +42330,10 @@ }, "packages/common": { "name": "@bosonprotocol/common", - "version": "1.27.1-alpha.0", + "version": "1.27.1", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/metadata": "^1.16.1-alpha.0", + "@bosonprotocol/metadata": "^1.16.1", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -42351,10 +42351,10 @@ }, "packages/core-sdk": { "name": "@bosonprotocol/core-sdk", - "version": "1.40.1-alpha.0", + "version": "1.40.1", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0", + "@bosonprotocol/common": "^1.27.1", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -42414,10 +42414,10 @@ }, "packages/eth-connect-sdk": { "name": "@bosonprotocol/eth-connect-sdk", - "version": "1.6.4-alpha.0", + "version": "1.6.4", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0" + "@bosonprotocol/common": "^1.27.1" }, "devDependencies": { "eslint": "^8.10.0", @@ -42433,10 +42433,10 @@ }, "packages/ethers-sdk": { "name": "@bosonprotocol/ethers-sdk", - "version": "1.14.1-alpha.0", + "version": "1.14.1", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0" + "@bosonprotocol/common": "^1.27.1" }, "devDependencies": { "@typechain/ethers-v5": "^9.0.0", @@ -42453,10 +42453,10 @@ }, "packages/ipfs-storage": { "name": "@bosonprotocol/ipfs-storage", - "version": "1.11.3-alpha.0", + "version": "1.11.3", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/metadata": "^1.16.1-alpha.0", + "@bosonprotocol/metadata": "^1.16.1", "ipfs-http-client": "^56.0.1", "multiformats": "^9.6.4", "uint8arrays": "^3.0.0" @@ -42472,7 +42472,7 @@ }, "packages/metadata": { "name": "@bosonprotocol/metadata", - "version": "1.16.1-alpha.0", + "version": "1.16.1", "license": "Apache-2.0", "dependencies": { "schema-to-yup": "^1.11.11" @@ -42488,13 +42488,13 @@ }, "packages/react-kit": { "name": "@bosonprotocol/react-kit", - "version": "0.29.1-alpha.0", + "version": "0.29.1", "license": "Apache-2.0", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/core-sdk": "^1.40.1-alpha.0", - "@bosonprotocol/ethers-sdk": "^1.14.1-alpha.0", - "@bosonprotocol/ipfs-storage": "^1.11.3-alpha.0", + "@bosonprotocol/core-sdk": "^1.40.1", + "@bosonprotocol/ethers-sdk": "^1.14.1", + "@bosonprotocol/ipfs-storage": "^1.11.3", "@davatar/react": "1.11.1", "@ethersproject/units": "5.6.0", "@glidejs/glide": "3.6.0", @@ -43326,7 +43326,7 @@ }, "packages/subgraph": { "name": "@bosonprotocol/subgraph", - "version": "1.33.0", + "version": "1.33.1", "license": "Apache-2.0", "dependencies": { "@graphprotocol/graph-cli": "0.68.5", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index cd8cc7ee0..5fb4cd3e2 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.27.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/common@1.27.0...@bosonprotocol/common@1.27.1) (2024-04-15) + + +### Bug Fixes + +* sepolia testing protocol contract change ([#714](https://github.com/bosonprotocol/core-components/issues/714)) ([9114222](https://github.com/bosonprotocol/core-components/commit/9114222ccb62297cb6b371d2d7b437e47fc0c24f)) + + + + + # [1.27.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/common@1.26.1...@bosonprotocol/common@1.27.0) (2024-04-05) diff --git a/packages/common/package.json b/packages/common/package.json index c6cd952b3..cb44148a4 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/common", - "version": "1.27.1-alpha.0", + "version": "1.27.1", "description": "Common configs, types, interfaces and utilities shared by the core components of the Boson Protocol.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -38,7 +38,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@bosonprotocol/metadata": "^1.16.1-alpha.0", + "@bosonprotocol/metadata": "^1.16.1", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", diff --git a/packages/common/src/configs.ts b/packages/common/src/configs.ts index f8a7cdfdc..108c5de64 100644 --- a/packages/common/src/configs.ts +++ b/packages/common/src/configs.ts @@ -87,7 +87,7 @@ export const envConfigs: Record = { ipfsMetadataUrl: "https://ipfs.infura.io:5001", contracts: { // from https://github.com/bosonprotocol/boson-protocol-contracts/pull/807 - protocolDiamond: "0x76051fc05ab42d912a737d59a8711f1446712630", + protocolDiamond: "0x7de418a7ce94debd057c34ebac232e7027634ade", forwarder: "0xbdeA59c8801658561a16fF58D68FC2b198DE4E93" // https://github.com/bosonprotocol/boson-protocol-contracts/blob/main/scripts/config/client-upgrade.js#L10 }, metaTx: undefined, diff --git a/packages/core-sdk/CHANGELOG.md b/packages/core-sdk/CHANGELOG.md index 7d289a02c..fd20a6896 100644 --- a/packages/core-sdk/CHANGELOG.md +++ b/packages/core-sdk/CHANGELOG.md @@ -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. +## [1.40.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/core-sdk@1.40.0...@bosonprotocol/core-sdk@1.40.1) (2024-04-15) + +**Note:** Version bump only for package @bosonprotocol/core-sdk + + + + + # [1.40.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/core-sdk@1.39.1...@bosonprotocol/core-sdk@1.40.0) (2024-04-05) diff --git a/packages/core-sdk/package.json b/packages/core-sdk/package.json index 993a9fa00..c71fa8d3a 100644 --- a/packages/core-sdk/package.json +++ b/packages/core-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/core-sdk", - "version": "1.40.1-alpha.0", + "version": "1.40.1", "description": "Facilitates interaction with the contracts and subgraphs of the Boson Protocol", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -35,7 +35,7 @@ "access": "public" }, "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0", + "@bosonprotocol/common": "^1.27.1", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", diff --git a/packages/eth-connect-sdk/CHANGELOG.md b/packages/eth-connect-sdk/CHANGELOG.md index 97f2a1737..b859ff092 100644 --- a/packages/eth-connect-sdk/CHANGELOG.md +++ b/packages/eth-connect-sdk/CHANGELOG.md @@ -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. +## [1.6.4](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/eth-connect-sdk@1.6.3...@bosonprotocol/eth-connect-sdk@1.6.4) (2024-04-15) + +**Note:** Version bump only for package @bosonprotocol/eth-connect-sdk + + + + + ## [1.6.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/eth-connect-sdk@1.6.2...@bosonprotocol/eth-connect-sdk@1.6.3) (2024-04-05) diff --git a/packages/eth-connect-sdk/package.json b/packages/eth-connect-sdk/package.json index 979a602cc..644642946 100644 --- a/packages/eth-connect-sdk/package.json +++ b/packages/eth-connect-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/eth-connect-sdk", - "version": "1.6.4-alpha.0", + "version": "1.6.4", "description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting eth-connect for the Boson Protocol.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -31,7 +31,7 @@ "access": "public" }, "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0" + "@bosonprotocol/common": "^1.27.1" }, "devDependencies": { "eslint": "^8.10.0", diff --git a/packages/ethers-sdk/CHANGELOG.md b/packages/ethers-sdk/CHANGELOG.md index 070364c36..9ee183a5f 100644 --- a/packages/ethers-sdk/CHANGELOG.md +++ b/packages/ethers-sdk/CHANGELOG.md @@ -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. +## [1.14.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ethers-sdk@1.14.0...@bosonprotocol/ethers-sdk@1.14.1) (2024-04-15) + +**Note:** Version bump only for package @bosonprotocol/ethers-sdk + + + + + # [1.14.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ethers-sdk@1.13.2...@bosonprotocol/ethers-sdk@1.14.0) (2024-04-05) diff --git a/packages/ethers-sdk/package.json b/packages/ethers-sdk/package.json index 3638b390c..f44a64b32 100644 --- a/packages/ethers-sdk/package.json +++ b/packages/ethers-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/ethers-sdk", - "version": "1.14.1-alpha.0", + "version": "1.14.1", "description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting ethers for the Boson Protocol.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -32,7 +32,7 @@ "access": "public" }, "dependencies": { - "@bosonprotocol/common": "^1.27.1-alpha.0" + "@bosonprotocol/common": "^1.27.1" }, "devDependencies": { "@typechain/ethers-v5": "^9.0.0", diff --git a/packages/ipfs-storage/CHANGELOG.md b/packages/ipfs-storage/CHANGELOG.md index 721c91637..1307093c9 100644 --- a/packages/ipfs-storage/CHANGELOG.md +++ b/packages/ipfs-storage/CHANGELOG.md @@ -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. +## [1.11.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ipfs-storage@1.11.2...@bosonprotocol/ipfs-storage@1.11.3) (2024-04-15) + +**Note:** Version bump only for package @bosonprotocol/ipfs-storage + + + + + ## [1.11.2](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ipfs-storage@1.11.1...@bosonprotocol/ipfs-storage@1.11.2) (2024-03-08) **Note:** Version bump only for package @bosonprotocol/ipfs-storage diff --git a/packages/ipfs-storage/package.json b/packages/ipfs-storage/package.json index 8633fb694..302d544fe 100644 --- a/packages/ipfs-storage/package.json +++ b/packages/ipfs-storage/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/ipfs-storage", - "version": "1.11.3-alpha.0", + "version": "1.11.3", "description": "IPFS metadata storage implementation for building on top of the Boson Protocol.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -39,7 +39,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@bosonprotocol/metadata": "^1.16.1-alpha.0", + "@bosonprotocol/metadata": "^1.16.1", "ipfs-http-client": "^56.0.1", "multiformats": "^9.6.4", "uint8arrays": "^3.0.0" diff --git a/packages/metadata/CHANGELOG.md b/packages/metadata/CHANGELOG.md index bc7655d9f..b2cb039e4 100644 --- a/packages/metadata/CHANGELOG.md +++ b/packages/metadata/CHANGELOG.md @@ -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. +## [1.16.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/metadata@1.16.0...@bosonprotocol/metadata@1.16.1) (2024-04-15) + +**Note:** Version bump only for package @bosonprotocol/metadata + + + + + # [1.16.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/metadata@1.15.0...@bosonprotocol/metadata@1.16.0) (2024-03-08) diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 213b6665b..6df95f899 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/metadata", - "version": "1.16.1-alpha.0", + "version": "1.16.1", "description": "Offer metadata schemas, types and tools of the Boson Protocol.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/packages/react-kit/CHANGELOG.md b/packages/react-kit/CHANGELOG.md index 8e812d40a..359a78975 100644 --- a/packages/react-kit/CHANGELOG.md +++ b/packages/react-kit/CHANGELOG.md @@ -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. +## [0.29.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/react-kit@0.29.0...@bosonprotocol/react-kit@0.29.1) (2024-04-15) + +**Note:** Version bump only for package @bosonprotocol/react-kit + + + + + # [0.29.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/react-kit@0.28.1...@bosonprotocol/react-kit@0.29.0) (2024-04-05) diff --git a/packages/react-kit/package.json b/packages/react-kit/package.json index 4ec2652a1..7a9542050 100644 --- a/packages/react-kit/package.json +++ b/packages/react-kit/package.json @@ -1,7 +1,7 @@ { "name": "@bosonprotocol/react-kit", "description": "React toolkit with smart components and hooks for building on top of the Boson Protocol.", - "version": "0.29.1-alpha.0", + "version": "0.29.1", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/cjs/index.d.ts", @@ -15,9 +15,9 @@ "license": "Apache-2.0", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/core-sdk": "^1.40.1-alpha.0", - "@bosonprotocol/ethers-sdk": "^1.14.1-alpha.0", - "@bosonprotocol/ipfs-storage": "^1.11.3-alpha.0", + "@bosonprotocol/core-sdk": "^1.40.1", + "@bosonprotocol/ethers-sdk": "^1.14.1", + "@bosonprotocol/ipfs-storage": "^1.11.3", "@davatar/react": "1.11.1", "@ethersproject/units": "5.6.0", "@glidejs/glide": "3.6.0", diff --git a/packages/subgraph/CHANGELOG.md b/packages/subgraph/CHANGELOG.md index 28c153d3c..57965f848 100644 --- a/packages/subgraph/CHANGELOG.md +++ b/packages/subgraph/CHANGELOG.md @@ -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. +## [1.33.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/subgraph@1.33.0...@bosonprotocol/subgraph@1.33.1) (2024-04-15) + +**Note:** Version bump only for package @bosonprotocol/subgraph + + + + + # [1.33.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/subgraph@1.32.1...@bosonprotocol/subgraph@1.33.0) (2024-04-05) diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index 8d22dc36d..c9a80ef09 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/subgraph", - "version": "1.33.0", + "version": "1.33.1", "dependencies": { "@graphprotocol/graph-cli": "0.68.5", "@graphprotocol/graph-ts": "0.33.0"