Skip to content

Commit

Permalink
Merge pull request #203 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 18, 2024
2 parents 6f698ba + 4f17f04 commit 6f5c67e
Show file tree
Hide file tree
Showing 5 changed files with 21 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": [
"good-falcons-lick"
]
}
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.12.19-canary.0

### Patch Changes

- [#202](https://github.com/thepower/PowerTools/pull/202) [`5671591`](https://github.com/thepower/PowerTools/commit/5671591eea56760473c9ce3712667ee756dbc4d0) Thanks [@jackkru69](https://github.com/jackkru69)! - fix cli containers actions examples, fix create provider, fix scSet

- Updated dependencies [[`5671591`](https://github.com/thepower/PowerTools/commit/5671591eea56760473c9ce3712667ee756dbc4d0)]:
- @thepowereco/tssdk@2.2.13-canary.0

## 1.12.18

### 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.18",
"version": "1.12.19-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.12",
"@thepowereco/tssdk": "2.2.13-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.13-canary.0

### Patch Changes

- [#202](https://github.com/thepower/PowerTools/pull/202) [`5671591`](https://github.com/thepower/PowerTools/commit/5671591eea56760473c9ce3712667ee756dbc4d0) Thanks [@jackkru69](https://github.com/jackkru69)! - fix cli containers actions examples, fix create provider, fix scSet

## 2.2.12

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

0 comments on commit 6f5c67e

Please sign in to comment.