Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Nov 30, 2023
1 parent 99c13cb commit 2d03681
Show file tree
Hide file tree
Showing 17 changed files with 5,302 additions and 1,826 deletions.
4 changes: 4 additions & 0 deletions packages/carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)

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

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-10-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/carbon",
"version": "0.1.1",
"version": "0.1.2",
"description": "IBM Carbon Components v2 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
6 changes: 6 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)

### Features

- ui schema title + desc., better date formats ([208e596](https://github.com/json-schema-form-element/jsfe/commit/208e59600d2a6811d0596572f1bc1ea4f240a945))

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-10-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/form",
"version": "0.1.1",
"version": "0.2.0",
"description": "Effortless forms, with standards. Base form element for all implementations.",
"keywords": [
"json-schema",
Expand Down
6 changes: 6 additions & 0 deletions packages/material/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)

### Features

- more system / wired widgets, clean others ([bfcac92](https://github.com/json-schema-form-element/jsfe/commit/bfcac9247ded39af312b2df99a21a6d94d37c965))

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-10-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/material",
"version": "0.1.1",
"version": "0.2.0",
"description": "Google Material w3 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
11 changes: 11 additions & 0 deletions packages/shoelace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)

### Bug Fixes

- date-time widget coercition ([de1f6a8](https://github.com/json-schema-form-element/jsfe/commit/de1f6a88afef6efcabcdc4ebab1ca6d2897178a4))

### Features

- more system / wired widgets, clean others ([bfcac92](https://github.com/json-schema-form-element/jsfe/commit/bfcac9247ded39af312b2df99a21a6d94d37c965))
- ui schema title + desc., better date formats ([208e596](https://github.com/json-schema-form-element/jsfe/commit/208e59600d2a6811d0596572f1bc1ea4f240a945))

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-10-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/shoelace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/shoelace",
"version": "0.1.1",
"version": "0.2.0",
"description": "Shoelace v2 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
10 changes: 10 additions & 0 deletions packages/spectrum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2023-11-30)

### Features

- initialize adobe spectrum package 🆕 ([2b8c8b5](https://github.com/json-schema-form-element/jsfe/commit/2b8c8b5cf9f0e712c57fc9c2672121fcbefa8656))
2 changes: 1 addition & 1 deletion packages/spectrum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/spectrum",
"version": "0.0.0",
"version": "0.1.0",
"description": "Spectrum v0 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
6 changes: 6 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)

### Features

- more system / wired widgets, clean others ([bfcac92](https://github.com/json-schema-form-element/jsfe/commit/bfcac9247ded39af312b2df99a21a6d94d37c965))

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-10-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/system",
"version": "0.1.1",
"version": "0.2.0",
"description": "Raw system form controls auto-generated by JSON schemas.\nCan be used as a blueprint for your custom implementation.",
"keywords": [
"json-schema",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)

### Features

- ui schema title + desc., better date formats ([208e596](https://github.com/json-schema-form-element/jsfe/commit/208e59600d2a6811d0596572f1bc1ea4f240a945))

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-10-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/types",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "https://jsfe.js.org",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/wired/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-11-30)

### Features

- more system / wired widgets, clean others ([bfcac92](https://github.com/json-schema-form-element/jsfe/commit/bfcac9247ded39af312b2df99a21a6d94d37c965))

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/[email protected]...@jsfe/[email protected]) (2023-10-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/wired/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsfe/wired",
"version": "0.1.1",
"version": "0.2.0",
"description": "Wired v3 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
Loading

0 comments on commit 2d03681

Please sign in to comment.