Skip to content

Commit

Permalink
Merge pull request #427 from magiclabs/ariflo-sc-68045-update-packages
Browse files Browse the repository at this point in the history
Update Commons/Provider/Types Packages + Workflow
  • Loading branch information
Ariflo committed Jan 5, 2023
2 parents f3fc233 + 500bea0 commit d5e4fe7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ jobs:
path: packages

- name: Create Release
run: yarn auto shipit -vv
run: |
ls -R packages
yarn auto shipit -vv
2 changes: 1 addition & 1 deletion packages/@magic-sdk/commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ See the [developer documentation](https://magic.link/docs) to learn how you can

This package is an internal dependency of the Magic JavaScript SDK ecosystem. If you're looking to get started with Magic's passwordless authentication for web or React native, check out one of these:

- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk)
- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk )
- React Native: [`@magic-sdk/react-native`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native)
2 changes: 1 addition & 1 deletion packages/@magic-sdk/provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ See the [developer documentation](https://magic.link/docs) to learn how you can

This package is an internal dependency of the Magic JavaScript SDK ecosystem. If you're looking to get started with Magic's passwordless authentication for web or React native, check out one of these:

- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk )
- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk)
- React Native: [`@magic-sdk/react-native`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native)
2 changes: 1 addition & 1 deletion packages/@magic-sdk/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ See the [developer documentation](https://magic.link/docs) to learn how you can

This package is an internal dependency of the Magic JavaScript SDK ecosystem. If you're looking to get started with Magic's passwordless authentication for web or React native, check out one of these:

- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk)
- Web: [`magic-sdk`](https://github.com/magiclabs/magic-js/tree/master/packages/magic-sdk )
- React Native: [`@magic-sdk/react-native`](https://github.com/magiclabs/magic-js/tree/master/packages/@magic-sdk/react-native)

0 comments on commit d5e4fe7

Please sign in to comment.