Skip to content

Commit

Permalink
Merge pull request #1297 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 Feb 11, 2024
2 parents 7e899dc + 083e8ea commit 1598caf
Show file tree
Hide file tree
Showing 21 changed files with 119 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-years-kneel.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/mighty-eels-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-cycles-double.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tidy-hairs-dream.md

This file was deleted.

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

## 1.9.0

### Minor Changes

- 7e899dce: Adds support and configuration variables for filtering accounts/projects by id
- 8ad9077a: Adds App Engine config and deployment script

### Patch Changes

- Updated dependencies [7e899dce]
- @cloud-carbon-footprint/app@1.8.0
- @cloud-carbon-footprint/common@1.15.0

## 1.8.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/api",
"version": "1.8.1",
"version": "1.9.0",
"license": "Apache-2.0",
"description": "The API endpoint as an entrypoint to get cloud energy and carbon emissions. Optionally used by the client dashboard.",
"main": "src/server.ts",
Expand Down Expand Up @@ -73,8 +73,8 @@
"typescript": "^4.6.2"
},
"dependencies": {
"@cloud-carbon-footprint/app": "^1.4.0",
"@cloud-carbon-footprint/common": "^1.13.2",
"@cloud-carbon-footprint/app": "^1.8.0",
"@cloud-carbon-footprint/common": "^1.15.0",
"@types/express": "^4.17.12",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloud-carbon-footprint/app

## 1.8.0

### Minor Changes

- 7e899dce: Adds support and configuration variables for filtering accounts/projects by id

### Patch Changes

- Updated dependencies [7e899dce]
- @cloud-carbon-footprint/aws@0.16.0
- @cloud-carbon-footprint/common@1.15.0
- @cloud-carbon-footprint/gcp@0.15.0

## 1.7.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.7.0",
"version": "1.8.0",
"license": "Apache-2.0",
"description": "The logic to bootstrap the cloud-carbon-footprint server-side application",
"main": "src/index.ts",
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@cloud-carbon-footprint/ali": "^0.1.3",
"@cloud-carbon-footprint/aws": "^0.15.0",
"@cloud-carbon-footprint/aws": "^0.16.0",
"@cloud-carbon-footprint/azure": "^1.7.0",
"@cloud-carbon-footprint/common": "^1.13.1",
"@cloud-carbon-footprint/gcp": "^0.14.0",
"@cloud-carbon-footprint/common": "^1.15.0",
"@cloud-carbon-footprint/gcp": "^0.15.0",
"@cloud-carbon-footprint/on-premise": "^0.1.1",
"@google-cloud/storage": "^5.16.1",
"@sovpro/delimited-stream": "^1.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloud-carbon-footprint/aws

## 0.16.0

### Minor Changes

- 7e899dce: Adds support and configuration variables for filtering accounts/projects by id

### Patch Changes

- Updated dependencies [7e899dce]
- @cloud-carbon-footprint/common@1.15.0

## 0.15.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/aws",
"version": "0.15.0",
"version": "0.16.0",
"license": "Apache-2.0",
"description": "The core logic to get cloud usage data and estimate energy and carbon emissions from Amazon Web Services.",
"main": "src/index.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint:fix": "eslint '*/**/*.ts' --quiet --fix"
},
"dependencies": {
"@cloud-carbon-footprint/common": "^1.13.0",
"@cloud-carbon-footprint/common": "^1.15.0",
"@cloud-carbon-footprint/core": "^0.17.3",
"@google-cloud/iam-credentials": "^1.1.1",
"aws-sdk": "^2.927.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @cloud-carbon-footprint/cli

## 1.13.0

### Minor Changes

- 7e899dce: Adds support and configuration variables for filtering accounts/projects by id

### Patch Changes

- 18600b1a: Fixes filename issue with create azure lookup script on linux machines

For updates to the create-app template, refer to [this commit.](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/ec34e4d461ff4190002e040bb106d65c9c5965e9)

- Updated dependencies [7e899dce]
- @cloud-carbon-footprint/app@1.8.0
- @cloud-carbon-footprint/common@1.15.0

## 1.12.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.13.0",
"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,8 +70,8 @@
"dependencies": {
"@azure/arm-consumption": "^9.2.0",
"@azure/arm-resources-subscriptions": "^2.0.2",
"@cloud-carbon-footprint/app": "1.7.0",
"@cloud-carbon-footprint/common": "^1.13.2",
"@cloud-carbon-footprint/app": "1.8.0",
"@cloud-carbon-footprint/common": "^1.15.0",
"@types/cli-table": "^0.3.0",
"@types/prompts": "^2.0.12",
"@types/ramda": "^0.29.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloud-carbon-footprint/client

## 4.2.3

### Patch Changes

- 40817fa4: Fixes duplicate estimates being displayed in dashboard
- Updated dependencies [7e899dce]
- @cloud-carbon-footprint/common@1.15.0

## 4.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/client",
"version": "4.2.2",
"version": "4.2.3",
"license": "Apache-2.0",
"description": "The front-end dashboard for Cloud Carbon Footprint.",
"main": "src/index.tsx",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@babel/runtime": "^7.14.0",
"@cloud-carbon-footprint/common": "^1.14.0",
"@cloud-carbon-footprint/common": "^1.15.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.11.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloud-carbon-footprint/common

## 1.15.0

### Minor Changes

- 7e899dce: Adds support and configuration variables for filtering accounts/projects by id

## 1.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/common",
"version": "1.14.0",
"version": "1.15.0",
"license": "Apache-2.0",
"description": "Common functionality to be shared among other cloud carbon footprint packages",
"main": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloud-carbon-footprint/create-app

## 2.5.2

### Patch Changes

- 40817fa4: Fixes duplicate estimates being displayed in dashboard
- 18600b1a: Fixes filename issue with create azure lookup script on linux machines

For updates to the create-app template, refer to [this commit.](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/ec34e4d461ff4190002e040bb106d65c9c5965e9)

## 2.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/create-app",
"version": "2.5.1",
"version": "2.5.2",
"license": "Apache-2.0",
"description": "Create app package for Cloud Carbon Footprint",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloud-carbon-footprint/gcp

## 0.15.0

### Minor Changes

- 7e899dce: Adds support and configuration variables for filtering accounts/projects by id

### Patch Changes

- Updated dependencies [7e899dce]
- @cloud-carbon-footprint/common@1.15.0

## 0.14.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/gcp",
"version": "0.14.0",
"version": "0.15.0",
"license": "Apache-2.0",
"description": "The core logic to get cloud usage data and estimate energy and carbon emissions from Google Cloud Platform.",
"main": "src/index.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint:fix": "eslint '*/**/*.ts' --quiet --fix"
},
"dependencies": {
"@cloud-carbon-footprint/common": "^1.13.0",
"@cloud-carbon-footprint/common": "^1.15.0",
"@cloud-carbon-footprint/core": "^0.17.3",
"@google-cloud/bigquery": "^5.9.3",
"@google-cloud/compute": "^3.9.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2401,8 +2401,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/api@workspace:packages/api"
dependencies:
"@cloud-carbon-footprint/app": ^1.4.0
"@cloud-carbon-footprint/common": ^1.13.2
"@cloud-carbon-footprint/app": ^1.8.0
"@cloud-carbon-footprint/common": ^1.15.0
"@types/cors": ^2.8.12
"@types/express": ^4.17.12
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2439,15 +2439,15 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/app@1.7.0, @cloud-carbon-footprint/app@^1.4.0, @cloud-carbon-footprint/app@workspace:packages/app":
"@cloud-carbon-footprint/app@1.8.0, @cloud-carbon-footprint/app@^1.8.0, @cloud-carbon-footprint/app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/app@workspace:packages/app"
dependencies:
"@cloud-carbon-footprint/ali": ^0.1.3
"@cloud-carbon-footprint/aws": ^0.15.0
"@cloud-carbon-footprint/aws": ^0.16.0
"@cloud-carbon-footprint/azure": ^1.7.0
"@cloud-carbon-footprint/common": ^1.13.1
"@cloud-carbon-footprint/gcp": ^0.14.0
"@cloud-carbon-footprint/common": ^1.15.0
"@cloud-carbon-footprint/gcp": ^0.15.0
"@cloud-carbon-footprint/on-premise": ^0.1.1
"@google-cloud/storage": ^5.16.1
"@sovpro/delimited-stream": ^1.1.0
Expand All @@ -2473,11 +2473,11 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/aws@^0.15.0, @cloud-carbon-footprint/aws@workspace:packages/aws":
"@cloud-carbon-footprint/aws@^0.16.0, @cloud-carbon-footprint/aws@workspace:packages/aws":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/aws@workspace:packages/aws"
dependencies:
"@cloud-carbon-footprint/common": ^1.13.0
"@cloud-carbon-footprint/common": ^1.15.0
"@cloud-carbon-footprint/core": ^0.17.3
"@google-cloud/iam-credentials": ^1.1.1
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2553,8 +2553,8 @@ __metadata:
dependencies:
"@azure/arm-consumption": ^9.2.0
"@azure/arm-resources-subscriptions": ^2.0.2
"@cloud-carbon-footprint/app": 1.7.0
"@cloud-carbon-footprint/common": ^1.13.2
"@cloud-carbon-footprint/app": 1.8.0
"@cloud-carbon-footprint/common": ^1.15.0
"@types/cli-table": ^0.3.0
"@types/jest": ^27.4.0
"@types/jest-when": ^3.5.0
Expand Down Expand Up @@ -2598,7 +2598,7 @@ __metadata:
resolution: "@cloud-carbon-footprint/client@workspace:packages/client"
dependencies:
"@babel/runtime": ^7.14.0
"@cloud-carbon-footprint/common": ^1.14.0
"@cloud-carbon-footprint/common": ^1.15.0
"@emotion/react": ^11.9.0
"@emotion/styled": ^11.8.1
"@material-ui/core": ^4.11.4
Expand Down Expand Up @@ -2656,7 +2656,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/common@^1.10.0, @cloud-carbon-footprint/common@^1.13.0, @cloud-carbon-footprint/common@^1.13.1, @cloud-carbon-footprint/common@^1.13.2, @cloud-carbon-footprint/common@^1.14.0, @cloud-carbon-footprint/common@^1.8.0, @cloud-carbon-footprint/common@workspace:packages/common":
"@cloud-carbon-footprint/common@^1.10.0, @cloud-carbon-footprint/common@^1.13.1, @cloud-carbon-footprint/common@^1.14.0, @cloud-carbon-footprint/common@^1.15.0, @cloud-carbon-footprint/common@^1.8.0, @cloud-carbon-footprint/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/common@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -2747,11 +2747,11 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/gcp@^0.14.0, @cloud-carbon-footprint/gcp@workspace:packages/gcp":
"@cloud-carbon-footprint/gcp@^0.15.0, @cloud-carbon-footprint/gcp@workspace:packages/gcp":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/gcp@workspace:packages/gcp"
dependencies:
"@cloud-carbon-footprint/common": ^1.13.0
"@cloud-carbon-footprint/common": ^1.15.0
"@cloud-carbon-footprint/core": ^0.17.3
"@google-cloud/bigquery": ^5.9.3
"@google-cloud/compute": ^3.9.0
Expand Down

0 comments on commit 1598caf

Please sign in to comment.