Skip to content

Commit 84294d0

Browse files
chore(release): publish latest [skip ci]
- [email protected] - [email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected]
1 parent a968161 commit 84294d0

File tree

19 files changed

+140
-34
lines changed

19 files changed

+140
-34
lines changed

e2e/meta-tx-gateway/CHANGELOG.md

+8
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+
## [1.7.11](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.11) (2025-01-28)
7+
8+
**Note:** Version bump only for package meta-tx-gateway
9+
10+
11+
12+
13+
614
## [1.7.10](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.10) (2024-11-20)
715

816
**Note:** Version bump only for package meta-tx-gateway

e2e/meta-tx-gateway/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meta-tx-gateway",
3-
"version": "1.7.11-alpha.26",
3+
"version": "1.7.11",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/bosonprotocol/core-components#readme",
2525
"dependencies": {
26-
"@bosonprotocol/common": "^1.30.0-alpha.26",
26+
"@bosonprotocol/common": "^1.30.0",
2727
"cors": "^2.8.5",
2828
"dotenv": "^16.0.2",
2929
"ethers": "^5.7.0",

e2e/opensea-api-mock/CHANGELOG.md

+8
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+
## [1.0.6](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.6) (2025-01-28)
7+
8+
**Note:** Version bump only for package opensea-api-mock
9+
10+
11+
12+
13+
614
## [1.0.5](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.5) (2024-11-20)
715

816
**Note:** Version bump only for package opensea-api-mock

e2e/opensea-api-mock/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensea-api-mock",
3-
"version": "1.0.6-alpha.26",
3+
"version": "1.0.6",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/bosonprotocol/core-components#readme",
2525
"dependencies": {
26-
"@bosonprotocol/common": "^1.30.0-alpha.26",
26+
"@bosonprotocol/common": "^1.30.0",
2727
"@opensea/seaport-js": "^4.0.0",
2828
"cors": "^2.8.5",
2929
"dotenv": "^16.0.2",

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [1.30.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* set theGraphIpfsUrl accordingly to the graph platform for each environment ([#876](https://github.com/bosonprotocol/core-components/issues/876)) ([0cd4652](https://github.com/bosonprotocol/core-components/commit/0cd4652e285f92ba450631adfde714b6a536e63d))
12+
13+
14+
### Features
15+
16+
* add usdc to default tokens ([#856](https://github.com/bosonprotocol/core-components/issues/856)) ([2dd983a](https://github.com/bosonprotocol/core-components/commit/2dd983af0d56d4e669c5fe0a42b0157a07c70c5f))
17+
* create roblox frontend widget ([#807](https://github.com/bosonprotocol/core-components/issues/807)) ([d124039](https://github.com/bosonprotocol/core-components/commit/d1240399dcab2be49cc253148c5a047f7fe1cff9))
18+
* replace Biconomy with internal metaTx gateway ([#862](https://github.com/bosonprotocol/core-components/issues/862)) ([cb34e60](https://github.com/bosonprotocol/core-components/commit/cb34e60cc876c4a14d8f23a512a42a3930648586))
19+
20+
21+
22+
23+
624
# [1.29.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-11-20)
725

826

packages/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/common",
3-
"version": "1.30.0-alpha.26",
3+
"version": "1.30.0",
44
"description": "Common configs, types, interfaces and utilities shared by the core components of the Boson Protocol.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -38,7 +38,7 @@
3838
"typescript": "^5.1.6"
3939
},
4040
"dependencies": {
41-
"@bosonprotocol/metadata": "^1.16.3-alpha.22",
41+
"@bosonprotocol/metadata": "^1.16.3",
4242
"@ethersproject/abi": "^5.5.0",
4343
"@ethersproject/address": "^5.5.0",
4444
"@ethersproject/bignumber": "^5.5.0",

packages/core-sdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [1.42.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* allow to switch on direct transaction when the relayer service is down ([#865](https://github.com/bosonprotocol/core-components/issues/865)) ([82ded73](https://github.com/bosonprotocol/core-components/commit/82ded73ab3f28edf7a86938c4805ce4d922e23bb))
12+
13+
14+
15+
16+
617
# [1.41.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-11-20)
718

819

packages/core-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/core-sdk",
3-
"version": "1.42.0-alpha.20",
3+
"version": "1.42.0",
44
"description": "Facilitates interaction with the contracts and subgraphs of the Boson Protocol",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"dependencies": {
38-
"@bosonprotocol/common": "^1.30.0-alpha.26",
38+
"@bosonprotocol/common": "^1.30.0",
3939
"@ethersproject/abi": "^5.5.0",
4040
"@ethersproject/address": "^5.5.0",
4141
"@ethersproject/bignumber": "^5.5.0",

packages/eth-connect-sdk/CHANGELOG.md

+8
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+
## [1.7.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-28)
7+
8+
**Note:** Version bump only for package @bosonprotocol/eth-connect-sdk
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-11-20)
715

816

packages/eth-connect-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/eth-connect-sdk",
3-
"version": "1.7.1-alpha.26",
3+
"version": "1.7.1",
44
"description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting eth-connect for the Boson Protocol.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"dependencies": {
34-
"@bosonprotocol/common": "^1.30.0-alpha.26"
34+
"@bosonprotocol/common": "^1.30.0"
3535
},
3636
"devDependencies": {
3737
"eslint": "^8.10.0",

packages/ethers-sdk/CHANGELOG.md

+8
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+
## [1.15.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-28)
7+
8+
**Note:** Version bump only for package @bosonprotocol/ethers-sdk
9+
10+
11+
12+
13+
614
# [1.15.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-11-20)
715

816

packages/ethers-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/ethers-sdk",
3-
"version": "1.15.1-alpha.26",
3+
"version": "1.15.1",
44
"description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting ethers for the Boson Protocol.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -32,7 +32,7 @@
3232
"access": "public"
3333
},
3434
"dependencies": {
35-
"@bosonprotocol/common": "^1.30.0-alpha.26"
35+
"@bosonprotocol/common": "^1.30.0"
3636
},
3737
"devDependencies": {
3838
"@typechain/ethers-v5": "^9.0.0",

packages/metadata/CHANGELOG.md

+8
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+
## [1.16.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-28)
7+
8+
**Note:** Version bump only for package @bosonprotocol/metadata
9+
10+
11+
12+
13+
614
## [1.16.2](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-07-29)
715

816
**Note:** Version bump only for package @bosonprotocol/metadata

packages/metadata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/metadata",
3-
"version": "1.16.3-alpha.22",
3+
"version": "1.16.3",
44
"description": "Offer metadata schemas, types and tools of the Boson Protocol.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/react-kit/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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+
# [0.36.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing config for base-sepolia and polygon-amoy networks ([#885](https://github.com/bosonprotocol/core-components/issues/885)) ([fd50459](https://github.com/bosonprotocol/core-components/commit/fd504590f5e0844a36bc7a235e7b9e368daedcfb))
12+
* built and svgImage ([#884](https://github.com/bosonprotocol/core-components/issues/884)) ([9f191de](https://github.com/bosonprotocol/core-components/commit/9f191de92773be7b373717854d4ad3cc9ee34c34))
13+
* class name roblox for widget ([#874](https://github.com/bosonprotocol/core-components/issues/874)) ([db9f6ef](https://github.com/bosonprotocol/core-components/commit/db9f6ef2cd9906da9d082f4ade25ae710a187316))
14+
* finances widget get seller ([#880](https://github.com/bosonprotocol/core-components/issues/880)) ([1a8c55b](https://github.com/bosonprotocol/core-components/commit/1a8c55b2b5c5808ab12507a777c9a4a442478d0c))
15+
* ipfs image race condition ([#886](https://github.com/bosonprotocol/core-components/issues/886)) ([dc032ce](https://github.com/bosonprotocol/core-components/commit/dc032ceafc262b75c50d0263670e22c23759c4cc))
16+
* missing Base Sepolia WETH token definition ([#881](https://github.com/bosonprotocol/core-components/issues/881)) ([0065869](https://github.com/bosonprotocol/core-components/commit/0065869324b01de1b065e5d6421f20ff0cf741ad))
17+
* upload for videos ([#882](https://github.com/bosonprotocol/core-components/issues/882)) ([c744f8f](https://github.com/bosonprotocol/core-components/commit/c744f8ff064bb01391ddaa4918d7080331a6c4dc))
18+
19+
20+
### Features
21+
22+
* add border width prop to loading ([#870](https://github.com/bosonprotocol/core-components/issues/870)) ([feb0f1d](https://github.com/bosonprotocol/core-components/commit/feb0f1d4a5178bc5f88d1b77ae439228628b7e64))
23+
* add colors ([#877](https://github.com/bosonprotocol/core-components/issues/877)) ([418a2c0](https://github.com/bosonprotocol/core-components/commit/418a2c0ca4c2d7ba523fe49af112ece4bb8257bc))
24+
* add colors ([#878](https://github.com/bosonprotocol/core-components/issues/878)) ([d65e2ef](https://github.com/bosonprotocol/core-components/commit/d65e2efa7c3eae2b94f47ebdf85fa95ff77e563d))
25+
* add missing providers to widgets ([#879](https://github.com/bosonprotocol/core-components/issues/879)) ([afd494a](https://github.com/bosonprotocol/core-components/commit/afd494a4ffc2fa9601ab3b1244b308ea4076b80e))
26+
* create roblox frontend widget ([#807](https://github.com/bosonprotocol/core-components/issues/807)) ([d124039](https://github.com/bosonprotocol/core-components/commit/d1240399dcab2be49cc253148c5a047f7fe1cff9))
27+
* enhance multi pdf file upload ([#861](https://github.com/bosonprotocol/core-components/issues/861)) ([0d675a7](https://github.com/bosonprotocol/core-components/commit/0d675a73bb065127e66ebacfe4a0c804f45677b7))
28+
* extract block number provider ([#883](https://github.com/bosonprotocol/core-components/issues/883)) ([704c47e](https://github.com/bosonprotocol/core-components/commit/704c47e4bf5192e8a9cffacc37408751d5d3db7a))
29+
* use top window to open links ([#875](https://github.com/bosonprotocol/core-components/issues/875)) ([9f45e1d](https://github.com/bosonprotocol/core-components/commit/9f45e1d7bd5cf7d3b49a02295d4365edf636f73b))
30+
31+
32+
33+
34+
635
# [0.35.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-11-22)
736

837
### Features

packages/react-kit/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bosonprotocol/react-kit",
33
"description": "React toolkit with smart components and hooks for building on top of the Boson Protocol.",
4-
"version": "0.36.0-alpha.18",
4+
"version": "0.36.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"types": "./dist/cjs/index.d.ts",
@@ -15,8 +15,8 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"@bosonprotocol/chat-sdk": "^1.3.1-alpha.9",
18-
"@bosonprotocol/core-sdk": "^1.42.0-alpha.20",
19-
"@bosonprotocol/ethers-sdk": "^1.15.1-alpha.26",
18+
"@bosonprotocol/core-sdk": "^1.42.0",
19+
"@bosonprotocol/ethers-sdk": "^1.15.1",
2020
"@bosonprotocol/ipfs-storage": "^1.12.0",
2121
"@bosonprotocol/roblox-sdk": "^1.0.0-alpha.16",
2222
"@davatar/react": "1.11.1",

0 commit comments

Comments
 (0)