Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @magic-ext/oauth@0.10.0
 - @magic-ext/react-native-oauth@0.5.0
 - @magic-ext/webauthn@0.2.0
 - @magic-sdk/commons@2.1.0
 - @magic-sdk/pnp@0.2.0
 - @magic-sdk/provider@6.1.0
 - @magic-sdk/react-native@6.1.0
 - @magic-sdk/types@5.1.0
 - magic-sdk@6.1.0
  • Loading branch information
Magic Labs committed Oct 1, 2021
1 parent eafa4ee commit 96f9bec
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.9.2",
"version": "0.10.0",
"description": "Magic SDK OAuth Extension for Web environments.",
"author": "Magic <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -27,11 +27,11 @@
]
},
"dependencies": {
"@magic-sdk/types": "^5.0.3",
"@magic-sdk/types": "^5.1.0",
"crypto-js": "^3.3.0"
},
"devDependencies": {
"@types/crypto-js": "~3.1.47",
"magic-sdk": "^6.0.7"
"magic-sdk": "^6.1.0"
}
}
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.4.1",
"version": "0.5.0",
"description": "Magic SDK OAuth Extension for React Native environments.",
"author": "Magic <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -25,12 +25,12 @@
]
},
"dependencies": {
"@magic-sdk/types": "^5.0.3",
"@magic-sdk/types": "^5.1.0",
"crypto-js": "^3.3.0",
"expo-web-browser": "^8.3.1"
},
"devDependencies": {
"@magic-sdk/react-native": "^6.0.6",
"@magic-sdk/react-native": "^6.1.0",
"@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.1.1",
"version": "0.2.0",
"description": "Magic SDK WabAuthn Extension",
"author": "Magic <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,6 @@
]
},
"devDependencies": {
"@magic-sdk/commons": "^2.0.6"
"@magic-sdk/commons": "^2.1.0"
}
}
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.0.6",
"version": "2.1.0",
"description": "Exposes a listing of common public APIs from the Magic JS SDK ecosystem.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"require": "./dist/cjs/index.js"
},
"devDependencies": {
"@magic-sdk/provider": "^6.0.6",
"@magic-sdk/types": "^5.0.3"
"@magic-sdk/provider": "^6.1.0",
"@magic-sdk/types": "^5.1.0"
},
"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,7 +1,7 @@
{
"private": true,
"name": "@magic-sdk/pnp",
"version": "0.1.2",
"version": "0.2.0",
"description": "Passwordless authentication for the web with an out-of-the-box UI.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/runtime": "^7.9.6",
"@magic-ext/oauth": "^0.9.2",
"magic-sdk": "^6.0.7"
"@magic-ext/oauth": "^0.10.0",
"magic-sdk": "^6.1.0"
},
"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.0.6",
"version": "6.1.0",
"description": "Core business logic for Magic SDK packages.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@magic-sdk/types": "^5.0.3",
"@magic-sdk/types": "^5.1.0",
"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.0.6",
"version": "6.1.0",
"description": "Passwordless authentication for React Native.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -20,9 +20,9 @@
"types": "./dist/types/index.d.ts",
"dependencies": {
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1",
"@magic-sdk/commons": "^2.0.6",
"@magic-sdk/provider": "^6.0.6",
"@magic-sdk/types": "^5.0.3",
"@magic-sdk/commons": "^2.1.0",
"@magic-sdk/provider": "^6.1.0",
"@magic-sdk/types": "^5.1.0",
"@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.0.3",
"version": "5.1.0",
"description": "Core typings for Magic SDK packages.",
"author": "Magic Labs <team@magic.link> (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.0.7",
"version": "6.1.0",
"description": "Passwordless authentication for the web.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -30,9 +30,9 @@
]
},
"dependencies": {
"@magic-sdk/commons": "^2.0.6",
"@magic-sdk/provider": "^6.0.6",
"@magic-sdk/types": "^5.0.3",
"@magic-sdk/commons": "^2.1.0",
"@magic-sdk/provider": "^6.1.0",
"@magic-sdk/types": "^5.1.0",
"localforage": "^1.7.4"
},
"devDependencies": {
Expand Down

0 comments on commit 96f9bec

Please sign in to comment.