We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b160a24 commit ee3a184Copy full SHA for ee3a184
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [2.37.0](https://github.com/mll-lab/js-utils/compare/v2.36.1...v2.37.0) (2024-08-23)
2
+
3
4
+### Features
5
6
+* allow controlling opacity in `stringToHslaColor` ([fc36880](https://github.com/mll-lab/js-utils/commit/fc368803004ec815e3a058f71c9bb02b17442cb8))
7
8
## [2.36.1](https://github.com/mll-lab/js-utils/compare/v2.36.0...v2.36.1) (2024-08-20)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@mll-lab/js-utils",
- "version": "2.36.1",
+ "version": "2.37.0",
"main": "dist/index.common.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments