Skip to content

Commit 0e8130d

Browse files
chore(release): publish latest [skip ci]
- [email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected] - @bosonprotocol/[email protected]
1 parent f0a68a9 commit 0e8130d

File tree

15 files changed

+123
-30
lines changed

15 files changed

+123
-30
lines changed

e2e/opensea-api-mock/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.14](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.14) (2025-10-29)
7+
8+
**Note:** Version bump only for package opensea-api-mock
9+
10+
11+
12+
13+
614
## [1.0.13](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.13) (2025-09-17)
715

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

e2e/opensea-api-mock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensea-api-mock",
3-
"version": "1.0.14-alpha.9",
3+
"version": "1.0.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.32.0-alpha.6",
26+
"@bosonprotocol/common": "^1.32.0",
2727
"@opensea/seaport-js": "^4.0.0",
2828
"cors": "^2.8.5",
2929
"dotenv": "^16.0.2",

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.32.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-10-29)
7+
8+
9+
### Features
10+
11+
* add create offer and commit ([#973](https://github.com/bosonprotocol/core-components/issues/973)) ([4d88ead](https://github.com/bosonprotocol/core-components/commit/4d88ead86160fb1cb0c733ee1a8fe389171608fc))
12+
* change royaltyInfo struct expected to create offer ([#980](https://github.com/bosonprotocol/core-components/issues/980)) ([97a8d20](https://github.com/bosonprotocol/core-components/commit/97a8d203e280fcdb009090d5a21acaab89312e74))
13+
* manage buyer-initiated offers ([#968](https://github.com/bosonprotocol/core-components/issues/968)) ([3e8d680](https://github.com/bosonprotocol/core-components/commit/3e8d68047ef8ce411b7e570fff26a09a1785b4be))
14+
15+
16+
17+
18+
619
# [1.31.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
720

821

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/common",
3-
"version": "1.32.0-alpha.6",
3+
"version": "1.32.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",

packages/core-sdk/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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.45.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* seller shall not be mandatory in the offer metadata structure ([#979](https://github.com/bosonprotocol/core-components/issues/979)) ([a3e6f40](https://github.com/bosonprotocol/core-components/commit/a3e6f40a0cad84ed542b9ef381b457b17038d21e))
12+
13+
14+
### Features
15+
16+
* add create offer and commit ([#973](https://github.com/bosonprotocol/core-components/issues/973)) ([4d88ead](https://github.com/bosonprotocol/core-components/commit/4d88ead86160fb1cb0c733ee1a8fe389171608fc))
17+
* change royaltyInfo struct expected to create offer ([#980](https://github.com/bosonprotocol/core-components/issues/980)) ([97a8d20](https://github.com/bosonprotocol/core-components/commit/97a8d203e280fcdb009090d5a21acaab89312e74))
18+
* manage buyer-initiated offers ([#968](https://github.com/bosonprotocol/core-components/issues/968)) ([3e8d680](https://github.com/bosonprotocol/core-components/commit/3e8d68047ef8ce411b7e570fff26a09a1785b4be))
19+
20+
21+
22+
23+
624
# [1.44.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
725

826

packages/core-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/core-sdk",
3-
"version": "1.45.0-alpha.6",
3+
"version": "1.45.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.32.0-alpha.6",
38+
"@bosonprotocol/common": "^1.32.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

Lines changed: 8 additions & 0 deletions
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.8.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-10-29)
7+
8+
**Note:** Version bump only for package @bosonprotocol/eth-connect-sdk
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
715

816

packages/eth-connect-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/eth-connect-sdk",
3-
"version": "1.8.1-alpha.9",
3+
"version": "1.8.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.32.0-alpha.6"
34+
"@bosonprotocol/common": "^1.32.0"
3535
},
3636
"devDependencies": {
3737
"eslint": "^8.10.0",

packages/ethers-sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.17.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-10-29)
7+
8+
9+
### Features
10+
11+
* manage buyer-initiated offers ([#968](https://github.com/bosonprotocol/core-components/issues/968)) ([3e8d680](https://github.com/bosonprotocol/core-components/commit/3e8d68047ef8ce411b7e570fff26a09a1785b4be))
12+
13+
14+
15+
16+
617
# [1.16.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
718

819

0 commit comments

Comments
 (0)