Skip to content

Commit 020bbe8

Browse files
chore(release): publish alpha [skip ci]
1 parent 9de2ac7 commit 020bbe8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

e2e/opensea-api-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensea-api-mock",
3-
"version": "1.0.10-alpha.0",
3+
"version": "1.0.10-alpha.1",
44
"description": "",
55
"main": "index.js",
66
"private": true,

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bosonprotocol/core-sdk",
3-
"version": "1.43.1-alpha.0",
3+
"version": "1.43.1-alpha.1",
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",

packages/react-kit/package.json

Lines changed: 2 additions & 2 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.37.1-alpha.2",
4+
"version": "0.38.0-alpha.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"types": "./dist/cjs/index.d.ts",
@@ -15,7 +15,7 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"@bosonprotocol/chat-sdk": "^1.3.1-alpha.9",
18-
"@bosonprotocol/core-sdk": "^1.43.1-alpha.0",
18+
"@bosonprotocol/core-sdk": "^1.43.1-alpha.1",
1919
"@bosonprotocol/ethers-sdk": "^1.15.4",
2020
"@bosonprotocol/ipfs-storage": "^1.12.0",
2121
"@bosonprotocol/roblox-sdk": "^1.0.0-alpha.16",

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.7-alpha.2",
3+
"version": "1.34.7-alpha.3",
44
"config": {
55
"node": "https://api.0xgraph.xyz/deploy/",
66
"ipfs": "https://api.0xgraph.xyz/ipfs",

0 commit comments

Comments
 (0)