Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 21, 2024
1 parent c9f0393 commit 5591996
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-starfishes-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-shirts-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-glasses-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-feet-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-parrots-chew.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @treasure-dev/tdk-core

## 3.7.0

### Patch Changes

- 3b8bccc: Added API client helper for legacy user migration
- c9f0393: Moved account factory to be constant address across all chains

## 3.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treasure-dev/tdk-core",
"version": "3.6.0",
"version": "3.7.0",
"description": "Treasure Development Kit for TypeScript/JavaScript-based projects",
"keywords": [
"treasure",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @treasure-dev/tdk-react

## 3.7.0

### Minor Changes

- 3b8bccc: Added legacy user migration flow to connect modal

### Patch Changes

- c9f0393: Moved account factory to be constant address across all chains
- 7262679: Updated connected account modal to show user tag and profile pic when available
- 0412906: Updated ConnectButton to show user tag and profile pic when available
- Updated dependencies [3b8bccc]
- Updated dependencies [c9f0393]
- @treasure-dev/tdk-core@3.7.0

## 3.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treasure-dev/tdk-react",
"version": "3.6.0",
"version": "3.7.0",
"description": "Treasure Development Kit for React-based projects",
"keywords": [
"treasure",
Expand Down

0 comments on commit 5591996

Please sign in to comment.