Skip to content

Commit

Permalink
chore(release): publish latest [skip ci]
Browse files Browse the repository at this point in the history
 - @bosonprotocol/common@1.5.0
 - @bosonprotocol/core-sdk@1.4.1
 - @bosonprotocol/eth-connect-sdk@1.1.6
 - @bosonprotocol/ethers-sdk@1.2.4
 - @bosonprotocol/example-parent-app@1.7.0
 - @bosonprotocol/ipfs-storage@1.4.1
 - @bosonprotocol/metadata@1.2.0
 - @bosonprotocol/subgraph@1.3.0
 - @bosonprotocol/widgets@1.6.1
  • Loading branch information
github-actions[bot] committed May 27, 2022
1 parent 97bbf5a commit 2b3dea2
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 19 deletions.
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/common@1.4.0...@bosonprotocol/common@1.5.0) (2022-05-27)

### Features

* change precedence of local default config ([#94](https://github.com/bosonprotocol/core-components/issues/94)) ([1d60641](https://github.com/bosonprotocol/core-components/commit/1d60641b5525dec2b737e0baf862f6e0c73e68ea))
* migrate to new testing env ([#93](https://github.com/bosonprotocol/core-components/issues/93)) ([5af0e2f](https://github.com/bosonprotocol/core-components/commit/5af0e2f5c4ab3c90a80b0ce323464c53690c7dc1))

# [1.4.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/common@1.3.1...@bosonprotocol/common@1.4.0) (2022-05-10)

### Features
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.5.0-alpha.3",
"version": "1.5.0",
"description": "Common package",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@bosonprotocol/metadata": "^1.2.0-alpha.1",
"@bosonprotocol/metadata": "^1.2.0",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/core-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/core-sdk@1.4.0...@bosonprotocol/core-sdk@1.4.1) (2022-05-27)

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

# [1.4.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/core-sdk@1.3.0...@bosonprotocol/core-sdk@1.4.0) (2022-05-10)

### Features
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.4.1-alpha.3",
"version": "1.4.1",
"description": "> TODO: description",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"access": "restricted"
},
"dependencies": {
"@bosonprotocol/common": "^1.5.0-alpha.3",
"@bosonprotocol/common": "^1.5.0",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/eth-connect-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.6](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/eth-connect-sdk@1.1.5...@bosonprotocol/eth-connect-sdk@1.1.6) (2022-05-27)

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

## [1.1.5](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/eth-connect-sdk@1.1.4...@bosonprotocol/eth-connect-sdk@1.1.5) (2022-05-10)

**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.1.6-alpha.3",
"version": "1.1.6",
"description": "> TODO: description",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"access": "restricted"
},
"dependencies": {
"@bosonprotocol/common": "^1.5.0-alpha.3"
"@bosonprotocol/common": "^1.5.0"
},
"devDependencies": {
"eslint": "^8.10.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/ethers-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ethers-sdk@1.2.3...@bosonprotocol/ethers-sdk@1.2.4) (2022-05-27)

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

## [1.2.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ethers-sdk@1.2.2...@bosonprotocol/ethers-sdk@1.2.3) (2022-05-10)

**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.2.4-alpha.3",
"version": "1.2.4",
"description": "> TODO: description",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "restricted"
},
"dependencies": {
"@bosonprotocol/common": "^1.5.0-alpha.3"
"@bosonprotocol/common": "^1.5.0"
},
"devDependencies": {
"@typechain/ethers-v5": "^9.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/example-parent-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.7.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/example-parent-app@1.6.0...@bosonprotocol/example-parent-app@1.7.0) (2022-05-27)

### Features

* migrate to new testing env ([#93](https://github.com/bosonprotocol/core-components/issues/93)) ([5af0e2f](https://github.com/bosonprotocol/core-components/commit/5af0e2f5c4ab3c90a80b0ce323464c53690c7dc1))

# [1.6.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/example-parent-app@1.5.0...@bosonprotocol/example-parent-app@1.6.0) (2022-05-13)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/example-parent-app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@bosonprotocol/example-parent-app",
"version": "1.7.0-alpha.3",
"version": "1.7.0",
"private": true,
"dependencies": {
"@bosonprotocol/core-sdk": "^1.4.1-alpha.3",
"@bosonprotocol/ipfs-storage": "^1.4.1-alpha.1",
"@bosonprotocol/core-sdk": "^1.4.1",
"@bosonprotocol/ipfs-storage": "^1.4.1",
"@bosonprotocol/widgets-sdk": "^1.4.0",
"@ethersproject/address": "^5.6.0",
"@ethersproject/units": "^5.6.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/ipfs-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ipfs-storage@1.4.0...@bosonprotocol/ipfs-storage@1.4.1) (2022-05-27)

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

# [1.4.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/ipfs-storage@1.3.1...@bosonprotocol/ipfs-storage@1.4.0) (2022-05-10)

### Features
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.4.1-alpha.1",
"version": "1.4.1",
"description": "IPFS metadata storage",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@bosonprotocol/metadata": "^1.2.0-alpha.1",
"@bosonprotocol/metadata": "^1.2.0",
"ipfs-http-client": "^56.0.1",
"multiformats": "^9.6.4",
"uint8arrays": "^3.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/metadata@1.1.0...@bosonprotocol/metadata@1.2.0) (2022-05-27)

### Features

* json schema support for metadata ([#95](https://github.com/bosonprotocol/core-components/issues/95)) ([ebda0ce](https://github.com/bosonprotocol/core-components/commit/ebda0cef189b3a0c3667dce0a7ac46fecaf22b79))

# 1.1.0 (2022-05-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/metadata",
"version": "1.2.0-alpha.1",
"version": "1.2.0",
"description": "Offer metadata schemas, types and tools of the Boson Protocol.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/subgraph@1.2.3...@bosonprotocol/subgraph@1.3.0) (2022-05-27)

### Features

* **subgraph:** add sellerId as bigint to seller entity ([#98](https://github.com/bosonprotocol/core-components/issues/98)) ([07025c7](https://github.com/bosonprotocol/core-components/commit/07025c7f55efeded40b82ebb5612b8942673152d))

## [1.2.3](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/subgraph@1.2.2...@bosonprotocol/subgraph@1.2.3) (2022-05-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/subgraph",
"version": "1.3.0-alpha.0",
"version": "1.3.0",
"dependencies": {
"@graphprotocol/graph-cli": "0.26.0",
"@graphprotocol/graph-ts": "^0.24.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/widgets@1.6.0...@bosonprotocol/widgets@1.6.1) (2022-05-27)

**Note:** Version bump only for package @bosonprotocol/widgets

# [1.6.0](https://github.com/bosonprotocol/core-components/compare/@bosonprotocol/widgets@1.5.0...@bosonprotocol/widgets@1.6.0) (2022-05-16)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@bosonprotocol/widgets",
"version": "1.6.1-alpha.3",
"version": "1.6.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@bosonprotocol/core-sdk": "^1.4.1-alpha.3",
"@bosonprotocol/ethers-sdk": "^1.2.4-alpha.3",
"@bosonprotocol/ipfs-storage": "^1.4.1-alpha.1",
"@bosonprotocol/core-sdk": "^1.4.1",
"@bosonprotocol/ethers-sdk": "^1.2.4",
"@bosonprotocol/ipfs-storage": "^1.4.1",
"@ethersproject/units": "^5.6.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
Expand Down

0 comments on commit 2b3dea2

Please sign in to comment.