Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VANITAX committed Dec 20, 2023
1 parent 2d18db0 commit 3675d0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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": "1.0.3"
"version": "1.0.4"
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/core",
"version": "1.0.3",
"version": "1.0.4",
"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": "^1.0.3",
"@qubic-connect/redirect": "^1.0.3",
"@qubic-connect/detect-iab": "^1.0.4",
"@qubic-connect/redirect": "^1.0.4",
"@qubic-js/detect-inapp": "^1.4.1",
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.5",
Expand All @@ -56,4 +56,4 @@
"access": "public"
},
"gitHead": "0cd20c37e03fa4e168cf4dc781981a4424ad9901"
}
}
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": "1.0.3",
"version": "1.0.4",
"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": "1.0.3",
"version": "1.0.4",
"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 3675d0c

Please sign in to comment.