Skip to content

Commit

Permalink
Merge pull request #94 from ThoughtWorks-Cleantech/changeset-release/…
Browse files Browse the repository at this point in the history
…trunk

Version Packages
  • Loading branch information
ccasher committed Mar 9, 2021
2 parents 3b3bec3 + 1680d3a commit 2f8ed74
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changeset/wild-rings-report.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @cloud-carbon-footprint/api

## 1.0.0
## 0.1.0

### Major Changes
### Minor Changes

- b6464f4: initialize changesets
- 3b3bec3: Update packages to have base version
4 changes: 2 additions & 2 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.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "4.2.3"
},
"dependencies": {
"@cloud-carbon-footprint/core": "^1.0.0",
"@cloud-carbon-footprint/core": "^0.1.0",
"@types/express": "^4.17.11",
"@types/prompts": "^2.0.9",
"@types/ramda": "^0.27.38",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @cloud-carbon-footprint/cli

## 1.0.0
## 0.1.0

### Major Changes
### Minor Changes

- b6464f4: initialize changesets
- 3b3bec3: Update packages to have base version
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.0.0",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "4.2.3"
},
"dependencies": {
"@cloud-carbon-footprint/core": "^1.0.0",
"@cloud-carbon-footprint/core": "^0.1.0",
"@types/cli-table": "^0.3.0",
"@types/prompts": "^2.0.9",
"@types/ramda": "^0.27.38",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @cloud-carbon-footprint/client

## 1.0.0
## 0.1.0

### Major Changes
### Minor Changes

- b6464f4: initialize changesets
- 3b3bec3: Update packages to have base version
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": "1.0.0",
"version": "0.1.0",
"dependencies": {
"@babel/runtime": "^7.12.18",
"@material-ui/core": "^4.11.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @cloud-carbon-footprint/core

## 1.0.0
## 0.1.0

### Major Changes
### Minor Changes

- b6464f4: initialize changesets
- 3b3bec3: Update packages to have base version
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/core",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/api@workspace:packages/api"
dependencies:
"@cloud-carbon-footprint/core": ^1.0.0
"@cloud-carbon-footprint/core": ^0.1.0
"@types/express": ^4.17.11
"@types/jest": ^26.0.20
"@types/jest-when": ^2.7.2
Expand Down Expand Up @@ -1863,7 +1863,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/cli@workspace:packages/cli"
dependencies:
"@cloud-carbon-footprint/core": ^1.0.0
"@cloud-carbon-footprint/core": ^0.1.0
"@types/cli-table": ^0.3.0
"@types/jest": ^26.0.20
"@types/jest-when": ^2.7.2
Expand Down Expand Up @@ -1960,7 +1960,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/core@^1.0.0, @cloud-carbon-footprint/core@workspace:packages/core":
"@cloud-carbon-footprint/core@^0.1.0, @cloud-carbon-footprint/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/core@workspace:packages/core"
dependencies:
Expand Down

0 comments on commit 2f8ed74

Please sign in to comment.