Skip to content

Commit

Permalink
Revert "Version Packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
4upz committed Jul 17, 2023
1 parent ec9e4c8 commit 6bf5745
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 28 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-insects-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cloud-carbon-footprint/aws': patch
---

Fixes Athena query column error for accounts without EC2 hours/usage
5 changes: 5 additions & 0 deletions .changeset/ten-pets-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cloud-carbon-footprint/integration-tests': patch
---

Fixes failing recommendations test
6 changes: 6 additions & 0 deletions .changeset/unlucky-ties-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@cloud-carbon-footprint/client': minor
'@cloud-carbon-footprint/create-app': minor
---

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

## 0.14.5

### Patch Changes

- 7fe74989: Fixes Athena query column error for accounts without EC2 hours/usage

## 0.14.4

### Patch 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.14.5",
"version": "0.14.4",
"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
6 changes: 0 additions & 6 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @cloud-carbon-footprint/client

## 4.2.0

### Minor Changes

- e1a603a2: Adds config for disabling forecast date validation

## 4.1.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": "4.2.0",
"version": "4.1.3",
"license": "Apache-2.0",
"description": "The front-end dashboard for Cloud Carbon Footprint.",
"main": "src/index.tsx",
Expand Down
6 changes: 0 additions & 6 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @cloud-carbon-footprint/create-app

## 2.5.0

### Minor Changes

- e1a603a2: Adds config for disabling forecast date validation

## 2.4.0

### Minor 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.0",
"version": "2.4.0",
"license": "Apache-2.0",
"description": "Create app package for Cloud Carbon Footprint",
"main": "dist/index.js",
Expand Down
6 changes: 0 additions & 6 deletions packages/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @cloud-carbon-footprint/integration-tests

## 1.1.8

### Patch Changes

- 6d4ce5f2: Fixes failing recommendations test

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/integration-tests",
"version": "1.1.8",
"version": "1.1.7",
"private": true,
"description": "Test repository to run integration tests",
"scripts": {
Expand Down

0 comments on commit 6bf5745

Please sign in to comment.