Skip to content

Commit 0c8fd32

Browse files
chore: update versions
1 parent f84af68 commit 0c8fd32

File tree

9 files changed

+39
-10
lines changed

9 files changed

+39
-10
lines changed

.changeset/sixty-brooms-relate.md

-6
This file was deleted.

apps/docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# docs
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08)]:
8+
- @sjsf/ajv8-validator@0.0.2
9+
- @sjsf/form@0.0.2

apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.0",
5+
"version": "0.0.1",
66
"scripts": {
77
"dev": "astro dev",
88
"build": " astro build",

apps/playground/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# playground
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08)]:
8+
- @sjsf/ajv8-validator@0.0.2
9+
- @sjsf/form@0.0.2

apps/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "playground",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.0",
5+
"version": "0.0.1",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",

packages/ajv8-validator/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @sjsf/ajv8-validator
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08) Thanks [@x0k](https://github.com/x0k)! - Update metainformation and release configs
8+
9+
- Updated dependencies [[`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08)]:
10+
- @sjsf/form@0.0.2

packages/ajv8-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjsf/ajv8-validator",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "The ajv-8 based validator",
55
"license": "MIT",
66
"keywords": [

packages/form/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sjsf/form
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [`f84af68`](https://github.com/x0k/svelte-jsonschema-form/commit/f84af687d8006dd938f1c9dfc339c01396f2ee08) Thanks [@x0k](https://github.com/x0k)! - Update metainformation and release configs

packages/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjsf/form",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Svelte 5 library for creating forms based on JSON schema.",
55
"license": "(MIT AND Apache-2.0)",
66
"keywords": [

0 commit comments

Comments
 (0)