Skip to content

Commit e82b200

Browse files
[build] release
1 parent 8772516 commit e82b200

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+296
-84
lines changed

.changeset/late-adults-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-pumas-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-crabs-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/puny-pillows-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-facts-travel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/builder/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# builder
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183)]:
8+
- @sjsf/form@2.3.0
9+
- @sjsf/ajv8-validator@2.3.0
10+
- @sjsf/basic-theme@2.3.0
11+
- @sjsf/cfworker-validator@2.3.0
12+
- @sjsf/daisyui5-theme@2.3.0
13+
- @sjsf/flowbite-icons@2.3.0
14+
- @sjsf/flowbite3-theme@2.3.0
15+
- @sjsf/lucide-icons@2.3.0
16+
- @sjsf/moving-icons@2.3.0
17+
- @sjsf/radix-icons@2.3.0
18+
- @sjsf/schemasafe-validator@2.3.0
19+
- @sjsf/shadcn4-theme@2.3.0
20+
- @sjsf/skeleton3-theme@2.3.0
21+
322
## 0.1.5
423

524
### Patch Changes

apps/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "builder",
33
"private": true,
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/docs2/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# docs
22

3+
## 1.8.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183)]:
8+
- @sjsf/form@2.3.0
9+
- @sjsf/ajv8-validator@2.3.0
10+
- @sjsf/basic-theme@2.3.0
11+
- @sjsf/cfworker-validator@2.3.0
12+
- @sjsf/daisyui-theme@2.3.0
13+
- @sjsf/daisyui5-theme@2.3.0
14+
- @sjsf/flowbite-icons@2.3.0
15+
- @sjsf/flowbite-theme@2.3.0
16+
- @sjsf/flowbite3-theme@2.3.0
17+
- @sjsf/lucide-icons@2.3.0
18+
- @sjsf/moving-icons@2.3.0
19+
- @sjsf/radix-icons@2.3.0
20+
- @sjsf/schemasafe-validator@2.3.0
21+
- @sjsf/shadcn-theme@2.3.0
22+
- @sjsf/shadcn4-theme@2.3.0
23+
- @sjsf/skeleton-theme@2.3.0
24+
- @sjsf/skeleton3-theme@2.3.0
25+
- @sjsf/sveltekit@2.3.0
26+
27+
- @sjsf/valibot-validator@2.3.0
28+
- @sjsf/zod-validator@2.3.0
29+
- @sjsf/zod4-validator@2.3.0
30+
331
## 1.8.2
432

533
### Patch Changes

apps/docs2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs2",
33
"private": true,
44
"type": "module",
5-
"version": "1.8.2",
5+
"version": "1.8.3",
66
"scripts": {
77
"dev": "astro dev",
88
"precompile-ajv-validator": "node --experimental-strip-types src/content/docs/validators/ajv/precompile/compile-schema-script.ts",

apps/playground2/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# playground2
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8772516`](https://github.com/x0k/svelte-jsonschema-form/commit/877251689dc60c91b7d2a257c3f05665d9a7ea96), [`66ca1a5`](https://github.com/x0k/svelte-jsonschema-form/commit/66ca1a5001a65fa794e8fcb6b1362c8365ff6686), [`123fc70`](https://github.com/x0k/svelte-jsonschema-form/commit/123fc70c1e7ef7ad1d045584790d48c957b6f03c), [`5f64b23`](https://github.com/x0k/svelte-jsonschema-form/commit/5f64b23a9baedba6d6df2c4933acb180a6300668), [`2c8501b`](https://github.com/x0k/svelte-jsonschema-form/commit/2c8501b59a7beef6ac20d88a2f16bdc350779183)]:
8+
- @sjsf/form@2.3.0
9+
- @sjsf/ajv8-validator@2.3.0
10+
- @sjsf/basic-theme@2.3.0
11+
- @sjsf/cfworker-validator@2.3.0
12+
- @sjsf/daisyui5-theme@2.3.0
13+
- @sjsf/flowbite-icons@2.3.0
14+
- @sjsf/flowbite3-theme@2.3.0
15+
- @sjsf/lucide-icons@2.3.0
16+
- @sjsf/moving-icons@2.3.0
17+
- @sjsf/radix-icons@2.3.0
18+
- @sjsf/schemasafe-validator@2.3.0
19+
- @sjsf/shadcn4-theme@2.3.0
20+
- @sjsf/skeleton3-theme@2.3.0
21+
322
## 1.0.10
423

524
### Patch Changes

0 commit comments

Comments
 (0)