Skip to content

Commit 1e082e4

Browse files
committed
1 parent 10476f7 commit 1e082e4

17 files changed

+5765
-1954
lines changed

packages/carbon/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
12+
### Features
13+
14+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
15+
16+
### Reverts
17+
18+
- "style: bulk reformat with new imports orders" ([1236078](https://github.com/json-schema-form-element/jsfe/commit/12360786626927f2c8a0273b245b906e5946b920))
19+
620
## [0.1.4](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
721

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

packages/carbon/package.json

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

packages/form/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.4.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
12+
### Features
13+
14+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
15+
16+
### Reverts
17+
18+
- "style: bulk reformat with new imports orders" ([1236078](https://github.com/json-schema-form-element/jsfe/commit/12360786626927f2c8a0273b245b906e5946b920))
19+
620
## [0.3.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
721

822
**Note:** Version bump only for package @jsfe/form

packages/form/package.json

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

packages/material/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
12+
### Features
13+
14+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
15+
16+
### Reverts
17+
18+
- "style: bulk reformat with new imports orders" ([1236078](https://github.com/json-schema-form-element/jsfe/commit/12360786626927f2c8a0273b245b906e5946b920))
19+
620
## [0.2.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
721

822
**Note:** Version bump only for package @jsfe/material

packages/material/package.json

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

packages/shoelace/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.4.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
12+
### Features
13+
14+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
15+
16+
### Reverts
17+
18+
- "style: bulk reformat with new imports orders" ([1236078](https://github.com/json-schema-form-element/jsfe/commit/12360786626927f2c8a0273b245b906e5946b920))
19+
620
## [0.3.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
721

822
**Note:** Version bump only for package @jsfe/shoelace

packages/shoelace/package.json

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

packages/spectrum/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
12+
### Features
13+
14+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
15+
16+
### Reverts
17+
18+
- "style: bulk reformat with new imports orders" ([1236078](https://github.com/json-schema-form-element/jsfe/commit/12360786626927f2c8a0273b245b906e5946b920))
19+
620
## [0.1.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
721

822
**Note:** Version bump only for package @jsfe/spectrum

packages/spectrum/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/spectrum",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Spectrum v0 forms, auto-generated by JSON schemas.",
55
"keywords": [
66
"json-schema",
@@ -64,14 +64,14 @@
6464
},
6565
"peerDependencies": {
6666
"@spectrum-web-components/button": "^0.40.0",
67-
"@spectrum-web-components/help-text": "^0.40.0",
68-
"@spectrum-web-components/radio": "^0.40.0",
69-
"@spectrum-web-components/slider": "^0.40.0",
70-
"@spectrum-web-components/switch": "^0.40.0",
7167
"@spectrum-web-components/field-label": "^0.39.1",
68+
"@spectrum-web-components/help-text": "^0.40.0",
7269
"@spectrum-web-components/icon": "^0.39.1",
7370
"@spectrum-web-components/icons": "^0.39.1",
7471
"@spectrum-web-components/number-field": "^0.39.1",
72+
"@spectrum-web-components/radio": "^0.40.0",
73+
"@spectrum-web-components/slider": "^0.40.0",
74+
"@spectrum-web-components/switch": "^0.40.0",
7575
"@spectrum-web-components/textfield": "^0.39.1",
7676
"@spectrum-web-components/theme": "^0.39.1",
7777
"lit": "^3.1.0"

packages/system/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
- unwanted dependency ([9a71c28](https://github.com/json-schema-form-element/jsfe/commit/9a71c2809f298cc68420d6ef68c1e614ef06c921))
12+
13+
### Features
14+
15+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
16+
17+
### Reverts
18+
19+
- "style: bulk reformat with new imports orders" ([1236078](https://github.com/json-schema-form-element/jsfe/commit/12360786626927f2c8a0273b245b906e5946b920))
20+
621
## [0.2.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
722

823
**Note:** Version bump only for package @jsfe/system

packages/system/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/system",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Raw system form controls auto-generated by JSON schemas.\nCan be used as a blueprint for your custom implementation.",
55
"keywords": [
66
"json-schema",
@@ -25,7 +25,7 @@
2525
"url": "https://www.juliancataldo.com"
2626
},
2727
"type": "module",
28-
"types": "./dist/esm/index.d.ts",
28+
"types": "./dist/esm/index.d.ts",
2929
"exports": {
3030
".": "./dist/esm/index.js",
3131
"./scss": "./src/styles.scss",

packages/types/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.4.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
12+
### Features
13+
14+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
15+
616
## [0.3.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
717

818
**Note:** Version bump only for package @jsfe/types

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/types",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"homepage": "https://jsfe.js.org",
55
"repository": {
66
"type": "git",

packages/wired/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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]) (2024-06-06)
7+
8+
### Bug Fixes
9+
10+
- add types field to package.json ([#8](https://github.com/json-schema-form-element/jsfe/issues/8)) ([e0ecf92](https://github.com/json-schema-form-element/jsfe/commit/e0ecf923475ca123ea9ee76d331d35d68c591102))
11+
12+
### Features
13+
14+
- submit button custom text ([e751828](https://github.com/json-schema-form-element/jsfe/commit/e751828b3bc07d21fc537b97e1b531a94a77fd70)), closes [#7](https://github.com/json-schema-form-element/jsfe/issues/7)
15+
16+
### Reverts
17+
18+
- "style: bulk reformat with new imports orders" ([1236078](https://github.com/json-schema-form-element/jsfe/commit/12360786626927f2c8a0273b245b906e5946b920))
19+
620
## [0.2.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)
721

822
**Note:** Version bump only for package @jsfe/wired

packages/wired/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsfe/wired",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Wired v3 forms, auto-generated by JSON schemas.",
55
"keywords": [
66
"json-schema",

0 commit comments

Comments
 (0)