Skip to content

Commit

Permalink
Version Packages (#28)
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 May 24, 2024
1 parent bc1807e commit 00ccca1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/tidy-ligers-thank.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
@@ -0,0 +1,7 @@
# @treasure-dev/tdk-core

## 0.2.5

### Patch Changes

- 14b01be: added option to pass custom wagmi configs for contract calls
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.4",
"version": "0.2.5",
"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
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @treasure-dev/tdk-react

## 0.2.5

### Patch Changes

- Updated dependencies [14b01be]
- @treasure-dev/tdk-core@0.2.5
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.4",
"version": "0.2.5",
"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 00ccca1

Please sign in to comment.