Skip to content

Commit c8ba6ed

Browse files
Release 1.0.2
1 parent 53a2464 commit c8ba6ed

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#### 1.0.2 (2025-07-22)
2+
3+
##### Bug Fixes
4+
5+
* use commiter date as sorting order for tags, not version ([#220](https://github.com/remoteoss/json-schema-form/pull/220)) ([53a2464e](https://github.com/remoteoss/json-schema-form/commit/53a2464e0d1327368affe616df3f0ea6495e55b6))
6+
* update changelog on non-dev release ([#219](https://github.com/remoteoss/json-schema-form/pull/219)) ([9e313591](https://github.com/remoteoss/json-schema-form/commit/9e313591115fef475c0b74c278f7309c1752acac))
7+
8+
#### 1.0.1
9+
10+
##### Bug fixes
11+
12+
* fix: allow for computed values to be used inside conditionals (#215)
13+
* fix(conditionals): respect "if" blocks that are booleans (#216)
14+
115
#### 1.0.0
216

317
##### Migrating from v0

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.0.1",
4+
"version": "1.0.2",
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)