Skip to content

Commit fb448d9

Browse files
chore: version packages (#127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb9f237 commit fb448d9

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/steady-lockfile-repair.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cloudburn/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# cloudburn
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1ad8fab`](https://github.com/towardsthecloud/cloudburn/commit/1ad8fab27ee6c2ecce5d0bcfcf93fd5efbe80c3a)]:
8+
- @cloudburn/sdk@0.24.1
9+
310
## 0.10.0
411

512
### Minor Changes

packages/cloudburn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudburn",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Cloudburn CLI for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

packages/sdk/CHANGELOG.md

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

3+
## 0.24.1
4+
5+
### Patch Changes
6+
7+
- [`1ad8fab`](https://github.com/towardsthecloud/cloudburn/commit/1ad8fab27ee6c2ecce5d0bcfcf93fd5efbe80c3a) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Refresh toolchain dependencies: pin TypeScript to 5.9.3 (guarded against `pnpm update --latest` via `updateConfig.ignoreDependencies`), update Biome to 2.5.4, and rebuild the workspace lockfile so installed versions match the declared catalog.
8+
39
## 0.24.0
410

511
### Minor Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudburn/sdk",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "Cloudburn SDK for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

0 commit comments

Comments
 (0)