Skip to content

Commit

Permalink
Merge pull request #4 from x0k/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
x0k authored Oct 11, 2024
2 parents 34042fa + dc7a1c3 commit 9dd1290
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/fair-chairs-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-rings-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-hounds-begin.md

This file was deleted.

14 changes: 14 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# docs

## 0.0.4

### Patch Changes

- [`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82) Thanks [@x0k](https://github.com/x0k)! - Add `focusOnFirstError` feature

- [`24d1dd5`](https://github.com/x0k/svelte-jsonschema-form/commit/24d1dd576e3559a16c4fd03a71dde41e92f99d9c) Thanks [@x0k](https://github.com/x0k)! - Add widgets customization page

- [`e718abb`](https://github.com/x0k/svelte-jsonschema-form/commit/e718abb2e351ee347bed8416b52e4ee1a6eb29f6) Thanks [@x0k](https://github.com/x0k)! - Themes page

- Updated dependencies [[`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82)]:
- @sjsf/form@0.0.5
- @sjsf/ajv8-validator@0.0.5

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"private": true,
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "astro dev",
"build": " astro build",
Expand Down
11 changes: 11 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# playground

## 0.0.4

### Patch Changes

- [`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82) Thanks [@x0k](https://github.com/x0k)! - Add `focusOnFirstError` feature

- Updated dependencies [[`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82)]:
- @sjsf/daisyui-theme@0.0.5
- @sjsf/form@0.0.5
- @sjsf/ajv8-validator@0.0.5

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playground",
"private": true,
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
7 changes: 7 additions & 0 deletions packages/ajv8-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/ajv8-validator

## 0.0.5

### Patch Changes

- Updated dependencies [[`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82)]:
- @sjsf/form@0.0.5

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ajv8-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/ajv8-validator",
"version": "0.0.4",
"version": "0.0.5",
"description": "The ajv-8 based validator",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/daisyui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sjsf/daisyui-theme

## 0.0.5

### Patch Changes

- [`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82) Thanks [@x0k](https://github.com/x0k)! - Add `focusOnFirstError` feature

- Updated dependencies [[`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82)]:
- @sjsf/form@0.0.5

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/daisyui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/daisyui-theme",
"version": "0.0.4",
"version": "0.0.5",
"description": "The daisyui based theme for @sjsf/form",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sjsf/form

## 0.0.5

### Patch Changes

- [`34042fa`](https://github.com/x0k/svelte-jsonschema-form/commit/34042fa48212bba5154c60bcdcfa3ffef6d66d82) Thanks [@x0k](https://github.com/x0k)! - Add `focusOnFirstError` feature

## 0.0.4

### Patch Changes
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": "@sjsf/form",
"version": "0.0.4",
"version": "0.0.5",
"description": "Svelte 5 library for creating forms based on JSON schema.",
"license": "(MIT AND Apache-2.0)",
"keywords": [
Expand Down

0 comments on commit 9dd1290

Please sign in to comment.