Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2023
1 parent db1b66f commit d4ba421
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-starfishes-play.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-poems-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-countries-enjoy.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- 7d527d28: updates ramda dep
- Updated dependencies [db1b66fe]
- @cloud-carbon-footprint/common@1.13.1

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/ali",
"version": "0.1.2",
"version": "0.1.3",
"license": "Apache-2.0",
"description": "The core logic to get cloud usage data and estimate energy and carbon emissions from Alibaba Cloud (Aliyun).",
"main": "src/index.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@alicloud/bssopenapi20171214": "^1.0.14",
"@cloud-carbon-footprint/common": "^1.13.0",
"@cloud-carbon-footprint/common": "^1.13.1",
"@cloud-carbon-footprint/core": "^0.17.3",
"@google-cloud/iam-credentials": "^1.1.1",
"csvtojson": "^2.0.10",
Expand Down
15 changes: 15 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @cloud-carbon-footprint/app

## 1.5.0

### Minor Changes

- dd3bd1bc: Add subscriptionIds as a parameter to getDataFromConsumptionManagement

### Patch Changes

- Updated dependencies [db1b66fe]
- Updated dependencies [dd3bd1bc]
- Updated dependencies [7d527d28]
- @cloud-carbon-footprint/common@1.13.1
- @cloud-carbon-footprint/azure@1.6.0
- @cloud-carbon-footprint/ali@0.1.3

## 1.4.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.4.0",
"version": "1.5.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 @@ -40,10 +40,10 @@
"lint:fix": "eslint '*/**/*.ts' --quiet --fix"
},
"dependencies": {
"@cloud-carbon-footprint/ali": "^0.1.2",
"@cloud-carbon-footprint/ali": "^0.1.3",
"@cloud-carbon-footprint/aws": "^0.15.0",
"@cloud-carbon-footprint/azure": "^1.5.0",
"@cloud-carbon-footprint/common": "^1.13.0",
"@cloud-carbon-footprint/azure": "^1.6.0",
"@cloud-carbon-footprint/common": "^1.13.1",
"@cloud-carbon-footprint/gcp": "^0.14.0",
"@cloud-carbon-footprint/on-premise": "^0.1.1",
"@google-cloud/storage": "^5.16.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloud-carbon-footprint/azure

## 1.6.0

### Minor Changes

- dd3bd1bc: Add subscriptionIds as a parameter to getDataFromConsumptionManagement

### Patch Changes

- Updated dependencies [db1b66fe]
- @cloud-carbon-footprint/common@1.13.1

## 1.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/azure",
"version": "1.5.0",
"version": "1.6.0",
"license": "Apache-2.0",
"description": "The core logic to get cloud usage data and estimate energy and carbon emissions from Microsoft Azure.",
"main": "src/index.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@azure/identity": "^3.2.2",
"@azure/ms-rest-js": "^2.6.6",
"@azure/ms-rest-nodeauth": "^3.1.1",
"@cloud-carbon-footprint/common": "^1.13.0",
"@cloud-carbon-footprint/common": "^1.13.1",
"@cloud-carbon-footprint/core": "^0.17.3",
"@google-cloud/secret-manager": "^3.10.1",
"moment": "^2.29.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloud-carbon-footprint/cli

## 1.12.1

### Patch Changes

- Updated dependencies [db1b66fe]
- Updated dependencies [dd3bd1bc]
- @cloud-carbon-footprint/common@1.13.1
- @cloud-carbon-footprint/app@1.5.0

## 1.12.0

### Minor 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.0",
"version": "1.12.1",
"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.4.0",
"@cloud-carbon-footprint/common": "^1.13.0",
"@cloud-carbon-footprint/app": "1.5.0",
"@cloud-carbon-footprint/common": "^1.13.1",
"@types/cli-table": "^0.3.0",
"@types/prompts": "^2.0.12",
"@types/ramda": "^0.29.0",
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.13.1

### Patch Changes

- db1b66fe: fixes console warning in common

## 1.13.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.13.0",
"version": "1.13.1",
"license": "Apache-2.0",
"description": "Common functionality to be shared among other cloud carbon footprint packages",
"main": "src/index.ts",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2355,12 +2355,12 @@ __metadata:
languageName: node
linkType: hard

"@cloud-carbon-footprint/ali@^0.1.2, @cloud-carbon-footprint/ali@workspace:packages/ali":
"@cloud-carbon-footprint/ali@^0.1.3, @cloud-carbon-footprint/ali@workspace:packages/ali":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/ali@workspace:packages/ali"
dependencies:
"@alicloud/bssopenapi20171214": ^1.0.14
"@cloud-carbon-footprint/common": ^1.13.0
"@cloud-carbon-footprint/common": ^1.13.1
"@cloud-carbon-footprint/core": ^0.17.3
"@google-cloud/iam-credentials": ^1.1.1
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2432,14 +2432,14 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/app@1.4.0, @cloud-carbon-footprint/app@^1.4.0, @cloud-carbon-footprint/app@workspace:packages/app":
"@cloud-carbon-footprint/app@1.5.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:
"@cloud-carbon-footprint/ali": ^0.1.2
"@cloud-carbon-footprint/ali": ^0.1.3
"@cloud-carbon-footprint/aws": ^0.15.0
"@cloud-carbon-footprint/azure": ^1.5.0
"@cloud-carbon-footprint/common": ^1.13.0
"@cloud-carbon-footprint/azure": ^1.6.0
"@cloud-carbon-footprint/common": ^1.13.1
"@cloud-carbon-footprint/gcp": ^0.14.0
"@cloud-carbon-footprint/on-premise": ^0.1.1
"@google-cloud/storage": ^5.16.1
Expand Down Expand Up @@ -2502,7 +2502,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/azure@^1.5.0, @cloud-carbon-footprint/azure@workspace:packages/azure":
"@cloud-carbon-footprint/azure@^1.6.0, @cloud-carbon-footprint/azure@workspace:packages/azure":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/azure@workspace:packages/azure"
dependencies:
Expand All @@ -2512,7 +2512,7 @@ __metadata:
"@azure/identity": ^3.2.2
"@azure/ms-rest-js": ^2.6.6
"@azure/ms-rest-nodeauth": ^3.1.1
"@cloud-carbon-footprint/common": ^1.13.0
"@cloud-carbon-footprint/common": ^1.13.1
"@cloud-carbon-footprint/core": ^0.17.3
"@google-cloud/secret-manager": ^3.10.1
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2546,8 +2546,8 @@ __metadata:
dependencies:
"@azure/arm-consumption": ^9.2.0
"@azure/arm-resources-subscriptions": ^2.0.2
"@cloud-carbon-footprint/app": 1.4.0
"@cloud-carbon-footprint/common": ^1.13.0
"@cloud-carbon-footprint/app": 1.5.0
"@cloud-carbon-footprint/common": ^1.13.1
"@types/cli-table": ^0.3.0
"@types/jest": ^27.4.0
"@types/jest-when": ^3.5.0
Expand Down Expand Up @@ -2649,7 +2649,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/common@^1.10.0, @cloud-carbon-footprint/common@^1.12.0, @cloud-carbon-footprint/common@^1.13.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.12.0, @cloud-carbon-footprint/common@^1.13.0, @cloud-carbon-footprint/common@^1.13.1, @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

0 comments on commit d4ba421

Please sign in to comment.