use-synchronized-state 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
- ## 1.0.17 (Mar 29, 2026)
1
+ ## 1.0.19 (Mar 29, 2026)
2
+ - Fix CHANGELOG.md
3
+
4
+ ## 1.0.18 (Mar 29, 2026)
2
5
  - Inform the bundlers that the package does not have side effects
3
6
 
4
7
  ## 1.0.16 (Jan 23, 2026)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-synchronized-state",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "A React hook that creates a synchronized state with a reactive value (fixing the Cascading updates issue)",
5
5
  "homepage": "https://github.com/rhorge/use-synchronized-state#readme",
6
6
  "bugs": {