Skip to content

Commit fbef376

Browse files
chore(release): publish alpha [skip ci]
1 parent a80c69e commit fbef376

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

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.11",
3+
"version": "1.0.13-alpha.12",
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.11",
26+
"@bosonprotocol/common": "^1.31.0-alpha.12",
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/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.11",
3+
"version": "1.31.0-alpha.12",
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/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.12",
3+
"version": "1.44.0-alpha.13",
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.11",
38+
"@bosonprotocol/common": "^1.31.0-alpha.12",
3939
"@ethersproject/abi": "^5.5.0",
4040
"@ethersproject/address": "^5.5.0",
4141
"@ethersproject/bignumber": "^5.5.0",

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

packages/ethers-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/ethers-sdk",
3-
"version": "1.16.0-alpha.11",
3+
"version": "1.16.0-alpha.12",
44
"description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting ethers for the Boson Protocol.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -32,7 +32,7 @@
3232
"access": "public"
3333
},
3434
"dependencies": {
35-
"@bosonprotocol/common": "^1.31.0-alpha.11"
35+
"@bosonprotocol/common": "^1.31.0-alpha.12"
3636
},
3737
"devDependencies": {
3838
"@typechain/ethers-v5": "^9.0.0",

packages/ipfs-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/ipfs-storage",
3-
"version": "1.13.0-alpha.5",
3+
"version": "1.13.0-alpha.6",
44
"description": "IPFS metadata storage implementation for building on top of the Boson Protocol.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

packages/react-kit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bosonprotocol/react-kit",
33
"description": "React toolkit with smart components and hooks for building on top of the Boson Protocol.",
4-
"version": "0.40.0-alpha.14",
4+
"version": "0.40.0-alpha.15",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"types": "./dist/cjs/index.d.ts",
@@ -15,9 +15,9 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"@bosonprotocol/chat-sdk": "^1.3.1-alpha.9",
18-
"@bosonprotocol/core-sdk": "^1.44.0-alpha.12",
19-
"@bosonprotocol/ethers-sdk": "^1.16.0-alpha.11",
20-
"@bosonprotocol/ipfs-storage": "^1.13.0-alpha.5",
18+
"@bosonprotocol/core-sdk": "^1.44.0-alpha.13",
19+
"@bosonprotocol/ethers-sdk": "^1.16.0-alpha.12",
20+
"@bosonprotocol/ipfs-storage": "^1.13.0-alpha.6",
2121
"@bosonprotocol/roblox-sdk": "^1.0.0-alpha.19",
2222
"@davatar/react": "1.11.1",
2323
"@ethersproject/units": "5.6.0",

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/subgraph",
3-
"version": "1.34.10-alpha.19",
3+
"version": "1.34.10-alpha.20",
44
"config": {
55
"node": "https://api.0xgraph.xyz/deploy/",
66
"ipfs": "https://api.0xgraph.xyz/ipfs",

0 commit comments

Comments
 (0)