Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @magic-ext/[email protected]
 - @magic-ext/[email protected]
 - @magic-ext/[email protected]
 - @magic-ext/[email protected]
 - @magic-sdk/[email protected]
 - @magic-sdk/[email protected]
 - @magic-sdk/[email protected]
 - @magic-sdk/[email protected]
 - [email protected]
  • Loading branch information
Magic Labs committed Nov 8, 2021
1 parent ea1047b commit 1d87894
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/@magic-ext/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-ext/bitcoin",
"version": "1.0.0",
"version": "1.0.1",
"description": "magic bitcoin extension",
"author": "Magic <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,6 @@
]
},
"devDependencies": {
"@magic-sdk/commons": "^2.2.0"
"@magic-sdk/commons": "^2.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/@magic-ext/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-ext/oauth",
"version": "0.11.0",
"version": "0.11.1",
"description": "Magic SDK OAuth Extension for Web environments.",
"author": "Magic <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"devDependencies": {
"@types/crypto-js": "~3.1.47",
"magic-sdk": "^6.2.0"
"magic-sdk": "^6.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/@magic-ext/react-native-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-ext/react-native-oauth",
"version": "0.6.0",
"version": "0.6.1",
"description": "Magic SDK OAuth Extension for React Native environments.",
"author": "Magic <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"expo-web-browser": "^8.3.1"
},
"devDependencies": {
"@magic-sdk/react-native": "^6.2.0",
"@magic-sdk/react-native": "^6.2.1",
"@types/crypto-js": "~3.1.47"
}
}
4 changes: 2 additions & 2 deletions packages/@magic-ext/webauthn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-ext/webauthn",
"version": "0.3.0",
"version": "0.3.1",
"description": "Magic SDK WabAuthn Extension",
"author": "Magic <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,6 @@
]
},
"devDependencies": {
"@magic-sdk/commons": "^2.2.0"
"@magic-sdk/commons": "^2.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/@magic-sdk/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/commons",
"version": "2.2.0",
"version": "2.2.1",
"description": "Exposes a listing of common public APIs from the Magic JS SDK ecosystem.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"require": "./dist/cjs/index.js"
},
"devDependencies": {
"@magic-sdk/provider": "^6.2.0",
"@magic-sdk/provider": "^6.2.1",
"@magic-sdk/types": "^5.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@magic-sdk/pnp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/pnp",
"version": "0.5.0",
"version": "0.5.1",
"description": "Passwordless authentication for the web with an out-of-the-box UI.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/runtime": "^7.9.6",
"@magic-ext/oauth": "^0.11.0",
"magic-sdk": "^6.2.0"
"@magic-ext/oauth": "^0.11.1",
"magic-sdk": "^6.2.1"
},
"gitHead": "1ef062ea699d48d5e9a9375a93b7c147632b05ca"
}
2 changes: 1 addition & 1 deletion packages/@magic-sdk/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/provider",
"version": "6.2.0",
"version": "6.2.1",
"description": "Core business logic for Magic SDK packages.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/@magic-sdk/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/react-native",
"version": "6.2.0",
"version": "6.2.1",
"description": "Passwordless authentication for React Native.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"types": "./dist/types/index.d.ts",
"dependencies": {
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1",
"@magic-sdk/commons": "^2.2.0",
"@magic-sdk/provider": "^6.2.0",
"@magic-sdk/commons": "^2.2.1",
"@magic-sdk/provider": "^6.2.1",
"@magic-sdk/types": "^5.2.0",
"@react-native-async-storage/async-storage": "^1.15.5",
"@types/lodash": "^4.14.158",
Expand Down
6 changes: 3 additions & 3 deletions packages/magic-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-sdk",
"version": "6.2.0",
"version": "6.2.1",
"description": "Passwordless authentication for the web.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
]
},
"dependencies": {
"@magic-sdk/commons": "^2.2.0",
"@magic-sdk/provider": "^6.2.0",
"@magic-sdk/commons": "^2.2.1",
"@magic-sdk/provider": "^6.2.1",
"@magic-sdk/types": "^5.2.0",
"localforage": "^1.7.4"
},
Expand Down

0 comments on commit 1d87894

Please sign in to comment.