Skip to content

Commit 84e5d1b

Browse files
committed
1 parent 01952e2 commit 84e5d1b

File tree

16 files changed

+46
-8
lines changed

16 files changed

+46
-8
lines changed

packages/carbon/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
7+
8+
**Note:** Version bump only for package @jsfe/carbon
9+
610
## [0.1.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
711

812
**Note:** Version bump only for package @jsfe/carbon

packages/carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/carbon",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "IBM Carbon Components v2 forms, auto-generated by JSON schemas.",
55
"keywords": [
66
"json-schema",

packages/form/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
7+
8+
### Features
9+
10+
- "disabled" and "read only" ui schema options ([01952e2](https://github.com/json-schema-form-element/jsfe/commit/01952e23355ffd5ce3cd13f8a8e5de4b05cc852c))
11+
612
# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
713

814
### Features

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/form",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Effortless forms, with standards. Base form element for all implementations.",
55
"keywords": [
66
"json-schema",

packages/material/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
7+
8+
**Note:** Version bump only for package @jsfe/material
9+
610
# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
711

812
### Features

packages/material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/material",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Google Material w3 forms, auto-generated by JSON schemas.",
55
"keywords": [
66
"json-schema",

packages/shoelace/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
7+
8+
### Features
9+
10+
- "disabled" and "read only" ui schema options ([01952e2](https://github.com/json-schema-form-element/jsfe/commit/01952e23355ffd5ce3cd13f8a8e5de4b05cc852c))
11+
612
# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
713

814
### Bug Fixes

packages/shoelace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/shoelace",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Shoelace v2 forms, auto-generated by JSON schemas.",
55
"keywords": [
66
"json-schema",

packages/spectrum/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
7+
8+
**Note:** Version bump only for package @jsfe/spectrum
9+
610
# 0.1.0 (2023-11-30)
711

812
### Features

packages/spectrum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/spectrum",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Spectrum v0 forms, auto-generated by JSON schemas.",
55
"keywords": [
66
"json-schema",

0 commit comments

Comments
 (0)