Skip to content

Commit

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


<details><summary>utils-attr-convert: 2.2.2</summary>

##
[2.2.2](utils-attr-convert-v2.2.1...utils-attr-convert-v2.2.2)
(2024-02-03)


### Bug Fixes

* **attr-convert:** use correct package urls
([087ca19](087ca19))
</details>

<details><summary>utils-clamp-value: 2.2.2</summary>

##
[2.2.2](utils-clamp-value-v2.2.1...utils-clamp-value-v2.2.2)
(2024-02-03)


### Bug Fixes

* **clamp-value:** use correct package urls
([623482f](623482f))
</details>

<details><summary>utils-debounce: 2.2.2</summary>

##
[2.2.2](utils-debounce-v2.2.1...utils-debounce-v2.2.2)
(2024-02-03)


### Bug Fixes

* **debounce:** use correct package urls
([a54293d](a54293d))
</details>

<details><summary>utils-json-parse: 3.0.0</summary>

##
[3.0.0](utils-json-parse-v2.2.1...utils-json-parse-v3.0.0)
(2024-02-03)


### ⚠ BREAKING CHANGES

* **json-parse:** 💥 rework jsonParseSync to return obj with error
and data prop

### Features

* **json-parse:** 💥 rework jsonParseSync to return obj with error
and data prop
([0787295](0787295))


### Bug Fixes

* **json-parse:** use correct package urls
([291d324](291d324))
</details>

<details><summary>utils-map-value-range: 2.2.2</summary>

##
[2.2.2](utils-map-value-range-v2.2.1...utils-map-value-range-v2.2.2)
(2024-02-03)


### Bug Fixes

* **map-value-range:** use correct package urls
([ea0e664](ea0e664))
</details>

<details><summary>utils-number2hex: 2.2.2</summary>

##
[2.2.2](utils-number2hex-v2.2.1...utils-number2hex-v2.2.2)
(2024-02-03)


### Bug Fixes

* **number2hex:** use correct package urls
([417d31d](417d31d))
</details>

<details><summary>utils-string-compression: 2.3.0</summary>

##
[2.3.0](utils-string-compression-v2.2.1...utils-string-compression-v2.3.0)
(2024-02-03)


### Features

* ✨ add string compression package
([0632c42](0632c42))


### Bug Fixes

* **string-compression:** use correct package urls
([af06861](af06861))
</details>

<details><summary>utils-throttle: 2.2.2</summary>

##
[2.2.2](utils-throttle-v2.2.1...utils-throttle-v2.2.2)
(2024-02-03)


### Bug Fixes

* **throttle:** use correct package urls
([efbe8f7](efbe8f7))
</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 Feb 3, 2024
1 parent 5e744d9 commit 3e6c3d8
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/attr-convert": "2.2.1",
"packages/clamp-value": "2.2.1",
"packages/debounce": "2.2.1",
"packages/json-parse": "2.2.1",
"packages/map-value-range": "2.2.1",
"packages/number2hex": "2.2.1",
"packages/string-compression": "2.2.1",
"packages/throttle": "2.2.1"
"packages/attr-convert": "2.2.2",
"packages/clamp-value": "2.2.2",
"packages/debounce": "2.2.2",
"packages/json-parse": "3.0.0",
"packages/map-value-range": "2.2.2",
"packages/number2hex": "2.2.2",
"packages/string-compression": "2.3.0",
"packages/throttle": "2.2.2"
}
8 changes: 8 additions & 0 deletions packages/attr-convert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.2.2](https://github.com/TomKopp/utils/compare/utils-attr-convert-v2.2.1...utils-attr-convert-v2.2.2) (2024-02-03)


### Bug Fixes

* **attr-convert:** use correct package urls ([087ca19](https://github.com/TomKopp/utils/commit/087ca1942e7d79705ba2408755d993d95a2336e0))
2 changes: 1 addition & 1 deletion packages/attr-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-attr-convert",
"version": "1.0.0",
"version": "2.2.2",
"description": "Converts between html attributes and booleans",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/clamp-value/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.2.2](https://github.com/TomKopp/utils/compare/utils-clamp-value-v2.2.1...utils-clamp-value-v2.2.2) (2024-02-03)


### Bug Fixes

* **clamp-value:** use correct package urls ([623482f](https://github.com/TomKopp/utils/commit/623482f7fd3410340e36b7d6ea4c76269f9a57c3))
2 changes: 1 addition & 1 deletion packages/clamp-value/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-clamp-value",
"version": "1.0.0",
"version": "2.2.2",
"description": "Clamp value between min and max",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/debounce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.2.2](https://github.com/TomKopp/utils/compare/utils-debounce-v2.2.1...utils-debounce-v2.2.2) (2024-02-03)


### Bug Fixes

* **debounce:** use correct package urls ([a54293d](https://github.com/TomKopp/utils/commit/a54293de77874d078158e95eb5b975e4dd6d2cbf))
2 changes: 1 addition & 1 deletion packages/debounce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-debounce",
"version": "1.0.0",
"version": "2.2.2",
"description": "Debounces continues calls to a function",
"main": "index.js",
"type": "module",
Expand Down
17 changes: 17 additions & 0 deletions packages/json-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [3.0.0](https://github.com/TomKopp/utils/compare/utils-json-parse-v2.2.1...utils-json-parse-v3.0.0) (2024-02-03)


### ⚠ BREAKING CHANGES

* **json-parse:** :boom: rework jsonParseSync to return obj with error and data prop

### Features

* **json-parse:** :boom: rework jsonParseSync to return obj with error and data prop ([0787295](https://github.com/TomKopp/utils/commit/0787295a2b0a8834d9f5904667d1ba9edf0e8ae9))


### Bug Fixes

* **json-parse:** use correct package urls ([291d324](https://github.com/TomKopp/utils/commit/291d324651881299b3dcb063fb4bd5f415bf89f7))
2 changes: 1 addition & 1 deletion packages/json-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-json-parse",
"version": "1.0.0",
"version": "3.0.0",
"description": "Maps a value in an input range to an output range",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/map-value-range/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.2.2](https://github.com/TomKopp/utils/compare/utils-map-value-range-v2.2.1...utils-map-value-range-v2.2.2) (2024-02-03)


### Bug Fixes

* **map-value-range:** use correct package urls ([ea0e664](https://github.com/TomKopp/utils/commit/ea0e664903f4e0d3f66eef9b61eff7d964f36362))
2 changes: 1 addition & 1 deletion packages/map-value-range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-map-value-range",
"version": "1.0.0",
"version": "2.2.2",
"description": "Maps a value in an input range to an output range",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/number2hex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.2.2](https://github.com/TomKopp/utils/compare/utils-number2hex-v2.2.1...utils-number2hex-v2.2.2) (2024-02-03)


### Bug Fixes

* **number2hex:** use correct package urls ([417d31d](https://github.com/TomKopp/utils/commit/417d31d70029a56d59665e3743e22d22f9da33ff))
2 changes: 1 addition & 1 deletion packages/number2hex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-number2hex",
"version": "1.0.0",
"version": "2.2.2",
"description": "Converts a number into its nearest hex representation",
"main": "index.js",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/string-compression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [2.3.0](https://github.com/TomKopp/utils/compare/utils-string-compression-v2.2.1...utils-string-compression-v2.3.0) (2024-02-03)


### Features

* :sparkles: add string compression package ([0632c42](https://github.com/TomKopp/utils/commit/0632c42102a16a7a3bc6292688de17d18d8ad6a1))


### Bug Fixes

* **string-compression:** use correct package urls ([af06861](https://github.com/TomKopp/utils/commit/af06861600193994cac3a40b9edab9044840d2b5))
2 changes: 1 addition & 1 deletion packages/string-compression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-string-compression",
"version": "1.0.0",
"version": "2.3.0",
"description": "Compress or decompress a string with native browser APIs with 'gzip', 'deflate', or 'deflate-raw'. Compatible to use with atob and btoa.",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/throttle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.2.2](https://github.com/TomKopp/utils/compare/utils-throttle-v2.2.1...utils-throttle-v2.2.2) (2024-02-03)


### Bug Fixes

* **throttle:** use correct package urls ([efbe8f7](https://github.com/TomKopp/utils/commit/efbe8f75e769d5e1f0af9765a1d2df173c0d7416))
2 changes: 1 addition & 1 deletion packages/throttle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@witzbould/utils-throttle",
"version": "1.0.0",
"version": "2.2.2",
"description": "Throttles continues calls to a function",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3e6c3d8

Please sign in to comment.