Skip to content

Commit 241b219

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

7 files changed

Lines changed: 23 additions & 8 deletions

File tree

.changeset/metal-yaks-play.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.9.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @cloudburn/sdk@0.17.1
9+
310
## 0.9.2
411

512
### Patch 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.9.2",
3+
"version": "0.9.3",
44
"description": "Cloudburn CLI for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

packages/rules/CHANGELOG.md

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

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/towardsthecloud/cloudburn/pull/38) [`b46ad3b`](https://github.com/towardsthecloud/cloudburn/commit/b46ad3b7d483b5a1176b42e115da0be97afc2c3c) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Flag CloudWatch unused log streams when they have never received events or when their last ingestion was more than 90 days ago.
8+
39
## 0.17.0
410

511
### Minor Changes

packages/rules/package.json

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

packages/sdk/CHANGELOG.md

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

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b46ad3b`](https://github.com/towardsthecloud/cloudburn/commit/b46ad3b7d483b5a1176b42e115da0be97afc2c3c)]:
8+
- @cloudburn/rules@0.17.1
9+
310
## 0.17.0
411

512
### 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.17.0",
3+
"version": "0.17.1",
44
"description": "Cloudburn SDK for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

0 commit comments

Comments
 (0)