Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Magic Labs committed Mar 14, 2024
1 parent 4da9966 commit 86cd568
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# (Thu Mar 14 2024)

#### 💥 Breaking Change

- `@magic-ext/[email protected]`
- Fixing publishing related to "auto" bug [#714](https://github.com/magiclabs/magic-js/pull/714) ([@patjacobs-magic](https://github.com/patjacobs-magic))
- OAuth 2: fix publishing [#712](https://github.com/magiclabs/magic-js/pull/712) ([@patjacobs-magic](https://github.com/patjacobs-magic))

#### 🚀 Enhancement

- `@magic-sdk/[email protected]`, `@magic-sdk/[email protected]`, `@magic-sdk/[email protected]`, `@magic-sdk/[email protected]`
- Adds Response Time out Error to RN SDKs [#721](https://github.com/magiclabs/magic-js/pull/721) ([@Ariflo](https://github.com/Ariflo))
- `@magic-ext/[email protected]`
- Add ability to use server callback url for start of oauth2 flow [#715](https://github.com/magiclabs/magic-js/pull/715) ([@patjacobs-magic](https://github.com/patjacobs-magic))
- `@magic-sdk/[email protected]`, `@magic-sdk/[email protected]`
- Add new "Product Announcement" Relayer Message Type [#718](https://github.com/magiclabs/magic-js/pull/718) ([@Ariflo](https://github.com/Ariflo))
- Warn developers of Coming Deprecation of Universal Wallet API Keys [#716](https://github.com/magiclabs/magic-js/pull/716) ([@Ariflo](https://github.com/Ariflo))

#### 🐛 Bug Fix

- Update Pull Request Template [#719](https://github.com/magiclabs/magic-js/pull/719) ([@Ariflo](https://github.com/Ariflo))
- `@magic-ext/[email protected]`
- updates readme [#724](https://github.com/magiclabs/magic-js/pull/724) ([@joshuascan](https://github.com/joshuascan))
- New OAuth 2 ext package [#710](https://github.com/magiclabs/magic-js/pull/710) ([@patjacobs-magic](https://github.com/patjacobs-magic))
- `@magic-sdk/[email protected]`
- Removes `product_announcement` from JsonRpcResponsePayload [#720](https://github.com/magiclabs/magic-js/pull/720) ([@Ariflo](https://github.com/Ariflo))

#### Authors: 3

- [@patjacobs-magic](https://github.com/patjacobs-magic)
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))

---

# (Sat Mar 09 2024)

#### 💥 Breaking Change
Expand Down
40 changes: 40 additions & 0 deletions packages/@magic-ext/oauth2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# v7.0.0 (Thu Mar 14 2024)

#### 💥 Breaking Change

- Fixing publishing related to "auto" bug [#714](https://github.com/magiclabs/magic-js/pull/714) ([@patjacobs-magic](https://github.com/patjacobs-magic))
- OAuth 2: fix publishing [#712](https://github.com/magiclabs/magic-js/pull/712) ([@patjacobs-magic](https://github.com/patjacobs-magic))

#### 🚀 Enhancement

- Add ability to use server callback url for start of oauth2 flow [#715](https://github.com/magiclabs/magic-js/pull/715) ([@patjacobs-magic](https://github.com/patjacobs-magic))

#### 🐛 Bug Fix

- updates readme [#724](https://github.com/magiclabs/magic-js/pull/724) ([@joshuascan](https://github.com/joshuascan))
- updates readme ([@joshuascan](https://github.com/joshuascan))
- "Bump independent versions \[skip ci\]" ([email protected])
- Update CHANGELOG.md \[skip ci\] ([email protected])
- Merge branch 'master' into patjacobs-oauth-v2-apple ([@patjacobs-magic](https://github.com/patjacobs-magic))
- add ability to use server callback url for start of oauth2 flow ([@patjacobs-magic](https://github.com/patjacobs-magic))
- change for testing ([@patjacobs-magic](https://github.com/patjacobs-magic))
- revert version ([@patjacobs-magic](https://github.com/patjacobs-magic))
- revert class name ([@patjacobs-magic](https://github.com/patjacobs-magic))
- changing version ([@patjacobs-magic](https://github.com/patjacobs-magic))
- upgrade auto and fix naming ([@patjacobs-magic](https://github.com/patjacobs-magic))
- fix cdn name ([@patjacobs-magic](https://github.com/patjacobs-magic))
- New OAuth 2 ext package [#710](https://github.com/magiclabs/magic-js/pull/710) ([@patjacobs-magic](https://github.com/patjacobs-magic))
- add error handling for start step ([@patjacobs-magic](https://github.com/patjacobs-magic))
- fix rpc names ([@patjacobs-magic](https://github.com/patjacobs-magic))
- clean up files ([@patjacobs-magic](https://github.com/patjacobs-magic))
- fix readme ([@patjacobs-magic](https://github.com/patjacobs-magic))
- create new oauth2 package ([@patjacobs-magic](https://github.com/patjacobs-magic))

#### Authors: 3

- [@patjacobs-magic](https://github.com/patjacobs-magic)
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
- Magic Labs ([email protected])

---

# v6.0.0 (Sat Mar 09 2024)

#### 💥 Breaking Change
Expand Down

0 comments on commit 86cd568

Please sign in to comment.