Skip to content

Commit

Permalink
Merge pull request #1278 from cloud-carbon-footprint/changeset-releas…
Browse files Browse the repository at this point in the history
…e/trunk

Version Packages
  • Loading branch information
4upz committed Jan 2, 2024
2 parents 88cf1a9 + 8f7684d commit c12d1c7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-pots-taste.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloud-carbon-footprint/app

## 1.7.0

### Minor Changes

- 608bdcb2: Improves merging for setting estimates to the JSON cache, fixes recurring file parsing issue

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/app",
"version": "1.6.0",
"version": "1.7.0",
"license": "Apache-2.0",
"description": "The logic to bootstrap the cloud-carbon-footprint server-side application",
"main": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloud-carbon-footprint/cli

## 1.12.4

### Patch Changes

- Updated dependencies [608bdcb2]
- @cloud-carbon-footprint/app@1.7.0

## 1.12.3

### 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": "@cloud-carbon-footprint/cli",
"version": "1.12.3",
"version": "1.12.4",
"license": "Apache-2.0",
"description": "Command Line Interface as an entrypoint to get cloud energy and carbon emissions.",
"main": "src/index.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"@azure/arm-consumption": "^9.2.0",
"@azure/arm-resources-subscriptions": "^2.0.2",
"@cloud-carbon-footprint/app": "1.6.0",
"@cloud-carbon-footprint/app": "1.7.0",
"@cloud-carbon-footprint/common": "^1.13.2",
"@types/cli-table": "^0.3.0",
"@types/prompts": "^2.0.12",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/app@1.6.0, @cloud-carbon-footprint/app@^1.4.0, @cloud-carbon-footprint/app@workspace:packages/app":
"@cloud-carbon-footprint/app@1.7.0, @cloud-carbon-footprint/app@^1.4.0, @cloud-carbon-footprint/app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/app@workspace:packages/app"
dependencies:
Expand Down Expand Up @@ -2546,7 +2546,7 @@ __metadata:
dependencies:
"@azure/arm-consumption": ^9.2.0
"@azure/arm-resources-subscriptions": ^2.0.2
"@cloud-carbon-footprint/app": 1.6.0
"@cloud-carbon-footprint/app": 1.7.0
"@cloud-carbon-footprint/common": ^1.13.2
"@types/cli-table": ^0.3.0
"@types/jest": ^27.4.0
Expand Down

0 comments on commit c12d1c7

Please sign in to comment.