Skip to content

Commit f24969c

Browse files
author
Magic Labs
committed
Update CHANGELOG.md [skip ci]
1 parent a016380 commit f24969c

File tree

24 files changed

+359
-0
lines changed

24 files changed

+359
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# (Tue Nov 21 2023)
22

3+
#### 🐛 Bug Fix
4+
5+
- `@magic-ext/algorand@16.3.1`, `@magic-ext/auth@4.3.1`, `@magic-ext/avalanche@16.3.1`, `@magic-ext/bitcoin@16.3.1`, `@magic-ext/conflux@14.3.1`, `@magic-ext/cosmos@16.3.1`, `@magic-ext/ed25519@12.3.1`, `@magic-ext/flow@16.3.1`, `@magic-ext/gdkms@4.3.1`, `@magic-ext/harmony@16.3.1`, `@magic-ext/hedera@1.0.3`, `@magic-ext/icon@16.3.1`, `@magic-ext/near@16.3.1`, `@magic-ext/oauth@15.3.1`, `@magic-ext/oidc@4.3.1`, `@magic-ext/polkadot@16.3.1`, `@magic-ext/react-native-bare-oauth@18.0.1`, `@magic-ext/react-native-expo-oauth@18.0.1`, `@magic-ext/taquito@13.3.1`, `@magic-ext/terra@13.3.1`, `@magic-ext/tezos@16.3.1`, `@magic-ext/webauthn@15.3.1`, `@magic-ext/zilliqa@16.3.1`
6+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
7+
8+
#### Authors: 2
9+
10+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
11+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
12+
13+
---
14+
15+
# (Tue Nov 21 2023)
16+
317
#### 💥 Breaking Change
418

519
- `@magic-ext/react-native-bare-oauth@18.0.0`, `@magic-ext/react-native-expo-oauth@18.0.0`

packages/@magic-ext/algorand/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v16.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v16.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/auth/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v4.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v4.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/avalanche/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v16.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v16.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/bitcoin/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v16.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v16.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/conflux/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v14.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v14.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/cosmos/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v16.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v16.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/ed25519/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v12.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v12.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/flow/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v16.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v16.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

packages/@magic-ext/gdkms/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v4.3.1 (Tue Nov 21 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Fix TypeScript resolution for @magic-ext/* packages when using modern module resolution (node16 etc) [#670](https://github.com/magiclabs/magic-js/pull/670) ([@rjwebb](https://github.com/rjwebb) [@joshuascan](https://github.com/joshuascan))
6+
- Merge branch 'master' into rjwebb/669-fix-node16-magic-ext-imports ([@joshuascan](https://github.com/joshuascan))
7+
- Update package.json exports to expose types when using node16 typescript, for algorand, auth, avalanche, bitcoin, conflux, cosmos, ed25519, flow, gdkms, harmony, hedera, icon, near, oauth, oidc, polkadot, react-native-bare-oauth, react-native-expo-oauth, taquito, terra, tezos, webauthn and zilliqa ([@rjwebb](https://github.com/rjwebb))
8+
9+
#### Authors: 2
10+
11+
- Bob Webb ([@rjwebb](https://github.com/rjwebb))
12+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
13+
14+
---
15+
116
# v4.2.1 (Tue Nov 14 2023)
217

318
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)