@shivaedev/effect-form 0.1.0 → 0.1.1

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1 - 2026-09-26
4
+
5
+ ### Changed
6
+
7
+ - Pin the `react` peer dependency to exactly 19.2.8, the version the package is
8
+ tested against, instead of `^19.2.8`.
9
+
3
10
  ## 0.1.0 - 2026-09-26
4
11
 
5
12
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shivaedev/effect-form",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Schema-derived Effect atom forms with optional React hooks",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "peerDependencies": {
46
46
  "effect": "4.0.0-rc.112",
47
47
  "@effect/atom-react": "4.0.0-rc.112",
48
- "react": "^19.2.8"
48
+ "react": "19.2.8"
49
49
  },
50
50
  "peerDependenciesMeta": {
51
51
  "react": {