Skip to content

Commit

Permalink
Merge pull request #181 from thepower/changeset-release/master
Browse files Browse the repository at this point in the history
chore: version packages (canary)
  • Loading branch information
jackkru69 authored Dec 6, 2024
2 parents e042516 + 46bea8b commit 7f31b52
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.14",
"@thepowereco/tssdk": "2.2.11"
},
"changesets": []
"changesets": [
"light-needles-chew"
]
}
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.15-canary.0

### Patch Changes

- Updated dependencies [[`244b549`](https://github.com/thepower/PowerTools/commit/244b54926db603038ba970b0cdaa6765b64d79da)]:
- @thepowereco/tssdk@2.2.12-canary.0

## 1.12.14

### 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.14",
"version": "1.12.15-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": "*",
"@thepowereco/tssdk": "2.2.12-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.12-canary.0

### Patch Changes

- [#180](https://github.com/thepower/PowerTools/pull/180) [`244b549`](https://github.com/thepower/PowerTools/commit/244b54926db603038ba970b0cdaa6765b64d79da) Thanks [@jackkru69](https://github.com/jackkru69)! - added createPublicClient, network lib refactoring

## 2.2.11

### 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.11",
"version": "2.2.12-canary.0",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
"description": "thepower tssdk",
Expand Down

0 comments on commit 7f31b52

Please sign in to comment.