Skip to content

Commit

Permalink
Merge branch 'master' into feat/refactor-build-scripts-to-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
smithki committed Sep 2, 2021
2 parents 7103826 + 8de947d commit bbc4ced
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# (Thu Sep 02 2021)

#### 🚀 Enhancement

- `@magic-sdk/[email protected]`
- [Feat]: Update type signature of `RpcProviderModule` to implement Web3's `AbstractProvider` [#201](https://github.com/magiclabs/magic-js/pull/201) ([@adenekan41](https://github.com/adenekan41) [@smithki](https://github.com/smithki))
- bypass webcrypto on non web platforms [#200](https://github.com/magiclabs/magic-js/pull/200) ([@dgerrellsMagic](https://github.com/dgerrellsMagic))

#### Authors: 3

- [@dgerrellsMagic](https://github.com/dgerrellsMagic)
- Adenekan Wonderful ([@adenekan41](https://github.com/adenekan41))
- Ian K Smith ([@smithki](https://github.com/smithki))

---

# (Tue Aug 31 2021)

#### 💥 Breaking Change
Expand Down
15 changes: 15 additions & 0 deletions packages/@magic-sdk/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v5.1.0 (Thu Sep 02 2021)

#### 🚀 Enhancement

- [Feat]: Update type signature of `RpcProviderModule` to implement Web3's `AbstractProvider` [#201](https://github.com/magiclabs/magic-js/pull/201) ([@adenekan41](https://github.com/adenekan41) [@smithki](https://github.com/smithki))
- bypass webcrypto on non web platforms [#200](https://github.com/magiclabs/magic-js/pull/200) ([@dgerrellsMagic](https://github.com/dgerrellsMagic))

#### Authors: 3

- [@dgerrellsMagic](https://github.com/dgerrellsMagic)
- Adenekan Wonderful ([@adenekan41](https://github.com/adenekan41))
- Ian K Smith ([@smithki](https://github.com/smithki))

---

# v5.0.0 (Tue Aug 31 2021)

#### 💥 Breaking Change
Expand Down
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": "5.0.0",
"version": "5.1.0",
"description": "Core business logic for Magic SDK packages.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 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": "5.0.0",
"version": "5.1.0",
"description": "Passwordless authentication for React Native.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"@babel/core": "~7.10.4",
"@babel/runtime": "~7.10.4",
"@magic-sdk/commons": "^1.2.1",
"@magic-sdk/provider": "^5.0.0",
"@magic-sdk/provider": "^5.1.0",
"@magic-sdk/types": "^4.0.0",
"@react-native-async-storage/async-storage": "^1.15.5",
"@types/lodash": "^4.14.158",
Expand Down
4 changes: 2 additions & 2 deletions packages/magic-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-sdk",
"version": "5.0.0",
"version": "5.1.0",
"description": "Passwordless authentication for the web.",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@magic-sdk/commons": "^1.2.1",
"@magic-sdk/provider": "^5.0.0",
"@magic-sdk/provider": "^5.1.0",
"@magic-sdk/types": "^4.0.0",
"localforage": "^1.7.4",
"localforage-driver-memory": "^1.0.5",
Expand Down

0 comments on commit bbc4ced

Please sign in to comment.