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-sdk/[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 Oct 20, 2021
1 parent ad35940 commit 7b234c1
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 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.10.2",
"version": "0.10.3",
"description": "Magic SDK OAuth Extension for Web environments.",
"author": "Magic <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand All @@ -27,11 +27,11 @@
]
},
"dependencies": {
"@magic-sdk/types": "^5.1.2",
"@magic-sdk/types": "^5.1.3",
"crypto-js": "^3.3.0"
},
"devDependencies": {
"@types/crypto-js": "~3.1.47",
"magic-sdk": "^6.1.2"
"magic-sdk": "^6.1.3"
}
}
6 changes: 3 additions & 3 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.5.2",
"version": "0.5.3",
"description": "Magic SDK OAuth Extension for React Native environments.",
"author": "Magic <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand All @@ -25,12 +25,12 @@
]
},
"dependencies": {
"@magic-sdk/types": "^5.1.2",
"@magic-sdk/types": "^5.1.3",
"crypto-js": "^3.3.0",
"expo-web-browser": "^8.3.1"
},
"devDependencies": {
"@magic-sdk/react-native": "^6.1.2",
"@magic-sdk/react-native": "^6.1.3",
"@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.2.2",
"version": "0.2.3",
"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.1.2"
"@magic-sdk/commons": "^2.1.3"
}
}
6 changes: 3 additions & 3 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.1.2",
"version": "2.1.3",
"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,8 +21,8 @@
"require": "./dist/cjs/index.js"
},
"devDependencies": {
"@magic-sdk/provider": "^6.1.2",
"@magic-sdk/types": "^5.1.2"
"@magic-sdk/provider": "^6.1.3",
"@magic-sdk/types": "^5.1.3"
},
"peerDependencies": {
"@magic-sdk/provider": ">=4.3.0",
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.3.1",
"version": "0.3.2",
"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.10.2",
"magic-sdk": "^6.1.2"
"@magic-ext/oauth": "^0.10.3",
"magic-sdk": "^6.1.3"
},
"gitHead": "1ef062ea699d48d5e9a9375a93b7c147632b05ca"
}
4 changes: 2 additions & 2 deletions 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.1.2",
"version": "6.1.3",
"description": "Core business logic for Magic SDK packages.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@magic-sdk/types": "^5.1.2",
"@magic-sdk/types": "^5.1.3",
"eventemitter3": "^4.0.4",
"web3-core": "1.5.2"
},
Expand Down
8 changes: 4 additions & 4 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.1.2",
"version": "6.1.3",
"description": "Passwordless authentication for React Native.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand All @@ -18,9 +18,9 @@
"types": "./dist/types/index.d.ts",
"dependencies": {
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1",
"@magic-sdk/commons": "^2.1.2",
"@magic-sdk/provider": "^6.1.2",
"@magic-sdk/types": "^5.1.2",
"@magic-sdk/commons": "^2.1.3",
"@magic-sdk/provider": "^6.1.3",
"@magic-sdk/types": "^5.1.3",
"@react-native-async-storage/async-storage": "^1.15.5",
"@types/lodash": "^4.14.158",
"buffer": "~5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/types",
"version": "5.1.2",
"version": "5.1.3",
"description": "Core typings for Magic SDK packages.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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.1.2",
"version": "6.1.3",
"description": "Passwordless authentication for the web.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -28,9 +28,9 @@
]
},
"dependencies": {
"@magic-sdk/commons": "^2.1.2",
"@magic-sdk/provider": "^6.1.2",
"@magic-sdk/types": "^5.1.2",
"@magic-sdk/commons": "^2.1.3",
"@magic-sdk/provider": "^6.1.3",
"@magic-sdk/types": "^5.1.3",
"localforage": "^1.7.4"
},
"devDependencies": {
Expand Down

0 comments on commit 7b234c1

Please sign in to comment.