Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @magic-sdk/commons@1.1.0
 - @magic-sdk/provider@4.1.0
 - @magic-sdk/react-native@4.1.0
 - magic-sdk@4.1.0
  • Loading branch information
Magic Labs committed Jan 23, 2021
1 parent 5a125f9 commit d59f354
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/commons",
"version": "1.0.1",
"version": "1.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 Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/provider",
"version": "4.0.2",
"version": "4.1.0",
"description": "Core business logic for Magic SDK packages.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/react-native",
"version": "4.0.2",
"version": "4.1.0",
"description": "Passwordless authentication for React Native.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"@aveq-research/localforage-asyncstorage-driver": "~1.1.5",
"@babel/core": "~7.10.4",
"@babel/runtime": "~7.10.4",
"@magic-sdk/commons": "^1.0.1",
"@magic-sdk/provider": "^4.0.2",
"@magic-sdk/commons": "^1.1.0",
"@magic-sdk/provider": "^4.1.0",
"@magic-sdk/types": "^3.0.1",
"@types/lodash": "^4.14.158",
"buffer": "~5.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-sdk",
"version": "4.0.2",
"version": "4.1.0",
"description": "Passwordless authentication for the web.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@magic-sdk/commons": "^1.0.1",
"@magic-sdk/provider": "^4.0.2",
"@magic-sdk/commons": "^1.1.0",
"@magic-sdk/provider": "^4.1.0",
"@magic-sdk/types": "^3.0.1",
"localforage": "^1.7.4",
"localforage-driver-memory": "^1.0.5",
Expand Down

0 comments on commit d59f354

Please sign in to comment.