Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxooo committed May 2, 2024
1 parent 3d8888c commit e264513
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 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.2.0"
"version": "1.2.1"
}
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.2.0",
"version": "1.2.1",
"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.2.0",
"@qubic-connect/redirect": "^1.2.0",
"@qubic-connect/detect-iab": "^1.2.1",
"@qubic-connect/redirect": "^1.2.1",
"@qubic-js/detect-inapp": "^1.4.1",
"bignumber.js": "^9.0.2",
"cross-fetch": "^3.1.5",
Expand All @@ -55,5 +55,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0cd20c37e03fa4e168cf4dc781981a4424ad9901"
"gitHead": "036d61e6fd8c0e5b59d709132b4b494e00d0f662"
}
5 changes: 3 additions & 2 deletions 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.2.0",
"version": "1.2.1",
"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 Expand Up @@ -37,5 +37,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "036d61e6fd8c0e5b59d709132b4b494e00d0f662"
}
4 changes: 2 additions & 2 deletions packages/redirect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-connect/redirect",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/redirect#readme",
"license": "ISC",
"main": "./dist/index.js",
Expand Down Expand Up @@ -28,5 +28,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0cd20c37e03fa4e168cf4dc781981a4424ad9901"
"gitHead": "036d61e6fd8c0e5b59d709132b4b494e00d0f662"
}

0 comments on commit e264513

Please sign in to comment.