Skip to content

Commit 1e082e4

Browse files
committed
chore: publish release
- @jsfe/carbon@0.2.0 - @jsfe/form@0.4.0 - @jsfe/material@0.3.0 - @jsfe/shoelace@0.4.0 - @jsfe/spectrum@0.2.0 - @jsfe/system@0.3.0 - @jsfe/types@0.4.0 - @jsfe/wired@0.3.0
1 parent 10476f7 commit 1e082e4

File tree

17 files changed

+5765
-1954
lines changed

17 files changed

+5765
-1954
lines changed

packages/carbon/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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/carbon@0.1.4...@jsfe/carbon@0.2.0) (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/carbon@0.1.3...@jsfe/carbon@0.1.4) (2023-11-30)
721

822
**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.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

Lines changed: 14 additions & 0 deletions
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/form@0.3.1...@jsfe/form@0.4.0) (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/form@0.3.0...@jsfe/form@0.3.1) (2023-11-30)
721

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

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.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

Lines changed: 14 additions & 0 deletions
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/material@0.2.2...@jsfe/material@0.3.0) (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/material@0.2.1...@jsfe/material@0.2.2) (2023-11-30)
721

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

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.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

Lines changed: 14 additions & 0 deletions
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/shoelace@0.3.1...@jsfe/shoelace@0.4.0) (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/shoelace@0.3.0...@jsfe/shoelace@0.3.1) (2023-11-30)
721

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

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.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

Lines changed: 14 additions & 0 deletions
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/spectrum@0.1.2...@jsfe/spectrum@0.2.0) (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/spectrum@0.1.1...@jsfe/spectrum@0.1.2) (2023-11-30)
721

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

packages/spectrum/package.json

Lines changed: 5 additions & 5 deletions
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"

0 commit comments

Comments
 (0)