Skip to content

Commit

Permalink
chore: release master (#4)
Browse files Browse the repository at this point in the history
🤖 An automated release was created
---


<details><summary>@csscolor/hex2rgb: 1.0.5</summary>

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


### Bug Fixes

* **hex2rgb:** use correct package urls
([ef0b268](ef0b268))
* **hex2rgb:** use even more correct package urls
([1973663](1973663))
</details>

<details><summary>@csscolor/rgb2hex: 1.0.5</summary>

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


### Bug Fixes

* **rgb2hex:** use correct package urls
([439288b](439288b))
* **rgb2hex:** use even more correct package urls
([92a9fa5](92a9fa5))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 31, 2024
1 parent 64edbf3 commit 3efac34
Show file tree
Hide file tree
Showing 5 changed files with 20 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.4",
"packages/rgb2hex": "1.0.4"
"packages/hex2rgb": "1.0.5",
"packages/rgb2hex": "1.0.5"
}
8 changes: 8 additions & 0 deletions packages/hex2rgb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.5](https://github.com/TomKopp/CssColor/compare/@csscolor/hex2rgb@1.0.4...@csscolor/hex2rgb@1.0.5) (2024-01-31)


### Bug Fixes

* **hex2rgb:** use correct package urls ([ef0b268](https://github.com/TomKopp/CssColor/commit/ef0b26801871e8e6bc334e9872083b543bedd7fd))
* **hex2rgb:** use even more correct package urls ([1973663](https://github.com/TomKopp/CssColor/commit/19736633a45bac51ee26f4c7b91abd6aaa45f981))

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


Expand Down
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.4",
"version": "1.0.5",
"description": "Converts hex colors to rgb",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/rgb2hex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.5](https://github.com/TomKopp/CssColor/compare/@csscolor/rgb2hex@1.0.4...@csscolor/rgb2hex@1.0.5) (2024-01-31)


### Bug Fixes

* **rgb2hex:** use correct package urls ([439288b](https://github.com/TomKopp/CssColor/commit/439288b50f11b970bbdd003b18e17b04aee25dab))
* **rgb2hex:** use even more correct package urls ([92a9fa5](https://github.com/TomKopp/CssColor/commit/92a9fa5879f85f4305da8e31dbbe4c15f024c810))

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


Expand Down
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.4",
"version": "1.0.5",
"description": "Converts rgb colors to hex",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3efac34

Please sign in to comment.