Skip to content

Commit d446816

Browse files
committed
Release 1.2.1
1 parent 2dbdd82 commit d446816

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 1.2.1 (2025-09-18)
2+
3+
##### Chores
4+
5+
* **contributing:** Clarify pnpm usage and node troubleshooting ([#217](https://github.com/remoteoss/json-schema-form/pull/217)) ([aebb39e1](https://github.com/remoteoss/json-schema-form/commit/aebb39e10f4c996708613a3a4e424f9de494a81f))
6+
7+
##### Bug Fixes
8+
9+
* **schema:** keep custom functions on nested fields ([#232](https://github.com/remoteoss/json-schema-form/pull/232)) ([2dbdd82b](https://github.com/remoteoss/json-schema-form/commit/2dbdd82bc77942883ab8c761eba4b0c989a8fe4a))
10+
111
#### 1.2.0 (2025-09-03)
212

313
##### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@remoteoss/json-schema-form",
33
"type": "module",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"packageManager": "[email protected]",
66
"description": "WIP V2 – Headless UI form powered by JSON Schemas",
77
"author": "Remote.com <[email protected]> (https://remote.com/)",

0 commit comments

Comments
 (0)