Skip to content

Commit

Permalink
Merge pull request #1 from x0k/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
x0k authored Oct 10, 2024
2 parents f84af68 + 0c8fd32 commit 26289fa
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/sixty-brooms-relate.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [[`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08)]:
- @sjsf/ajv8-validator@0.0.2
- @sjsf/form@0.0.2
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.0",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": " astro build",
Expand Down
9 changes: 9 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# playground

## 0.0.1

### Patch Changes

- Updated dependencies [[`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08)]:
- @sjsf/ajv8-validator@0.0.2
- @sjsf/form@0.0.2
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.0",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
10 changes: 10 additions & 0 deletions packages/ajv8-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @sjsf/ajv8-validator

## 0.0.2

### Patch Changes

- [`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08) Thanks [@x0k](https://github.com/x0k)! - Update metainformation and release configs

- Updated dependencies [[`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08)]:
- @sjsf/form@0.0.2
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.1",
"version": "0.0.2",
"description": "The ajv-8 based validator",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sjsf/form

## 0.0.2

### Patch Changes

- [`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08) Thanks [@x0k](https://github.com/x0k)! - Update metainformation and release configs
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.1",
"version": "0.0.2",
"description": "Svelte 5 library for creating forms based on JSON schema.",
"license": "(MIT AND Apache-2.0)",
"keywords": [
Expand Down

0 comments on commit 26289fa

Please sign in to comment.