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

Fix Publish GHA Workflow #593

Merged
merged 2 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update RN SDK Package version numbers
  • Loading branch information
Ariflo committed Jul 24, 2023
commit 8f9b880499776823ddf9b212d871aaf8cbc7e656
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-bare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the [developer documentation](https://magic.link/docs) to learn how you can

## πŸ”— Installation

Integrating your app with Magic will require our client-side NPM package:
Integrating your app with Magic will require our client-side NPM package:

```bash
# Via NPM:
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-bare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/react-native-bare",
"version": "19.4.1",
"version": "19.4.2",
"description": "Passwordless authentication for React Native (Bare).",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ As of `v19.0.0`, passcodes (ie. `loginWithSMS()`, `loginWithEmailOTP()`) are rep

## πŸ”— Installation

Integrating your app with Magic will require our client-side NPM package:
Integrating your app with Magic will require our client-side NPM package:

```bash
# Via NPM:
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/react-native-expo",
"version": "19.4.1",
"version": "19.4.2",
Ariflo marked this conversation as resolved.
Show resolved Hide resolved
"description": "Passwordless authentication for React Native (Expo).",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down