소스 검색

chore: create new release

github-actions[bot] 4 달 전
부모
커밋
dad2b12b91
6개의 변경된 파일10개의 추가작업 그리고 21개의 파일을 삭제
  1. 0 5
      .changeset/kind-badgers-study.md
  2. 0 5
      .changeset/old-jobs-draw.md
  3. 0 5
      .changeset/three-suns-sleep.md
  4. 0 5
      .changeset/two-baboons-shout.md
  5. 9 0
      CHANGELOG.md
  6. 1 1
      package.json

+ 0 - 5
.changeset/kind-badgers-study.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added function `digitCount()` to calculate the amount of digits in the passed number

+ 0 - 5
.changeset/old-jobs-draw.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added support for nested objects in translations (e.g. `tr("foo.bar.baz")`)

+ 0 - 5
.changeset/three-suns-sleep.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added `ValueGen` and `StringGen` types with accompanying `consumeGen()` and `consumeStringGen()` functions to allow for super flexible typing and declaration of values

+ 0 - 5
.changeset/two-baboons-shout.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added overload to `clamp()` without `min` parameter

+ 9 - 0
CHANGELOG.md

@@ -1,5 +1,14 @@
 # @sv443-network/userutils
 
+## 8.4.0
+
+### Minor Changes
+
+- e10d629: Added function `digitCount()` to calculate the amount of digits in the passed number
+- 949877a: Added support for nested objects in translations (e.g. `tr("foo.bar.baz")`)
+- 52d392a: Added `ValueGen` and `StringGen` types with accompanying `consumeGen()` and `consumeStringGen()` functions to allow for super flexible typing and declaration of values
+- bbce0e1: Added overload to `clamp()` without `min` parameter
+
 ## 8.3.3
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "8.3.3",
+  "version": "8.4.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.js",