Skip to content

Commit

Permalink
Merge pull request #205 from thepower/changeset-release/master
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
jackkru69 authored Dec 18, 2024
2 parents ce01c2d + e48ff6f commit a3a7bf6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/good-falcons-lick.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-buses-repair.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.12.19

### 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

- [#204](https://github.com/thepower/PowerTools/pull/204) [`8335f5c`](https://github.com/thepower/PowerTools/commit/8335f5cea83b0faad5812b436e4667cce8414f30) Thanks [@jackkru69](https://github.com/jackkru69)! - oclif readme

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

## 1.12.19-canary.0

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

### 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.13-canary.0

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

0 comments on commit a3a7bf6

Please sign in to comment.