Skip to content

Commit

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

Version Packages
  • Loading branch information
ccasher committed Feb 15, 2022
2 parents 4873fa2 + c415512 commit 99bfc84
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/large-cheetahs-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-horses-lay.md

This file was deleted.

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

## 0.9.1

### Patch Changes

- 4873fa2f: Adds reference link for aws instance types

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.9.0",
"version": "0.9.1",
"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
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

## 2.3.4

### Patch Changes

- b5222054: Updates create-app yarn version to 3, fixed type error in create-app and adds resolution for @babel/core due to compilation error in create-app

Please see [this commit](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/1474abca91e4e7118a1f4a25df2921ca1bf502f6) for create-app template updates.

## 2.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/client",
"version": "2.3.3",
"version": "2.3.4",
"license": "Apache-2.0",
"description": "The front-end dashboard for Cloud Carbon Footprint.",
"homepage": "https://www.cloudcarbonfootprint.org/",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloud-carbon-footprint/create-app

## 1.2.6

### Patch Changes

- b5222054: Updates create-app yarn version to 3, fixed type error in create-app and adds resolution for @babel/core due to compilation error in create-app

Please see [this commit](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/1474abca91e4e7118a1f4a25df2921ca1bf502f6) for create-app template updates.

## 1.2.5

### 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": "1.2.5",
"version": "1.2.6",
"license": "Apache-2.0",
"description": "Create app package for Cloud Carbon Footprint",
"main": "dist/index.js",
Expand Down

0 comments on commit 99bfc84

Please sign in to comment.