Skip to content

Commit

Permalink
chore(release): publish latest [skip ci]
Browse files Browse the repository at this point in the history
 - [email protected]
 - @bosonprotocol/[email protected]
 - @bosonprotocol/[email protected]
 - @bosonprotocol/[email protected]
 - @bosonprotocol/[email protected]
 - @bosonprotocol/[email protected]
 - @bosonprotocol/[email protected]
 - @bosonprotocol/[email protected]
  • Loading branch information
github-actions[bot] committed Feb 23, 2024
1 parent e8931ac commit 7c8f885
Show file tree
Hide file tree
Showing 17 changed files with 144 additions and 43 deletions.
8 changes: 8 additions & 0 deletions e2e/meta-tx-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.2](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.2) (2024-02-23)

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





## [1.7.1](https://github.com/bosonprotocol/core-components/compare/[email protected]@1.7.1) (2024-02-05)

**Note:** Version bump only for package meta-tx-gateway
Expand Down
4 changes: 2 additions & 2 deletions e2e/meta-tx-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta-tx-gateway",
"version": "1.7.2-alpha.7",
"version": "1.7.2",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/bosonprotocol/core-components#readme",
"dependencies": {
"@bosonprotocol/common": "^1.26.0-alpha.0",
"@bosonprotocol/common": "^1.26.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ethers": "^5.7.0",
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.26.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-23)


### Bug Fixes

* validation error and access to property in wait biconomy ([#669](https://github.com/bosonprotocol/core-components/issues/669)) ([a97e98a](https://github.com/bosonprotocol/core-components/commit/a97e98adbc2ab608e54ccb0add39672239d8db81))


### Features

* deactivate use of meta-transaction when the connected wallet is… ([#671](https://github.com/bosonprotocol/core-components/issues/671)) ([20cadab](https://github.com/bosonprotocol/core-components/commit/20cadaba47310d905d626b12f374fbfe92baeb10))





## [1.25.2](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/common",
"version": "1.26.0-alpha.0",
"version": "1.26.0",
"description": "Common configs, types, interfaces and utilities shared by the core components of the Boson Protocol.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@bosonprotocol/metadata": "^1.15.0-alpha.7",
"@bosonprotocol/metadata": "^1.15.0",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/core-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.37.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-23)


### Bug Fixes

* check token gated condition function for large ranges or high token ids ([#665](https://github.com/bosonprotocol/core-components/issues/665)) ([979654e](https://github.com/bosonprotocol/core-components/commit/979654e08dbdbe4bb82efb9bff302afe643e5702))
* testing issues ([#666](https://github.com/bosonprotocol/core-components/issues/666)) ([453de61](https://github.com/bosonprotocol/core-components/commit/453de61c9e5299a1c8381b4b568d06ba29de3d7d))
* validation error and access to property in wait biconomy ([#669](https://github.com/bosonprotocol/core-components/issues/669)) ([a97e98a](https://github.com/bosonprotocol/core-components/commit/a97e98adbc2ab608e54ccb0add39672239d8db81))


### Features

* export Media type ([#662](https://github.com/bosonprotocol/core-components/issues/662)) ([f1244ad](https://github.com/bosonprotocol/core-components/commit/f1244ad09692e74692022e7d7dae1fc31d1e90a8))
* request typename in offer metadata ([#672](https://github.com/bosonprotocol/core-components/issues/672)) ([afd95ef](https://github.com/bosonprotocol/core-components/commit/afd95ef27e6fbcc7c32c8085c45d59d32672332d))





## [1.36.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-06)

**Note:** Version bump only for package @bosonprotocol/core-sdk
Expand Down
4 changes: 2 additions & 2 deletions packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/core-sdk",
"version": "1.37.0-alpha.6",
"version": "1.37.0",
"description": "Facilitates interaction with the contracts and subgraphs of the Boson Protocol",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@bosonprotocol/common": "^1.26.0-alpha.0",
"@bosonprotocol/common": "^1.26.0",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/eth-connect-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-23)


### Features

* deactivate use of meta-transaction when the connected wallet is… ([#671](https://github.com/bosonprotocol/core-components/issues/671)) ([20cadab](https://github.com/bosonprotocol/core-components/commit/20cadaba47310d905d626b12f374fbfe92baeb10))





## [1.5.13](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-05)

**Note:** Version bump only for package @bosonprotocol/eth-connect-sdk
Expand Down
4 changes: 2 additions & 2 deletions packages/eth-connect-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/eth-connect-sdk",
"version": "1.6.0-alpha.0",
"version": "1.6.0",
"description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting eth-connect for the Boson Protocol.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"dependencies": {
"@bosonprotocol/common": "^1.26.0-alpha.0"
"@bosonprotocol/common": "^1.26.0"
},
"devDependencies": {
"eslint": "^8.10.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ethers-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-23)


### Features

* deactivate use of meta-transaction when the connected wallet is… ([#671](https://github.com/bosonprotocol/core-components/issues/671)) ([20cadab](https://github.com/bosonprotocol/core-components/commit/20cadaba47310d905d626b12f374fbfe92baeb10))





## [1.12.13](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-05)

**Note:** Version bump only for package @bosonprotocol/ethers-sdk
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/ethers-sdk",
"version": "1.13.0-alpha.0",
"version": "1.13.0",
"description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting ethers for the Boson Protocol.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"dependencies": {
"@bosonprotocol/common": "^1.26.0-alpha.0"
"@bosonprotocol/common": "^1.26.0"
},
"devDependencies": {
"@typechain/ethers-v5": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-23)

**Note:** Version bump only for package @bosonprotocol/ipfs-storage





# [1.11.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/[email protected]...@bosonprotocol/[email protected]) (2024-02-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/ipfs-storage",
"version": "1.11.1-alpha.7",
"version": "1.11.1",
"description": "IPFS metadata storage implementation for building on top of the Boson Protocol.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@bosonprotocol/metadata": "^1.15.0-alpha.7",
"@bosonprotocol/metadata": "^1.15.0",
"ipfs-http-client": "^56.0.1",
"multiformats": "^9.6.4",
"uint8arrays": "^3.0.0"
Expand Down
Loading

0 comments on commit 7c8f885

Please sign in to comment.