Skip to content

Commit

Permalink
Version Packages (#122)
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 Sep 17, 2024
1 parent 947e37c commit 8bb18a3
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-turkeys-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-trainers-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-eyes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-clouds-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-zoos-fry.md

This file was deleted.

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

## 1.0.0

### Major Changes

- 4b0472f: Initial release
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treasure-dev/auth",
"version": "0.0.0",
"version": "1.0.0",
"description": "Authentication token utilities for the Treasure ecosystem",
"keywords": [
"treasure"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @treasure-dev/tdk-core

## 2.6.0

### Minor Changes

- d9afa84: Updated TDK API client wait for transaction completion behavior

### Patch Changes

- 28cfa6b: Added X connect method option
- 947e37c: Added utility for signing account signature message as backend wallet

## 2.5.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": "2.5.0",
"version": "2.6.0",
"description": "Treasure Development Kit for TypeScript/JavaScript-based projects",
"keywords": [
"treasure",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @treasure-dev/tdk-react

## 2.6.0

### Patch Changes

- 28cfa6b: Added X connect method option
- Updated dependencies [28cfa6b]
- Updated dependencies [947e37c]
- Updated dependencies [d9afa84]
- @treasure-dev/tdk-core@2.6.0

## 2.5.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": "2.5.0",
"version": "2.6.0",
"description": "Treasure Development Kit for React-based projects",
"keywords": [
"treasure",
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @treasure-dev/tailwind-config

## 3.0.2

### Patch Changes

- 28cfa6b: Removed unused CSS properties

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treasure-dev/tailwind-config",
"version": "3.0.1",
"version": "3.0.2",
"description": "Tailwind CSS configuration for the Treasure ecosystem",
"keywords": [
"treasure",
Expand Down

0 comments on commit 8bb18a3

Please sign in to comment.