Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @jsfe/carbon@0.1.4
 - @jsfe/form@0.3.1
 - @jsfe/material@0.2.2
 - @jsfe/shoelace@0.3.1
 - @jsfe/spectrum@0.1.2
 - @jsfe/system@0.2.2
 - @jsfe/types@0.3.1
 - @jsfe/wired@0.2.2
  • Loading branch information
JulianCataldo committed Nov 30, 2023
1 parent 0c0400b commit 6c3736d
Show file tree
Hide file tree
Showing 17 changed files with 5,412 additions and 1,866 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.4](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/carbon@0.1.3...@jsfe/carbon@0.1.4) (2023-11-30)

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

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

**Note:** Version bump only for package @jsfe/carbon
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.3",
"version": "0.1.4",
"description": "IBM Carbon Components v2 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
4 changes: 4 additions & 0 deletions packages/form/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.3.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/form@0.3.0...@jsfe/form@0.3.1) (2023-11-30)

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

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

### Features
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.3.0",
"version": "0.3.1",
"description": "Effortless forms, with standards. Base form element for all implementations.",
"keywords": [
"json-schema",
Expand Down
4 changes: 4 additions & 0 deletions packages/material/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.2.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/material@0.2.1...@jsfe/material@0.2.2) (2023-11-30)

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

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

**Note:** Version bump only for package @jsfe/material
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.2.1",
"version": "0.2.2",
"description": "Google Material w3 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
4 changes: 4 additions & 0 deletions packages/shoelace/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.3.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/shoelace@0.3.0...@jsfe/shoelace@0.3.1) (2023-11-30)

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

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

### Features
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.3.0",
"version": "0.3.1",
"description": "Shoelace v2 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
4 changes: 4 additions & 0 deletions packages/spectrum/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/spectrum@0.1.1...@jsfe/spectrum@0.1.2) (2023-11-30)

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

## [0.1.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/spectrum@0.1.0...@jsfe/spectrum@0.1.1) (2023-11-30)

**Note:** Version bump only for package @jsfe/spectrum
Expand Down
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.1.1",
"version": "0.1.2",
"description": "Spectrum v0 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
4 changes: 4 additions & 0 deletions packages/system/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.2.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/system@0.2.1...@jsfe/system@0.2.2) (2023-11-30)

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

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

**Note:** Version bump only for package @jsfe/system
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.2.1",
"version": "0.2.2",
"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
4 changes: 4 additions & 0 deletions packages/types/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.3.1](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/types@0.3.0...@jsfe/types@0.3.1) (2023-11-30)

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

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

### Features
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.3.0",
"version": "0.3.1",
"homepage": "https://jsfe.js.org",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/wired/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.2.2](https://github.com/json-schema-form-element/jsfe/compare/@jsfe/wired@0.2.1...@jsfe/wired@0.2.2) (2023-11-30)

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

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

**Note:** Version bump only for package @jsfe/wired
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.2.1",
"version": "0.2.2",
"description": "Wired v3 forms, auto-generated by JSON schemas.",
"keywords": [
"json-schema",
Expand Down
Loading

0 comments on commit 6c3736d

Please sign in to comment.