diff --git a/e2e/meta-tx-gateway/CHANGELOG.md b/e2e/meta-tx-gateway/CHANGELOG.md index e185f2e9a..596145301 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.2](https://github.com/bosonprotocol/core-components/compare/meta-tx-gateway@1.7.1...meta-tx-gateway@1.7.2) (2024-02-23) + +**Note:** Version bump only for package meta-tx-gateway + + + + + ## [1.7.1](https://github.com/bosonprotocol/core-components/compare/meta-tx-gateway@1.7.0...meta-tx-gateway@1.7.1) (2024-02-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 857026a4f..28eaf424b 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.2-alpha.7", + "version": "1.7.2", "description": "", "main": "index.js", "private": true, @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/bosonprotocol/core-components#readme", "dependencies": { - "@bosonprotocol/common": "^1.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "cors": "^2.8.5", "dotenv": "^16.0.2", "ethers": "^5.7.0", diff --git a/package-lock.json b/package-lock.json index cfe1159ee..3a7dcf349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,10 +39,10 @@ } }, "e2e/meta-tx-gateway": { - "version": "1.7.2-alpha.7", + "version": "1.7.2", "license": "ISC", "dependencies": { - "@bosonprotocol/common": "^1.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "cors": "^2.8.5", "dotenv": "^16.0.2", "ethers": "^5.7.0", @@ -49745,10 +49745,10 @@ }, "packages/common": { "name": "@bosonprotocol/common", - "version": "1.26.0-alpha.0", + "version": "1.26.0", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/metadata": "^1.15.0-alpha.7", + "@bosonprotocol/metadata": "^1.15.0", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -49766,10 +49766,10 @@ }, "packages/core-sdk": { "name": "@bosonprotocol/core-sdk", - "version": "1.37.0-alpha.6", + "version": "1.37.0", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/common": "^1.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -49829,10 +49829,10 @@ }, "packages/eth-connect-sdk": { "name": "@bosonprotocol/eth-connect-sdk", - "version": "1.6.0-alpha.0", + "version": "1.6.0", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/common": "^1.26.0-alpha.0" + "@bosonprotocol/common": "^1.26.0" }, "devDependencies": { "eslint": "^8.10.0", @@ -49848,10 +49848,10 @@ }, "packages/ethers-sdk": { "name": "@bosonprotocol/ethers-sdk", - "version": "1.13.0-alpha.0", + "version": "1.13.0", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/common": "^1.26.0-alpha.0" + "@bosonprotocol/common": "^1.26.0" }, "devDependencies": { "@typechain/ethers-v5": "^9.0.0", @@ -49868,10 +49868,10 @@ }, "packages/ipfs-storage": { "name": "@bosonprotocol/ipfs-storage", - "version": "1.11.1-alpha.7", + "version": "1.11.1", "license": "Apache-2.0", "dependencies": { - "@bosonprotocol/metadata": "^1.15.0-alpha.7", + "@bosonprotocol/metadata": "^1.15.0", "ipfs-http-client": "^56.0.1", "multiformats": "^9.6.4", "uint8arrays": "^3.0.0" @@ -49887,7 +49887,7 @@ }, "packages/metadata": { "name": "@bosonprotocol/metadata", - "version": "1.15.0-alpha.7", + "version": "1.15.0", "license": "Apache-2.0", "dependencies": { "schema-to-yup": "^1.11.11" @@ -49903,13 +49903,13 @@ }, "packages/react-kit": { "name": "@bosonprotocol/react-kit", - "version": "0.27.0-alpha.0", + "version": "0.27.0", "license": "Apache-2.0", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/core-sdk": "^1.37.0-alpha.6", - "@bosonprotocol/ethers-sdk": "^1.13.0-alpha.0", - "@bosonprotocol/ipfs-storage": "^1.11.1-alpha.7", + "@bosonprotocol/core-sdk": "^1.37.0", + "@bosonprotocol/ethers-sdk": "^1.13.0", + "@bosonprotocol/ipfs-storage": "^1.11.1", "@davatar/react": "1.11.1", "@ethersproject/units": "5.6.0", "@glidejs/glide": "3.6.0", @@ -56511,7 +56511,7 @@ "@bosonprotocol/common": { "version": "file:packages/common", "requires": { - "@bosonprotocol/metadata": "^1.15.0-alpha.7", + "@bosonprotocol/metadata": "^1.15.0", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -56528,7 +56528,7 @@ "@bosonprotocol/core-sdk": { "version": "file:packages/core-sdk", "requires": { - "@bosonprotocol/common": "^1.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -56574,7 +56574,7 @@ "@bosonprotocol/eth-connect-sdk": { "version": "file:packages/eth-connect-sdk", "requires": { - "@bosonprotocol/common": "^1.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "eslint": "^8.10.0", "eth-connect": "^6.0.2", "jest": "29.6.2", @@ -56586,7 +56586,7 @@ "@bosonprotocol/ethers-sdk": { "version": "file:packages/ethers-sdk", "requires": { - "@bosonprotocol/common": "^1.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "@typechain/ethers-v5": "^9.0.0", "eslint": "^8.10.0", "jest": "29.6.2", @@ -56599,7 +56599,7 @@ "@bosonprotocol/ipfs-storage": { "version": "file:packages/ipfs-storage", "requires": { - "@bosonprotocol/metadata": "^1.15.0-alpha.7", + "@bosonprotocol/metadata": "^1.15.0", "@types/jest": "^29.5.4", "eslint": "^8.10.0", "ipfs-http-client": "^56.0.1", @@ -56627,9 +56627,9 @@ "version": "file:packages/react-kit", "requires": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/core-sdk": "^1.37.0-alpha.6", - "@bosonprotocol/ethers-sdk": "^1.13.0-alpha.0", - "@bosonprotocol/ipfs-storage": "^1.11.1-alpha.7", + "@bosonprotocol/core-sdk": "^1.37.0", + "@bosonprotocol/ethers-sdk": "^1.13.0", + "@bosonprotocol/ipfs-storage": "^1.11.1", "@davatar/react": "1.11.1", "@ethersproject/units": "5.6.0", "@glidejs/glide": "3.6.0", @@ -81977,7 +81977,7 @@ "meta-tx-gateway": { "version": "file:e2e/meta-tx-gateway", "requires": { - "@bosonprotocol/common": "^1.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/morgan": "^1.9.3", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 3457a477a..bdad69a77 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.26.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/common@1.25.2...@bosonprotocol/common@1.26.0) (2024-02-23) + + +### Bug Fixes + +* validation error and access to property in wait biconomy ([#669](https://github.com/bosonprotocol/core-components/issues/669)) ([a97e98a](https://github.com/bosonprotocol/core-components/commit/a97e98adbc2ab608e54ccb0add39672239d8db81)) + + +### Features + +* deactivate use of meta-transaction when the connected wallet is… ([#671](https://github.com/bosonprotocol/core-components/issues/671)) ([20cadab](https://github.com/bosonprotocol/core-components/commit/20cadaba47310d905d626b12f374fbfe92baeb10)) + + + + + ## [1.25.2](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/common@1.25.1...@bosonprotocol/common@1.25.2) (2024-02-05) diff --git a/packages/common/package.json b/packages/common/package.json index b607beccb..95179fde0 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/common", - "version": "1.26.0-alpha.0", + "version": "1.26.0", "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", @@ -37,7 +37,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@bosonprotocol/metadata": "^1.15.0-alpha.7", + "@bosonprotocol/metadata": "^1.15.0", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", diff --git a/packages/core-sdk/CHANGELOG.md b/packages/core-sdk/CHANGELOG.md index 23b12cdc8..6621269dc 100644 --- a/packages/core-sdk/CHANGELOG.md +++ b/packages/core-sdk/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.37.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/core-sdk@1.36.1...@bosonprotocol/core-sdk@1.37.0) (2024-02-23) + + +### Bug Fixes + +* check token gated condition function for large ranges or high token ids ([#665](https://github.com/bosonprotocol/core-components/issues/665)) ([979654e](https://github.com/bosonprotocol/core-components/commit/979654e08dbdbe4bb82efb9bff302afe643e5702)) +* testing issues ([#666](https://github.com/bosonprotocol/core-components/issues/666)) ([453de61](https://github.com/bosonprotocol/core-components/commit/453de61c9e5299a1c8381b4b568d06ba29de3d7d)) +* validation error and access to property in wait biconomy ([#669](https://github.com/bosonprotocol/core-components/issues/669)) ([a97e98a](https://github.com/bosonprotocol/core-components/commit/a97e98adbc2ab608e54ccb0add39672239d8db81)) + + +### Features + +* export Media type ([#662](https://github.com/bosonprotocol/core-components/issues/662)) ([f1244ad](https://github.com/bosonprotocol/core-components/commit/f1244ad09692e74692022e7d7dae1fc31d1e90a8)) +* request typename in offer metadata ([#672](https://github.com/bosonprotocol/core-components/issues/672)) ([afd95ef](https://github.com/bosonprotocol/core-components/commit/afd95ef27e6fbcc7c32c8085c45d59d32672332d)) + + + + + ## [1.36.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/core-sdk@1.36.0...@bosonprotocol/core-sdk@1.36.1) (2024-02-06) **Note:** Version bump only for package @bosonprotocol/core-sdk diff --git a/packages/core-sdk/package.json b/packages/core-sdk/package.json index be03c4f84..3a7b32ddd 100644 --- a/packages/core-sdk/package.json +++ b/packages/core-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/core-sdk", - "version": "1.37.0-alpha.6", + "version": "1.37.0", "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.26.0-alpha.0", + "@bosonprotocol/common": "^1.26.0", "@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 6f6d0bf18..c8a89102f 100644 --- a/packages/eth-connect-sdk/CHANGELOG.md +++ b/packages/eth-connect-sdk/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.6.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/eth-connect-sdk@1.5.13...@bosonprotocol/eth-connect-sdk@1.6.0) (2024-02-23) + + +### Features + +* deactivate use of meta-transaction when the connected wallet is… ([#671](https://github.com/bosonprotocol/core-components/issues/671)) ([20cadab](https://github.com/bosonprotocol/core-components/commit/20cadaba47310d905d626b12f374fbfe92baeb10)) + + + + + ## [1.5.13](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/eth-connect-sdk@1.5.12...@bosonprotocol/eth-connect-sdk@1.5.13) (2024-02-05) **Note:** Version bump only for package @bosonprotocol/eth-connect-sdk diff --git a/packages/eth-connect-sdk/package.json b/packages/eth-connect-sdk/package.json index 0502f1248..4fb2da2f6 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.0-alpha.0", + "version": "1.6.0", "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", @@ -30,7 +30,7 @@ "access": "public" }, "dependencies": { - "@bosonprotocol/common": "^1.26.0-alpha.0" + "@bosonprotocol/common": "^1.26.0" }, "devDependencies": { "eslint": "^8.10.0", diff --git a/packages/ethers-sdk/CHANGELOG.md b/packages/ethers-sdk/CHANGELOG.md index a70a390cb..06018b3ca 100644 --- a/packages/ethers-sdk/CHANGELOG.md +++ b/packages/ethers-sdk/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.13.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ethers-sdk@1.12.13...@bosonprotocol/ethers-sdk@1.13.0) (2024-02-23) + + +### Features + +* deactivate use of meta-transaction when the connected wallet is… ([#671](https://github.com/bosonprotocol/core-components/issues/671)) ([20cadab](https://github.com/bosonprotocol/core-components/commit/20cadaba47310d905d626b12f374fbfe92baeb10)) + + + + + ## [1.12.13](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ethers-sdk@1.12.12...@bosonprotocol/ethers-sdk@1.12.13) (2024-02-05) **Note:** Version bump only for package @bosonprotocol/ethers-sdk diff --git a/packages/ethers-sdk/package.json b/packages/ethers-sdk/package.json index f9092960c..8dac3a52c 100644 --- a/packages/ethers-sdk/package.json +++ b/packages/ethers-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/ethers-sdk", - "version": "1.13.0-alpha.0", + "version": "1.13.0", "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", @@ -31,7 +31,7 @@ "access": "public" }, "dependencies": { - "@bosonprotocol/common": "^1.26.0-alpha.0" + "@bosonprotocol/common": "^1.26.0" }, "devDependencies": { "@typechain/ethers-v5": "^9.0.0", diff --git a/packages/ipfs-storage/CHANGELOG.md b/packages/ipfs-storage/CHANGELOG.md index 70edb35d0..c5b9639b8 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.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ipfs-storage@1.11.0...@bosonprotocol/ipfs-storage@1.11.1) (2024-02-23) + +**Note:** Version bump only for package @bosonprotocol/ipfs-storage + + + + + # [1.11.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ipfs-storage@1.10.11...@bosonprotocol/ipfs-storage@1.11.0) (2024-02-05) diff --git a/packages/ipfs-storage/package.json b/packages/ipfs-storage/package.json index d35ab2f8a..f13d094e1 100644 --- a/packages/ipfs-storage/package.json +++ b/packages/ipfs-storage/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/ipfs-storage", - "version": "1.11.1-alpha.7", + "version": "1.11.1", "description": "IPFS metadata storage implementation for building on top 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.15.0-alpha.7", + "@bosonprotocol/metadata": "^1.15.0", "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 1c32f50ba..445f19aff 100644 --- a/packages/metadata/CHANGELOG.md +++ b/packages/metadata/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.15.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/metadata@1.14.0...@bosonprotocol/metadata@1.15.0) (2024-02-23) + + +### Features + +* export Media type ([#661](https://github.com/bosonprotocol/core-components/issues/661)) ([2436378](https://github.com/bosonprotocol/core-components/commit/2436378b685a83fcbe919c9510d1e9d496f80821)) + + + + + # [1.14.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/metadata@1.13.1...@bosonprotocol/metadata@1.14.0) (2024-02-05) diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 7a0a61f51..e9a2d67d3 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@bosonprotocol/metadata", - "version": "1.15.0-alpha.7", + "version": "1.15.0", "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 5324e79ab..9b1b6ac98 100644 --- a/packages/react-kit/CHANGELOG.md +++ b/packages/react-kit/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.27.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/react-kit@0.26.1...@bosonprotocol/react-kit@0.27.0) (2024-02-23) + + +### Bug Fixes + +* most react-kit circular dependencies ([#664](https://github.com/bosonprotocol/core-components/issues/664)) ([b57cd0a](https://github.com/bosonprotocol/core-components/commit/b57cd0a55772926f3d307c5fc135628c22e5adc0)) +* testing issues ([#666](https://github.com/bosonprotocol/core-components/issues/666)) ([453de61](https://github.com/bosonprotocol/core-components/commit/453de61c9e5299a1c8381b4b568d06ba29de3d7d)) + + +### Features + +* deactivate use of meta-transaction when the connected wallet is… ([#671](https://github.com/bosonprotocol/core-components/issues/671)) ([20cadab](https://github.com/bosonprotocol/core-components/commit/20cadaba47310d905d626b12f374fbfe92baeb10)) + + + + + ## [0.26.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/react-kit@0.26.0...@bosonprotocol/react-kit@0.26.1) (2024-02-06) diff --git a/packages/react-kit/package.json b/packages/react-kit/package.json index 01d9db4a7..6441460d5 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.27.0-alpha.0", + "version": "0.27.0", "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.37.0-alpha.6", - "@bosonprotocol/ethers-sdk": "^1.13.0-alpha.0", - "@bosonprotocol/ipfs-storage": "^1.11.1-alpha.7", + "@bosonprotocol/core-sdk": "^1.37.0", + "@bosonprotocol/ethers-sdk": "^1.13.0", + "@bosonprotocol/ipfs-storage": "^1.11.1", "@davatar/react": "1.11.1", "@ethersproject/units": "5.6.0", "@glidejs/glide": "3.6.0",