Skip to content

Commit

Permalink
chore: version packages (canary)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2024
1 parent 6062b70 commit 553274d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"@thepowereco/cli": "1.12.15",
"@thepowereco/tssdk": "2.2.12"
},
"changesets": []
"changesets": [
"dry-islands-push"
]
}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.12.20-canary.0

### Patch Changes

- Updated dependencies [[`c2f97b8`](https://github.com/thepower/PowerTools/commit/c2f97b8364eef4ec1ca5ebcf76c21a2389e26c1c)]:
- @thepowereco/tssdk@2.2.14-canary.0

## 1.12.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thepowereco/cli",
"version": "1.12.19",
"version": "1.12.20-canary.0",
"description": "the power cli",
"author": "thepower",
"main": "./dist/esm/src/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@oclif/plugin-not-found": "^3.2.5",
"@oclif/plugin-plugins": "^5",
"@oclif/plugin-update": "^4.4.2",
"@thepowereco/tssdk": "2.2.13",
"@thepowereco/tssdk": "2.2.14-canary.0",
"axios": "^1.7.2",
"cli-table3": "^0.6.5",
"enquirer": "^2.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/tssdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.14-canary.0

### Patch Changes

- [#206](https://github.com/thepower/PowerTools/pull/206) [`c2f97b8`](https://github.com/thepower/PowerTools/commit/c2f97b8364eef4ec1ca5ebcf76c21a2389e26c1c) Thanks [@jackkru69](https://github.com/jackkru69)! - add chain setting current api method

## 2.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tssdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thepowereco/tssdk",
"version": "2.2.13",
"version": "2.2.14-canary.0",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
"description": "thepower tssdk",
Expand Down

0 comments on commit 553274d

Please sign in to comment.