Skip to content

Commit fcf48f1

Browse files
Version Packages (#129)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 941d2e6 commit fcf48f1

File tree

8 files changed

+18
-13
lines changed

8 files changed

+18
-13
lines changed

.changeset/gorgeous-mice-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smooth-rats-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @treasure-dev/auth
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 9bbb5fb: Added public key cache TTL option
8+
39
## 1.0.1
410

511
### Patch Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treasure-dev/auth",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Authentication token utilities for the Treasure ecosystem",
55
"keywords": [
66
"treasure"

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @treasure-dev/tdk-core
22

3+
## 2.7.1
4+
35
## 2.7.0
46

57
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treasure-dev/tdk-core",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "Treasure Development Kit for TypeScript/JavaScript-based projects",
55
"keywords": [
66
"treasure",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @treasure-dev/tdk-react
22

3+
## 2.7.1
4+
5+
### Patch Changes
6+
7+
- 941d2e6: Fixed hardcoded chain options in connected account modal
8+
- @treasure-dev/tdk-core@2.7.1
9+
310
## 2.7.0
411

512
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treasure-dev/tdk-react",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "Treasure Development Kit for React-based projects",
55
"keywords": [
66
"treasure",

0 commit comments

Comments
 (0)