@opentf/web-form 1.2.0 → 1.3.0

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 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [1.3.0] - 2026-07-05
6
+
7
+ _Dependency updates._
8
+
5
9
  ## [1.2.0] - 2026-07-03
6
10
 
7
11
  _Dependency updates._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentf/web-form",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "A high-performance, path-based reactive forms engine for the native-first OTF Web.",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -21,7 +21,7 @@
21
21
  "test": "bun test --env=happy-dom"
22
22
  },
23
23
  "devDependencies": {
24
- "@opentf/web": "0.7.0",
25
- "@opentf/web-test": "1.2.0"
24
+ "@opentf/web": "0.8.0",
25
+ "@opentf/web-test": "1.3.0"
26
26
  }
27
27
  }