Skip to content

Commit 6f5c67e

Browse files
authored
Merge pull request #203 from thepower/changeset-release/master
chore: version packages (canary)
2 parents 6f698ba + 4f17f04 commit 6f5c67e

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
"@thepowereco/cli": "1.12.15",
66
"@thepowereco/tssdk": "2.2.12"
77
},
8-
"changesets": []
8+
"changesets": [
9+
"good-falcons-lick"
10+
]
911
}

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.12.19-canary.0
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`5671591`](https://github.com/thepower/PowerTools/commit/5671591eea56760473c9ce3712667ee756dbc4d0)]:
10+
- @thepowereco/tssdk@2.2.13-canary.0
11+
312
## 1.12.18
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thepowereco/cli",
3-
"version": "1.12.18",
3+
"version": "1.12.19-canary.0",
44
"description": "the power cli",
55
"author": "thepower",
66
"main": "./dist/esm/src/index.js",
@@ -50,7 +50,7 @@
5050
"@oclif/plugin-not-found": "^3.2.5",
5151
"@oclif/plugin-plugins": "^5",
5252
"@oclif/plugin-update": "^4.4.2",
53-
"@thepowereco/tssdk": "2.2.12",
53+
"@thepowereco/tssdk": "2.2.13-canary.0",
5454
"axios": "^1.7.2",
5555
"cli-table3": "^0.6.5",
5656
"enquirer": "^2.4.1",

packages/tssdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.2.13-canary.0
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.2.12
410

511
### Patch Changes

packages/tssdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thepowereco/tssdk",
3-
"version": "2.2.12",
3+
"version": "2.2.13-canary.0",
44
"main": "./dist/esm/src/index.js",
55
"types": "./dist/types/src/index.d.ts",
66
"description": "thepower tssdk",

0 commit comments

Comments
 (0)