Skip to content

Commit cbcb5b4

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] - @bosonprotocol/[email protected]
1 parent fbef376 commit cbcb5b4

File tree

17 files changed

+128
-30
lines changed

17 files changed

+128
-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.13](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.13) (2025-09-17)
7+
8+
**Note:** Version bump only for package opensea-api-mock
9+
10+
11+
12+
13+
614
## [1.0.12](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.0.12) (2025-04-08)
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.13-alpha.12",
3+
"version": "1.0.13",
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.31.0-alpha.12",
26+
"@bosonprotocol/common": "^1.31.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.31.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
7+
8+
9+
### Features
10+
11+
* add getCurrentTimeMs in web3libadapter for assertCompletableExc… ([#961](https://github.com/bosonprotocol/core-components/issues/961)) ([5fac132](https://github.com/bosonprotocol/core-components/commit/5fac132f6913df35a7ec6ebbf358145e61674e78))
12+
* create agent adapter ([#947](https://github.com/bosonprotocol/core-components/issues/947)) ([75d6432](https://github.com/bosonprotocol/core-components/commit/75d64325fb654a4e2112bddf611231b1387b90bc)), closes [#948](https://github.com/bosonprotocol/core-components/issues/948)
13+
* improve types protocolConfig ([#951](https://github.com/bosonprotocol/core-components/issues/951)) ([088bf9c](https://github.com/bosonprotocol/core-components/commit/088bf9ca43e21827a6a791837e096a12bbdd9f9c))
14+
15+
16+
17+
18+
619
## [1.30.6](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-04-08)
720

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

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.31.0-alpha.12",
3+
"version": "1.31.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.44.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
7+
8+
9+
### Features
10+
11+
* accept returnTypedDataToSign for prepareDataSignatureParameters ([#958](https://github.com/bosonprotocol/core-components/issues/958)) ([1bb5f4f](https://github.com/bosonprotocol/core-components/commit/1bb5f4f5c5cf6b95246f8d6656efdf6a4b60292e))
12+
* add getCurrentTimeMs in web3libadapter for assertCompletableExc… ([#961](https://github.com/bosonprotocol/core-components/issues/961)) ([5fac132](https://github.com/bosonprotocol/core-components/commit/5fac132f6913df35a7ec6ebbf358145e61674e78))
13+
* add txRequest override to createOffer ([#946](https://github.com/bosonprotocol/core-components/issues/946)) ([19bc0a9](https://github.com/bosonprotocol/core-components/commit/19bc0a95f8cfd51a52e992e3e6469132fcc93188))
14+
* allow createOfferWithCondition to return tx data ([#960](https://github.com/bosonprotocol/core-components/issues/960)) ([95a7a81](https://github.com/bosonprotocol/core-components/commit/95a7a817b9cc9fdc36a8ee87079d97b53576faf4))
15+
* check if dispute resolver supports fee on create offer ([#959](https://github.com/bosonprotocol/core-components/issues/959)) ([500fc50](https://github.com/bosonprotocol/core-components/commit/500fc50818494432da05d004b8b63bba082b4e64))
16+
* create agent adapter ([#947](https://github.com/bosonprotocol/core-components/issues/947)) ([75d6432](https://github.com/bosonprotocol/core-components/commit/75d64325fb654a4e2112bddf611231b1387b90bc)), closes [#948](https://github.com/bosonprotocol/core-components/issues/948)
17+
* improve types protocolConfig ([#951](https://github.com/bosonprotocol/core-components/issues/951)) ([088bf9c](https://github.com/bosonprotocol/core-components/commit/088bf9ca43e21827a6a791837e096a12bbdd9f9c))
18+
* retrieve seller id from seller update in getPendingSellerUpdateFromLogs ([#962](https://github.com/bosonprotocol/core-components/issues/962)) ([a80c69e](https://github.com/bosonprotocol/core-components/commit/a80c69e918ca12d2b9c6e380565411aed145f54e))
19+
20+
21+
22+
23+
624
## [1.43.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-04-08)
725

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

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.44.0-alpha.13",
3+
"version": "1.44.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.31.0-alpha.12",
38+
"@bosonprotocol/common": "^1.31.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
7+
8+
9+
### Features
10+
11+
* add getCurrentTimeMs in web3libadapter for assertCompletableExc… ([#961](https://github.com/bosonprotocol/core-components/issues/961)) ([5fac132](https://github.com/bosonprotocol/core-components/commit/5fac132f6913df35a7ec6ebbf358145e61674e78))
12+
* create agent adapter ([#947](https://github.com/bosonprotocol/core-components/issues/947)) ([75d6432](https://github.com/bosonprotocol/core-components/commit/75d64325fb654a4e2112bddf611231b1387b90bc)), closes [#948](https://github.com/bosonprotocol/core-components/issues/948)
13+
14+
15+
16+
17+
618
## [1.7.7](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-04-08)
719

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

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.0-alpha.12",
3+
"version": "1.8.0",
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.31.0-alpha.12"
34+
"@bosonprotocol/common": "^1.31.0"
3535
},
3636
"devDependencies": {
3737
"eslint": "^8.10.0",

packages/ethers-sdk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-09-17)
7+
8+
9+
### Features
10+
11+
* add getCurrentTimeMs in web3libadapter for assertCompletableExc… ([#961](https://github.com/bosonprotocol/core-components/issues/961)) ([5fac132](https://github.com/bosonprotocol/core-components/commit/5fac132f6913df35a7ec6ebbf358145e61674e78))
12+
* create agent adapter ([#947](https://github.com/bosonprotocol/core-components/issues/947)) ([75d6432](https://github.com/bosonprotocol/core-components/commit/75d64325fb654a4e2112bddf611231b1387b90bc)), closes [#948](https://github.com/bosonprotocol/core-components/issues/948)
13+
14+
15+
16+
17+
618
## [1.15.7](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2025-04-08)
719

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

0 commit comments

Comments
 (0)