Skip to content

Commit

Permalink
chore: release new versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dvelasquez committed Jan 19, 2025
1 parent 4408b3e commit 20e00fe
Show file tree
Hide file tree
Showing 9 changed files with 2,357 additions and 1,467 deletions.
4 changes: 4 additions & 0 deletions packages/bytes-to-co2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.75 (2025-01-19)

**Note:** Version bump only for package bytes-to-co2

## 0.3.74 (2025-01-19)

**Note:** Version bump only for package bytes-to-co2
Expand Down
4 changes: 2 additions & 2 deletions packages/bytes-to-co2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytes-to-co2",
"version": "0.3.74",
"version": "0.3.75",
"description": "Javascript module that calculates the co2 generated in transfer x amount of bytes over the network and the country.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -38,6 +38,6 @@
]
},
"dependencies": {
"co2-data": "workspace:^0.0.72"
"co2-data": "workspace:^0.0.73"
}
}
4 changes: 4 additions & 0 deletions packages/co2-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.73 (2025-01-19)

**Note:** Version bump only for package co2-data

## 0.0.72 (2025-01-19)

**Note:** Version bump only for package co2-data
Expand Down
2 changes: 1 addition & 1 deletion packages/co2-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "co2-data",
"version": "0.0.72",
"version": "0.0.73",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"description": "Carbon intensity of 66 countries and a world average updated to 2020",
Expand Down
4 changes: 4 additions & 0 deletions packages/co2-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.73 (2025-01-19)

**Note:** Version bump only for package co2-extension

## 1.0.72 (2025-01-19)

**Note:** Version bump only for package co2-extension
Expand Down
2 changes: 1 addition & 1 deletion packages/co2-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "co2-extension",
"private": true,
"version": "1.0.72",
"version": "1.0.73",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/lighthouse-plugin-co2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.11 (2025-01-19)

**Note:** Version bump only for package lighthouse-plugin-co2

## 1.0.10 (2025-01-19)

**Note:** Version bump only for package lighthouse-plugin-co2
Expand Down
4 changes: 2 additions & 2 deletions packages/lighthouse-plugin-co2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lighthouse-plugin-co2",
"version": "1.0.10",
"version": "1.0.11",
"main": "lib/plugin.js",
"type": "module",
"files": [
Expand All @@ -20,6 +20,6 @@
"lighthouse": "^12.0.0"
},
"dependencies": {
"bytes-to-co2": "workspace:^0.3.74"
"bytes-to-co2": "workspace:^0.3.75"
}
}
Loading

0 comments on commit 20e00fe

Please sign in to comment.