Skip to content

Commit

Permalink
chore: make release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKopp authored Jan 31, 2024
1 parent dfbe357 commit 5171958
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/hex2rgb": "1.0.3",
"packages/rgb2hex": "1.0.3"
"packages/hex2rgb": "1.0.4",
"packages/rgb2hex": "1.0.4"
}
7 changes: 7 additions & 0 deletions packages/hex2rgb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.4](https://github.com/TomKopp/CssColor/compare/@csscolor/hex2rgb@1.0.3...@csscolor/hex2rgb@1.0.4) (2024-01-31)


### Miscellaneous Chores

* release 1.0.4 ([dfbe357](https://github.com/TomKopp/CssColor/commit/dfbe3574ca963568a6f9fc4af791b7b33f76df13))

### [1.0.3](https://github.com/witzbould/CssColor/compare/@csscolor/hex2rgb@1.0.2...@csscolor/hex2rgb@1.0.3) (2020-10-14)

### 1.0.2 (2020-10-12)
2 changes: 1 addition & 1 deletion packages/hex2rgb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csscolor/hex2rgb",
"version": "1.0.3",
"version": "1.0.4",
"description": "Converts hex colors to rgb",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/rgb2hex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.4](https://github.com/TomKopp/CssColor/compare/@csscolor/rgb2hex@1.0.3...@csscolor/rgb2hex@1.0.4) (2024-01-31)


### Miscellaneous Chores

* release 1.0.4 ([dfbe357](https://github.com/TomKopp/CssColor/commit/dfbe3574ca963568a6f9fc4af791b7b33f76df13))

### [1.0.3](https://github.com/witzbould/CssColor/compare/@csscolor/rgb2hex@1.0.2...@csscolor/rgb2hex@1.0.3) (2020-10-14)

### 1.0.2 (2020-10-12)
2 changes: 1 addition & 1 deletion packages/rgb2hex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csscolor/rgb2hex",
"version": "1.0.3",
"version": "1.0.4",
"description": "Converts rgb colors to hex",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 5171958

Please sign in to comment.