github-actions[bot] пре 7 месеци
родитељ
комит
474451f15e

+ 0 - 5
.changeset/empty-walls-complain.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Consolidated behavior of `lightenColor()` and `darkenColor()` when using non-number values

+ 0 - 6
.changeset/healthy-llamas-exist.md

@@ -1,6 +0,0 @@
----
-"@sv443-network/userutils": major
----
-
-Changed `hexToRgb()` and `rgbToHex()` to support `#RGBA` and `#RRGGBBAA` color codes (with an alpha channel).  
-Both functions now have an `alpha` value immediately after `blue`, which can be set to `undefined` to restore the old behavior.

+ 0 - 5
.changeset/silly-mayflies-explode.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added parameter `upperCase` (false by default) to `lightenColor()` and `darkenColor()`

+ 15 - 0
CHANGELOG.md

@@ -1,5 +1,20 @@
 # @sv443-network/userutils
 
+## 8.0.0
+
+### Major Changes
+
+- 54ee0ce: Changed `hexToRgb()` and `rgbToHex()` to support `#RGBA` and `#RRGGBBAA` color codes (with an alpha channel).
+  Both functions now have an `alpha` value immediately after `blue`, which can be set to `undefined` to restore the old behavior.
+
+### Minor Changes
+
+- 54ee0ce: Added parameter `upperCase` (false by default) to `lightenColor()` and `darkenColor()`
+
+### Patch Changes
+
+- 54ee0ce: Consolidated behavior of `lightenColor()` and `darkenColor()` when using non-number values
+
 ## 7.3.0
 
 ### Minor Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "7.3.0",
+  "version": "8.0.0",
   "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more",
   "main": "dist/index.js",
   "module": "dist/index.mjs",