Skip to content

Commit 51e9167

Browse files
[build] release (next)
1 parent 35dd9a4 commit 51e9167

File tree

44 files changed

+291
-45
lines changed

Some content is hidden

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

44 files changed

+291
-45
lines changed

.changeset/pre.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,24 @@
5151
"validator-testing": "1.0.13-next.4"
5252
},
5353
"changesets": [
54+
"afraid-baths-relate",
5455
"afraid-comics-dig",
5556
"afraid-glasses-shop",
5657
"beige-parents-fetch",
5758
"bitter-paths-rest",
5859
"blue-needles-change",
5960
"bright-dogs-create",
6061
"bright-eels-rest",
62+
"brown-comics-greet",
6163
"brown-months-make",
64+
"busy-owls-shine",
6265
"calm-guests-cross",
6366
"clear-clouds-study",
6467
"cold-ducks-stop",
6568
"cold-mangos-relate",
6669
"crazy-snails-teach",
6770
"cute-bags-call",
71+
"dry-colts-roll",
6872
"dry-crabs-accept",
6973
"early-wombats-tap",
7074
"easy-worlds-win",
@@ -73,6 +77,7 @@
7377
"fine-towns-fold",
7478
"five-results-think",
7579
"flat-cloths-build",
80+
"flat-showers-exist",
7681
"fruity-shirts-tease",
7782
"gentle-rules-eat",
7883
"giant-cities-rhyme",
@@ -85,16 +90,20 @@
8590
"huge-heads-scream",
8691
"hungry-otters-like",
8792
"itchy-buttons-thank",
93+
"light-apples-love",
8894
"long-rockets-cough",
8995
"lovely-taxes-do",
9096
"mighty-corners-throw",
97+
"moody-rats-attend",
9198
"neat-parts-wonder",
9299
"ninety-months-hide",
93100
"puny-carpets-eat",
94101
"purple-papayas-love",
95102
"ready-shoes-like",
103+
"real-flowers-bathe",
96104
"real-icons-lead",
97105
"rich-candles-grin",
106+
"rude-poets-attack",
98107
"shaggy-laws-fry",
99108
"shaggy-monkeys-kiss",
100109
"sharp-kids-find",
@@ -110,14 +119,18 @@
110119
"solid-rockets-beam",
111120
"stale-sides-watch",
112121
"strong-clouds-fix",
122+
"strong-plants-find",
113123
"sweet-shrimps-push",
114124
"three-parrots-shine",
115125
"tough-regions-taste",
116126
"true-taxes-turn",
127+
"twenty-worms-check",
117128
"wet-hounds-tie",
118129
"wide-pots-smash",
119130
"wise-lions-rule",
131+
"wise-peaches-kiss",
120132
"yellow-experts-lick",
121-
"yummy-socks-heal"
133+
"yummy-socks-heal",
134+
"yummy-zebras-reply"
122135
]
123136
}

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.2.0-next.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f8622e`](https://github.com/x0k/svelte-jsonschema-form/commit/0f8622e6463d33f7a9d1e2ff9cf5ca9a8fd7f771), [`db92385`](https://github.com/x0k/svelte-jsonschema-form/commit/db92385c62cc2b45c7b9fc625d82cc1af684c6fc), [`f118bb5`](https://github.com/x0k/svelte-jsonschema-form/commit/f118bb5641a4f255feccb42f85e3bcb1707fe2b3), [`8559a74`](https://github.com/x0k/svelte-jsonschema-form/commit/8559a747a88bc7617625cb167f321b283a0fdb86), [`24aa0a2`](https://github.com/x0k/svelte-jsonschema-form/commit/24aa0a2502ebd353b02d2bd93246e118bc93c81a), [`35dd9a4`](https://github.com/x0k/svelte-jsonschema-form/commit/35dd9a4760a31fe07895e63eae4479a42f433acc), [`4bcb241`](https://github.com/x0k/svelte-jsonschema-form/commit/4bcb2415b782ec85fab89ec86eeaca2480a95301)]:
8+
- @sjsf/flowbite3-theme@3.0.0-next.7
9+
- @sjsf/skeleton3-theme@3.0.0-next.7
10+
- @sjsf/daisyui5-theme@3.0.0-next.7
11+
- @sjsf/form@3.0.0-next.7
12+
- @sjsf/ajv8-validator@3.0.0-next.7
13+
- @sjsf/basic-theme@3.0.0-next.7
14+
- @sjsf/cfworker-validator@3.0.0-next.7
15+
- @sjsf/flowbite-icons@3.0.0-next.7
16+
- @sjsf/lucide-icons@3.0.0-next.7
17+
- @sjsf/moving-icons@3.0.0-next.7
18+
- @sjsf/radix-icons@3.0.0-next.7
19+
- @sjsf/schemasafe-validator@3.0.0-next.7
20+
- @sjsf/shadcn4-theme@3.0.0-next.7
21+
322
## 0.2.0-next.6
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.2.0-next.6",
4+
"version": "0.2.0-next.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/docs2/CHANGELOG.md

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

3+
## 1.9.0-next.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b3b858`](https://github.com/x0k/svelte-jsonschema-form/commit/3b3b8586f882fec9d4fbc1bd9f1784a1b16a0252), [`0f8622e`](https://github.com/x0k/svelte-jsonschema-form/commit/0f8622e6463d33f7a9d1e2ff9cf5ca9a8fd7f771), [`a831f47`](https://github.com/x0k/svelte-jsonschema-form/commit/a831f4757c1db1264ef8f6212f77035382fe67a3), [`db92385`](https://github.com/x0k/svelte-jsonschema-form/commit/db92385c62cc2b45c7b9fc625d82cc1af684c6fc), [`049e038`](https://github.com/x0k/svelte-jsonschema-form/commit/049e03872aff5cd97ac3a268a95f85a9181ef4ce), [`c204d6e`](https://github.com/x0k/svelte-jsonschema-form/commit/c204d6e6d14276976b0b1e99d97d47ec83e8103c), [`f118bb5`](https://github.com/x0k/svelte-jsonschema-form/commit/f118bb5641a4f255feccb42f85e3bcb1707fe2b3), [`fd40b74`](https://github.com/x0k/svelte-jsonschema-form/commit/fd40b7400e399cff7a01ba7e0d2a8580f989dc0b), [`8559a74`](https://github.com/x0k/svelte-jsonschema-form/commit/8559a747a88bc7617625cb167f321b283a0fdb86), [`058d06e`](https://github.com/x0k/svelte-jsonschema-form/commit/058d06e06e4b78e2a908e67ccd3b89fc20a751ad), [`24aa0a2`](https://github.com/x0k/svelte-jsonschema-form/commit/24aa0a2502ebd353b02d2bd93246e118bc93c81a), [`35dd9a4`](https://github.com/x0k/svelte-jsonschema-form/commit/35dd9a4760a31fe07895e63eae4479a42f433acc), [`4bcb241`](https://github.com/x0k/svelte-jsonschema-form/commit/4bcb2415b782ec85fab89ec86eeaca2480a95301)]:
8+
- @sjsf/sveltekit@3.0.0-next.7
9+
- @sjsf/flowbite3-theme@3.0.0-next.7
10+
- @sjsf/skeleton3-theme@3.0.0-next.7
11+
- @sjsf/daisyui5-theme@3.0.0-next.7
12+
- @sjsf/form@3.0.0-next.7
13+
- @sjsf/ajv8-validator@3.0.0-next.7
14+
- @sjsf/basic-theme@3.0.0-next.7
15+
- @sjsf/cfworker-validator@3.0.0-next.7
16+
- @sjsf/flowbite-icons@3.0.0-next.7
17+
- @sjsf/lucide-icons@3.0.0-next.7
18+
- @sjsf/moving-icons@3.0.0-next.7
19+
- @sjsf/radix-icons@3.0.0-next.7
20+
- @sjsf/schemasafe-validator@3.0.0-next.7
21+
- @sjsf/shadcn4-theme@3.0.0-next.7
22+
23+
- @sjsf/valibot-validator@3.0.0-next.7
24+
- @sjsf/zod4-validator@3.0.0-next.7
25+
326
## 1.9.0-next.6
427

528
### 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.9.0-next.6",
5+
"version": "1.9.0-next.7",
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.13-next.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f8622e`](https://github.com/x0k/svelte-jsonschema-form/commit/0f8622e6463d33f7a9d1e2ff9cf5ca9a8fd7f771), [`db92385`](https://github.com/x0k/svelte-jsonschema-form/commit/db92385c62cc2b45c7b9fc625d82cc1af684c6fc), [`f118bb5`](https://github.com/x0k/svelte-jsonschema-form/commit/f118bb5641a4f255feccb42f85e3bcb1707fe2b3), [`8559a74`](https://github.com/x0k/svelte-jsonschema-form/commit/8559a747a88bc7617625cb167f321b283a0fdb86), [`24aa0a2`](https://github.com/x0k/svelte-jsonschema-form/commit/24aa0a2502ebd353b02d2bd93246e118bc93c81a), [`35dd9a4`](https://github.com/x0k/svelte-jsonschema-form/commit/35dd9a4760a31fe07895e63eae4479a42f433acc), [`4bcb241`](https://github.com/x0k/svelte-jsonschema-form/commit/4bcb2415b782ec85fab89ec86eeaca2480a95301)]:
8+
- @sjsf/flowbite3-theme@3.0.0-next.7
9+
- @sjsf/skeleton3-theme@3.0.0-next.7
10+
- @sjsf/daisyui5-theme@3.0.0-next.7
11+
- @sjsf/form@3.0.0-next.7
12+
- @sjsf/ajv8-validator@3.0.0-next.7
13+
- @sjsf/basic-theme@3.0.0-next.7
14+
- @sjsf/cfworker-validator@3.0.0-next.7
15+
- @sjsf/flowbite-icons@3.0.0-next.7
16+
- @sjsf/lucide-icons@3.0.0-next.7
17+
- @sjsf/moving-icons@3.0.0-next.7
18+
- @sjsf/radix-icons@3.0.0-next.7
19+
- @sjsf/schemasafe-validator@3.0.0-next.7
20+
- @sjsf/shadcn4-theme@3.0.0-next.7
21+
322
## 1.0.13-next.6
423

524
### Patch Changes

apps/playground2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "playground2",
33
"private": true,
44
"type": "module",
5-
"version": "1.0.13-next.6",
5+
"version": "1.0.13-next.7",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",

packages/ajv8-validator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sjsf/ajv8-validator
22

3+
## 3.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`db92385`](https://github.com/x0k/svelte-jsonschema-form/commit/db92385c62cc2b45c7b9fc625d82cc1af684c6fc), [`f118bb5`](https://github.com/x0k/svelte-jsonschema-form/commit/f118bb5641a4f255feccb42f85e3bcb1707fe2b3), [`8559a74`](https://github.com/x0k/svelte-jsonschema-form/commit/8559a747a88bc7617625cb167f321b283a0fdb86), [`24aa0a2`](https://github.com/x0k/svelte-jsonschema-form/commit/24aa0a2502ebd353b02d2bd93246e118bc93c81a), [`35dd9a4`](https://github.com/x0k/svelte-jsonschema-form/commit/35dd9a4760a31fe07895e63eae4479a42f433acc), [`4bcb241`](https://github.com/x0k/svelte-jsonschema-form/commit/4bcb2415b782ec85fab89ec86eeaca2480a95301)]:
8+
- @sjsf/form@3.0.0-next.7
9+
310
## 3.0.0-next.6
411

512
### Patch Changes

packages/ajv8-validator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjsf/ajv8-validator",
3-
"version": "3.0.0-next.6",
3+
"version": "3.0.0-next.7",
44
"description": "The ajv-8 based validator for svelte-jsonschema-form",
55
"license": "MIT",
66
"keywords": [
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"peerDependencies": {
47-
"@sjsf/form": "workspace:^3.0.0-next.6",
47+
"@sjsf/form": "workspace:^3.0.0-next.7",
4848
"ajv": "^8.17.0"
4949
},
5050
"devDependencies": {

packages/basic-theme/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sjsf/basic-theme
22

3+
## 3.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`db92385`](https://github.com/x0k/svelte-jsonschema-form/commit/db92385c62cc2b45c7b9fc625d82cc1af684c6fc), [`f118bb5`](https://github.com/x0k/svelte-jsonschema-form/commit/f118bb5641a4f255feccb42f85e3bcb1707fe2b3), [`8559a74`](https://github.com/x0k/svelte-jsonschema-form/commit/8559a747a88bc7617625cb167f321b283a0fdb86), [`24aa0a2`](https://github.com/x0k/svelte-jsonschema-form/commit/24aa0a2502ebd353b02d2bd93246e118bc93c81a), [`35dd9a4`](https://github.com/x0k/svelte-jsonschema-form/commit/35dd9a4760a31fe07895e63eae4479a42f433acc), [`4bcb241`](https://github.com/x0k/svelte-jsonschema-form/commit/4bcb2415b782ec85fab89ec86eeaca2480a95301)]:
8+
- @sjsf/form@3.0.0-next.7
9+
310
## 3.0.0-next.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)