Skip to content

Commit

Permalink
Version Packages (#41)
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 Jun 10, 2024
1 parent 33b2f41 commit ca0e74b
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-walls-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-experts-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-rules-repeat.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- 786c1c7: Added Zeeverse Game testnet contract address
- 64d48ee: Exported API response types
- 2bd76e8: Removed unused files and exports

## 0.2.6

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@treasure-dev/tdk-core",
"version": "0.2.6",
"version": "0.2.7",
"description": "Treasure Development Kit for TypeScript/JavaScript-based projects",
"keywords": ["treasure", "tdk", "bridgeworld", "arbitrum"],
"keywords": [
"treasure",
"tdk",
"bridgeworld",
"arbitrum"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TreasureProject/tdk-js.git",
Expand All @@ -22,7 +27,9 @@
"types": "./dist/index.d.ts"
}
},
"files": ["./dist"],
"files": [
"./dist"
],
"scripts": {
"build": "tsup",
"dev": "npm run build -- --watch"
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

## 0.2.7

### Patch Changes

- 2bd76e8: Removed unused files and exports
- Updated dependencies [786c1c7]
- Updated dependencies [64d48ee]
- Updated dependencies [2bd76e8]
- @treasure-dev/tdk-core@0.2.7

## 0.2.6

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@treasure-dev/tdk-react",
"version": "0.2.6",
"version": "0.2.7",
"description": "Treasure Development Kit for React-based projects",
"keywords": ["treasure", "tdk", "bridgeworld", "arbitrum"],
"keywords": [
"treasure",
"tdk",
"bridgeworld",
"arbitrum"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TreasureProject/tdk-js.git",
Expand All @@ -26,7 +31,9 @@
"require": "./dist/*.css"
}
},
"files": ["./dist"],
"files": [
"./dist"
],
"scripts": {
"build": "tsup",
"dev": "npm run build -- --watch"
Expand Down

0 comments on commit ca0e74b

Please sign in to comment.