Skip to content

Commit

Permalink
Merge pull request #186 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 0b51b0c + b951eec commit 94d4efc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"changesets": [
"light-needles-chew",
"little-nails-share"
"little-nails-share",
"twenty-tomatoes-grab"
]
}
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.2

### Patch Changes

- Updated dependencies [[`5ae44a4`](https://github.com/thepower/PowerTools/commit/5ae44a439e7300b5560e01dc18cb08e21fdeb01b)]:
- @thepowereco/tssdk@2.2.12-canary.2

## 1.12.15-canary.1

### 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.15-canary.1",
"version": "1.12.15-canary.2",
"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.12-canary.1",
"@thepowereco/tssdk": "2.2.12-canary.2",
"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.2

### Patch Changes

- [#185](https://github.com/thepower/PowerTools/pull/185) [`5ae44a4`](https://github.com/thepower/PowerTools/commit/5ae44a439e7300b5560e01dc18cb08e21fdeb01b) Thanks [@jackkru69](https://github.com/jackkru69)! - createPublicClient fix

## 2.2.12-canary.1

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

0 comments on commit 94d4efc

Please sign in to comment.