Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme and manual version bump for releases #339

Merged
merged 1 commit into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "8.1.1",
"version": "8.2.0",
"description": "Core business logic for Magic SDK packages.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/@magic-sdk/react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<a href="https://github.com/magiclabs/magic-js/blob/master/CONTRIBUTING.md">Contributing Guide</a>
</p>

## Package Split!!

Since `9.0.0`, @magic-sdk/react-native package drops the support of bare React Native. You may stay on `^8.0.0` to keep your bare RN app functional. We will release a new package to support bare-RN exclusively.

This package will mainly support **Expo** framework in future releases.

## 📖 Documentation

See the [developer documentation](https://magic.link/docs) to learn how you can master the Magic SDK in a matter of minutes.
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": "8.2.1",
"version": "9.0.0",
"description": "Passwordless authentication for React Native.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@aveq-research/localforage-asyncstorage-driver": "^3.0.1",
"@magic-sdk/commons": "^4.1.1",
"@magic-sdk/provider": "^8.1.1",
"@magic-sdk/types": "^7.1.1",
"@magic-sdk/provider": "^8.2.0",
"@magic-sdk/types": "^7.2.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": "7.1.1",
"version": "7.2.0",
"description": "Core typings for Magic SDK packages.",
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
"license": "MIT",
Expand Down
35 changes: 30 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3338,7 +3338,7 @@ __metadata:
languageName: unknown
linkType: soft

"@magic-sdk/provider@^8.1.1, @magic-sdk/provider@workspace:packages/@magic-sdk/provider":
"@magic-sdk/provider@^8.1.1, @magic-sdk/provider@^8.2.0, @magic-sdk/provider@workspace:packages/@magic-sdk/provider":
version: 0.0.0-use.local
resolution: "@magic-sdk/provider@workspace:packages/@magic-sdk/provider"
dependencies:
Expand All @@ -3355,7 +3355,32 @@ __metadata:
languageName: unknown
linkType: soft

"@magic-sdk/react-native@^8.2.1, @magic-sdk/react-native@workspace:packages/@magic-sdk/react-native":
"@magic-sdk/react-native@npm:^8.2.1":
version: 8.2.1
resolution: "@magic-sdk/react-native@npm:8.2.1"
dependencies:
"@aveq-research/localforage-asyncstorage-driver": ^3.0.1
"@magic-sdk/commons": ^4.1.1
"@magic-sdk/provider": ^8.1.1
"@magic-sdk/types": ^7.1.1
"@react-native-async-storage/async-storage": ^1.15.5
"@types/lodash": ^4.14.158
buffer: ~5.6.0
localforage: ^1.7.4
localforage-driver-memory: ^1.0.5
lodash: ^4.17.19
process: ~0.11.10
tslib: ^2.0.3
whatwg-url: ~8.1.0
peerDependencies:
react: ">=16"
react-native: ">=0.60"
react-native-webview: ">=8"
checksum: 5034a4424c5fbe617311b219ae57f4da2dc22087cc6c0a6f0ebe5d2c9db191e08adf67f9ad2d9dcc61d230df2dfb3de50973644137c37553f3bdf92670b0ad84
languageName: node
linkType: hard

"@magic-sdk/react-native@workspace:packages/@magic-sdk/react-native":
version: 0.0.0-use.local
resolution: "@magic-sdk/react-native@workspace:packages/@magic-sdk/react-native"
dependencies:
Expand All @@ -3364,8 +3389,8 @@ __metadata:
"@babel/plugin-transform-flow-strip-types": ^7.14.5
"@babel/runtime": ~7.10.4
"@magic-sdk/commons": ^4.1.1
"@magic-sdk/provider": ^8.1.1
"@magic-sdk/types": ^7.1.1
"@magic-sdk/provider": ^8.2.0
"@magic-sdk/types": ^7.2.0
"@react-native-async-storage/async-storage": ^1.15.5
"@types/lodash": ^4.14.158
buffer: ~5.6.0
Expand All @@ -3389,7 +3414,7 @@ __metadata:
languageName: unknown
linkType: soft

"@magic-sdk/types@^7.1.1, @magic-sdk/types@workspace:packages/@magic-sdk/types":
"@magic-sdk/types@^7.1.1, @magic-sdk/types@^7.2.0, @magic-sdk/types@workspace:packages/@magic-sdk/types":
version: 0.0.0-use.local
resolution: "@magic-sdk/types@workspace:packages/@magic-sdk/types"
languageName: unknown
Expand Down