Skip to content

Commit 6cb408e

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]
1 parent 7398764 commit 6cb408e

File tree

17 files changed

+116
-30
lines changed

17 files changed

+116
-30
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.14](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.14) (2025-02-07)
7+
8+
**Note:** Version bump only for package meta-tx-gateway
9+
10+
11+
12+
13+
614
## [1.7.13](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.13) (2025-01-29)
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.14-alpha.1",
3+
"version": "1.7.14",
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.3-alpha.1",
26+
"@bosonprotocol/common": "^1.30.3",
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.9](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.9) (2025-02-07)
7+
8+
**Note:** Version bump only for package opensea-api-mock
9+
10+
11+
12+
13+
614
## [1.0.8](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.8) (2025-01-29)
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.9-alpha.1",
3+
"version": "1.0.9",
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.3-alpha.1",
26+
"@bosonprotocol/common": "^1.30.3",
2727
"@opensea/seaport-js": "^4.0.0",
2828
"cors": "^2.8.5",
2929
"dotenv": "^16.0.2",

package-lock.json

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

packages/common/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.30.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* incorrect Base USDC address ([#909](https://github.com/bosonprotocol/core-components/issues/909)) ([2b0e1ca](https://github.com/bosonprotocol/core-components/commit/2b0e1ca4018245d32b3d05ba30ee1704b68743a2))
12+
13+
14+
15+
16+
617
## [1.30.2](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-29)
718

819
**Note:** Version bump only for package @bosonprotocol/common

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/common",
3-
"version": "1.30.3-alpha.1",
3+
"version": "1.30.3",
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",

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.43.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
7+
8+
9+
### Features
10+
11+
* add cancelOrder method on Opensea ([#908](https://github.com/bosonprotocol/core-components/issues/908)) ([69472f5](https://github.com/bosonprotocol/core-components/commit/69472f5116ac9b74b739009b784844391da66ddf))
12+
13+
14+
15+
16+
617
## [1.42.2](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-29)
718

819
**Note:** Version bump only for package @bosonprotocol/core-sdk

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.43.0-alpha.2",
3+
"version": "1.43.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.3-alpha.1",
38+
"@bosonprotocol/common": "^1.30.3",
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.4](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @bosonprotocol/eth-connect-sdk
9+
10+
11+
12+
13+
614
## [1.7.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-29)
715

816
**Note:** Version bump only for package @bosonprotocol/eth-connect-sdk

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.4-alpha.1",
3+
"version": "1.7.4",
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.3-alpha.1"
34+
"@bosonprotocol/common": "^1.30.3"
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.4](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @bosonprotocol/ethers-sdk
9+
10+
11+
12+
13+
614
## [1.15.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-29)
715

816
**Note:** Version bump only for package @bosonprotocol/ethers-sdk

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.4-alpha.1",
3+
"version": "1.15.4",
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.3-alpha.1"
35+
"@bosonprotocol/common": "^1.30.3"
3636
},
3737
"devDependencies": {
3838
"@typechain/ethers-v5": "^9.0.0",

packages/react-kit/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.37.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* process is not defined error ([#895](https://github.com/bosonprotocol/core-components/issues/895)) ([0b39b1a](https://github.com/bosonprotocol/core-components/commit/0b39b1a0da50dac88bb700a3acdd312968cfd339))
12+
* select component ([#899](https://github.com/bosonprotocol/core-components/issues/899)) ([aba7368](https://github.com/bosonprotocol/core-components/commit/aba736899fbf839427f767bcefb846aaaa780c3b))
13+
* select component set haserror to useFixSelectFont hook ([#901](https://github.com/bosonprotocol/core-components/issues/901)) ([937dd7e](https://github.com/bosonprotocol/core-components/commit/937dd7e58ed0d23cc106e297f8d1a02b6d59eb37))
14+
* use fix select font hook ([#900](https://github.com/bosonprotocol/core-components/issues/900)) ([b3a6296](https://github.com/bosonprotocol/core-components/commit/b3a62964a62a52b75b018720503bfc83f0f1dcd9))
15+
* useFixSelectFont hook ([#902](https://github.com/bosonprotocol/core-components/issues/902)) ([e04159f](https://github.com/bosonprotocol/core-components/commit/e04159faf26cd50f6cdfa630b473293065183f12))
16+
17+
18+
### Features
19+
20+
* change types to select ([#903](https://github.com/bosonprotocol/core-components/issues/903)) ([cc53579](https://github.com/bosonprotocol/core-components/commit/cc5357997fa044b096ccd16e286fac7a8b87bbc3))
21+
* exchange card visual changes ([#867](https://github.com/bosonprotocol/core-components/issues/867)) ([10f5c2e](https://github.com/bosonprotocol/core-components/commit/10f5c2e1c6ea6b60e3c2b8a35ddce6156844ad72))
22+
* export getDateTimestamp ([#906](https://github.com/bosonprotocol/core-components/issues/906)) ([d84fa1e](https://github.com/bosonprotocol/core-components/commit/d84fa1ee9211b7ac91ca09c851c0c95ba808cd99))
23+
* improve select types ([#904](https://github.com/bosonprotocol/core-components/issues/904)) ([3430988](https://github.com/bosonprotocol/core-components/commit/343098861f73d88c4fbe5fe2bc5a5a724f7b9df5))
24+
* pdf uploader typography change ([#905](https://github.com/bosonprotocol/core-components/issues/905)) ([70057f4](https://github.com/bosonprotocol/core-components/commit/70057f470211beb192124852bfe6528a180b7053))
25+
26+
27+
28+
29+
630
## [0.36.2](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-01-29)
731

832
**Note:** Version bump only for package @bosonprotocol/react-kit

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.37.0-alpha.7",
4+
"version": "0.37.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.43.0-alpha.2",
19-
"@bosonprotocol/ethers-sdk": "^1.15.4-alpha.1",
18+
"@bosonprotocol/core-sdk": "^1.43.0",
19+
"@bosonprotocol/ethers-sdk": "^1.15.4",
2020
"@bosonprotocol/ipfs-storage": "^1.12.0",
2121
"@bosonprotocol/roblox-sdk": "^1.0.0-alpha.16",
2222
"@davatar/react": "1.11.1",

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

816

packages/subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/subgraph",
3-
"version": "1.34.6-alpha.19",
3+
"version": "1.34.6",
44
"config": {
55
"node": "https://api.0xgraph.xyz/deploy/",
66
"ipfs": "https://api.0xgraph.xyz/ipfs",

0 commit comments

Comments
 (0)