Skip to content

Commit

Permalink
chore(release): publish alpha [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2023
1 parent 06c8780 commit fc651d4
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 43 deletions.
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.4.3-alpha.10",
"version": "1.4.3-alpha.11",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/bosonprotocol/core-components#readme",
"dependencies": {
"@bosonprotocol/common": "^1.22.4-alpha.10",
"@bosonprotocol/common": "^1.22.4-alpha.11",
"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.

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.22.4-alpha.10",
"version": "1.22.4-alpha.11",
"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.12.1-alpha.10",
"@bosonprotocol/metadata": "^1.12.1-alpha.11",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
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.29.0-alpha.13",
"version": "1.29.0-alpha.14",
"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 @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@bosonprotocol/common": "^1.22.4-alpha.10",
"@bosonprotocol/common": "^1.22.4-alpha.11",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
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.5.6-alpha.10",
"version": "1.5.6-alpha.11",
"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.22.4-alpha.10"
"@bosonprotocol/common": "^1.22.4-alpha.11"
},
"devDependencies": {
"eslint": "^8.10.0",
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.12.6-alpha.10",
"version": "1.12.6-alpha.11",
"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.22.4-alpha.10"
"@bosonprotocol/common": "^1.22.4-alpha.11"
},
"devDependencies": {
"@typechain/ethers-v5": "^9.0.0",
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.10.8-alpha.10",
"version": "1.10.8-alpha.11",
"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 @@ -37,7 +37,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@bosonprotocol/metadata": "^1.12.1-alpha.10",
"@bosonprotocol/metadata": "^1.12.1-alpha.11",
"ipfs-http-client": "^56.0.1",
"multiformats": "^9.6.4",
"uint8arrays": "^3.0.0"
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.12.1-alpha.10",
"version": "1.12.1-alpha.11",
"description": "Offer metadata schemas, types and tools of the Boson Protocol.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bosonprotocol/react-kit",
"description": "React toolkit with smart components and hooks for building on top of the Boson Protocol.",
"version": "0.18.0-alpha.12",
"version": "0.18.0-alpha.13",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts",
Expand All @@ -15,9 +15,9 @@
"license": "Apache-2.0",
"dependencies": {
"@bosonprotocol/chat-sdk": "^1.3.1-alpha.9",
"@bosonprotocol/core-sdk": "^1.29.0-alpha.13",
"@bosonprotocol/ethers-sdk": "^1.12.6-alpha.10",
"@bosonprotocol/ipfs-storage": "^1.10.8-alpha.10",
"@bosonprotocol/core-sdk": "^1.29.0-alpha.14",
"@bosonprotocol/ethers-sdk": "^1.12.6-alpha.11",
"@bosonprotocol/ipfs-storage": "^1.10.8-alpha.11",
"@davatar/react": "1.11.1",
"@ethersproject/units": "5.6.0",
"@glidejs/glide": "3.6.0",
Expand Down

0 comments on commit fc651d4

Please sign in to comment.