Skip to content

Commit 326bf89

Browse files
chore(release): set package.json to 2.0.0 [skip ci]
# [2.0.0](v1.6.0...v2.0.0) (2025-06-03) ### Bug Fixes * added peerDependenciesMeta instead of optionalDependencies ([6715a63](6715a63)) ### Features * add optional dependencies for react ([88cce74](88cce74)) * **formatDate:** adds new date helper function ([26d3d34](26d3d34)) * **hooks:** refactor useAutoId for better SSR and type safety ([4a99fd5](4a99fd5)) ### BREAKING CHANGES * **hooks:** useAutoId now always returns a string instead of string | undefined
1 parent 6715a63 commit 326bf89

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.0.0](https://github.com/feedzai/js-utilities/compare/v1.6.0...v2.0.0) (2025-06-03)
2+
3+
4+
### Bug Fixes
5+
6+
* added peerDependenciesMeta instead of optionalDependencies ([6715a63](https://github.com/feedzai/js-utilities/commit/6715a638cc278a49f7f8cb357be20859c5483c18))
7+
8+
9+
### Features
10+
11+
* add optional dependencies for react ([88cce74](https://github.com/feedzai/js-utilities/commit/88cce7456a3eb3e4642da8cf99ee815398c23165))
12+
* **formatDate:** adds new date helper function ([26d3d34](https://github.com/feedzai/js-utilities/commit/26d3d349288ebaca81311c4a3bb53dbe15bd13e6))
13+
* **hooks:** refactor useAutoId for better SSR and type safety ([4a99fd5](https://github.com/feedzai/js-utilities/commit/4a99fd50e92f390a9edea83549c3e0f0a7c64fd5))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **hooks:** useAutoId now always returns a string instead of string | undefined
19+
120
# [1.6.0](https://github.com/feedzai/js-utilities/compare/v1.5.0...v1.6.0) (2024-10-25)
221

322

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@feedzai/js-utilities",
33
"description": "A collection of common javascript utilities for web projects",
44
"private": false,
5-
"version": "1.6.0",
5+
"version": "2.0.0",
66
"sideEffects": false,
77
"license": "AGPL-3.0-only",
88
"type": "module",

0 commit comments

Comments
 (0)