Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roadmanfong committed Sep 5, 2023
1 parent 1e7f85e commit 14c8258
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"useNx": true,
"version": "0.10.8"
"version": "0.11.0"
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/core",
"version": "0.10.8",
"version": "0.11.0",
"source": "./src/index.ts",
"main": "./dist/index.js",
"browser": "./dist/bundle.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@ethersproject/providers": "^5.6.8",
"@qubic-connect/detect-iab": "^0.10.8",
"@qubic-connect/redirect": "^0.10.8",
"@qubic-connect/detect-iab": "^0.11.0",
"@qubic-connect/redirect": "^0.11.0",
"@qubic-js/detect-inapp": "^1.4.1",
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/detect-iab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/detect-iab",
"version": "0.10.8",
"version": "0.11.0",
"description": "when detecting environment in iab, show blocking",
"author": "Kevin.Wu <[email protected]>",
"homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/detect-iab#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/redirect",
"version": "0.10.8",
"version": "0.11.0",
"homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/redirect#readme",
"license": "ISC",
"main": "./dist/index.js",
Expand Down

0 comments on commit 14c8258

Please sign in to comment.