Skip to content

Commit cdc63b2

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 736e730 commit cdc63b2

File tree

17 files changed

+107
-30
lines changed

17 files changed

+107
-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.15](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.15) (2025-03-19)
7+
8+
**Note:** Version bump only for package meta-tx-gateway
9+
10+
11+
12+
13+
614
## [1.7.14](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.14) (2025-02-07)
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.15-alpha.0",
3+
"version": "1.7.15",
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.4-alpha.0",
26+
"@bosonprotocol/common": "^1.30.4",
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.10](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.10) (2025-03-19)
7+
8+
**Note:** Version bump only for package opensea-api-mock
9+
10+
11+
12+
13+
614
## [1.0.9](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.9) (2025-02-07)
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.10-alpha.7",
3+
"version": "1.0.10",
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.4-alpha.0",
26+
"@bosonprotocol/common": "^1.30.4",
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

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

816

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.4-alpha.0",
3+
"version": "1.30.4",
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

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

816

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.1-alpha.7",
3+
"version": "1.43.1",
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.4-alpha.0",
38+
"@bosonprotocol/common": "^1.30.4",
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.5](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-03-19)
7+
8+
**Note:** Version bump only for package @bosonprotocol/eth-connect-sdk
9+
10+
11+
12+
13+
614
## [1.7.4](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
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.5-alpha.0",
3+
"version": "1.7.5",
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.4-alpha.0"
34+
"@bosonprotocol/common": "^1.30.4"
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.5](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-03-19)
7+
8+
**Note:** Version bump only for package @bosonprotocol/ethers-sdk
9+
10+
11+
12+
13+
614
## [1.15.4](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
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.5-alpha.0",
3+
"version": "1.15.5",
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.4-alpha.0"
35+
"@bosonprotocol/common": "^1.30.4"
3636
},
3737
"devDependencies": {
3838
"@typechain/ethers-v5": "^9.0.0",

packages/react-kit/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.38.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* loading bubble styles ([#922](https://github.com/bosonprotocol/core-components/issues/922)) ([0097aab](https://github.com/bosonprotocol/core-components/commit/0097aabbb9422746ac290cb42d4073f2fa77c4a4))
12+
* props commit button view in stories ([#914](https://github.com/bosonprotocol/core-components/issues/914)) ([0f2784b](https://github.com/bosonprotocol/core-components/commit/0f2784bd7c27f56c238309a5b4dce87576a77164))
13+
14+
15+
### Features
16+
17+
* add items per row grid container for xxs breakpoint ([#925](https://github.com/bosonprotocol/core-components/issues/925)) ([d4aec77](https://github.com/bosonprotocol/core-components/commit/d4aec771f9ce02fcc5ca012eaefc2ccf994bf7c5))
18+
* add select with custom label ([#916](https://github.com/bosonprotocol/core-components/issues/916)) ([9de2ac7](https://github.com/bosonprotocol/core-components/commit/9de2ac735e316cc748420f812cda8add951b48cc))
19+
* export detail slider without default ([#921](https://github.com/bosonprotocol/core-components/issues/921)) ([3c7a6eb](https://github.com/bosonprotocol/core-components/commit/3c7a6eb4fd6a75a760bb4479b9fddc14260ee789))
20+
* export media sliders ([#920](https://github.com/bosonprotocol/core-components/issues/920)) ([8d14c11](https://github.com/bosonprotocol/core-components/commit/8d14c115778078116ae319d78d346dbf356e9627))
21+
* export offer utilities ([#919](https://github.com/bosonprotocol/core-components/issues/919)) ([159861e](https://github.com/bosonprotocol/core-components/commit/159861e07d8246cdc71526211e8845c18ed47271))
22+
23+
24+
25+
26+
627
# [0.37.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
728

829

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.38.0-alpha.6",
4+
"version": "0.38.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.1-alpha.7",
19-
"@bosonprotocol/ethers-sdk": "^1.15.5-alpha.0",
18+
"@bosonprotocol/core-sdk": "^1.43.1",
19+
"@bosonprotocol/ethers-sdk": "^1.15.5",
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.7](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-03-19)
7+
8+
**Note:** Version bump only for package @bosonprotocol/subgraph
9+
10+
11+
12+
13+
614
## [1.34.6](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-02-07)
715

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

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.7-alpha.9",
3+
"version": "1.34.7",
44
"config": {
55
"node": "https://api.0xgraph.xyz/deploy/",
66
"ipfs": "https://api.0xgraph.xyz/ipfs",

0 commit comments

Comments
 (0)