Skip to content

Commit cccd7d0

Browse files
[build] release (next)
1 parent b174354 commit cccd7d0

File tree

46 files changed

+344
-54
lines changed

Some content is hidden

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

46 files changed

+344
-54
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,29 @@
4545
"cold-grapes-eat",
4646
"cold-papers-strive",
4747
"common-rabbits-open",
48+
"cool-eels-argue",
4849
"cruel-wolves-throw",
50+
"curvy-buttons-float",
4951
"curvy-frogs-grin",
52+
"cute-apples-marry",
5053
"dark-lines-show",
5154
"dirty-nails-push",
5255
"dull-balloons-rush",
5356
"early-suns-enjoy",
57+
"early-wings-tell",
5458
"eighty-crabs-allow",
5559
"eleven-cloths-cut",
5660
"empty-bears-attend",
5761
"empty-birds-learn",
5862
"empty-hats-crash",
5963
"every-dots-ring",
64+
"every-ducks-press",
6065
"fancy-cobras-switch",
6166
"fine-days-follow",
6267
"fine-glasses-raise",
6368
"five-tools-joke",
6469
"fluffy-dots-hunt",
70+
"free-adults-talk",
6571
"fruity-trees-tap",
6672
"funny-breads-beg",
6773
"giant-days-allow",
@@ -78,6 +84,7 @@
7884
"little-otters-carry",
7985
"loud-monkeys-jog",
8086
"many-badgers-move",
87+
"mean-carpets-poke",
8188
"moody-doors-dance",
8289
"nasty-comics-pay",
8390
"neat-carrots-eat",
@@ -87,6 +94,7 @@
8794
"olive-books-burn",
8895
"open-clouds-change",
8996
"plenty-streets-sing",
97+
"proud-squids-sniff",
9098
"proud-trams-stare",
9199
"quick-candies-rescue",
92100
"quick-cycles-sniff",
@@ -103,6 +111,7 @@
103111
"slimy-glasses-guess",
104112
"slow-berries-beam",
105113
"small-jobs-look",
114+
"smooth-donkeys-play",
106115
"social-cameras-stand",
107116
"soft-pigs-doubt",
108117
"some-feet-cut",
@@ -114,6 +123,7 @@
114123
"strong-apples-grin",
115124
"swift-apples-chew",
116125
"swift-areas-enjoy",
126+
"tall-phones-slide",
117127
"tame-guests-push",
118128
"tame-taxis-itch",
119129
"tangy-kings-work",

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.6.3-next.15
4+
5+
### Patch Changes
6+
7+
- Add a note about the explicit use of `extra` widgets (#120) ([#121](https://github.com/x0k/svelte-jsonschema-form/pull/121))
8+
9+
- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb), [`e1832e7`](https://github.com/x0k/svelte-jsonschema-form/commit/e1832e7cdd1769d9e7a1eae2bcaae34b61fcd6c8)]:
10+
- @sjsf/form@2.0.0-next.15
11+
- @sjsf/flowbite3-theme@2.0.0-next.15
12+
- @sjsf/skeleton3-theme@2.0.0-next.15
13+
- @sjsf/daisyui5-theme@2.0.0-next.15
14+
- @sjsf/flowbite-icons@2.0.0-next.15
15+
- @sjsf/flowbite-theme@2.0.0-next.15
16+
- @sjsf/skeleton-theme@2.0.0-next.15
17+
- @sjsf/daisyui-theme@2.0.0-next.15
18+
- @sjsf/shadcn4-theme@2.0.0-next.15
19+
- @sjsf/lucide-icons@2.0.0-next.15
20+
- @sjsf/moving-icons@2.0.0-next.15
21+
- @sjsf/shadcn-theme@2.0.0-next.15
22+
- @sjsf/basic-theme@2.0.0-next.15
23+
- @sjsf/radix-icons@2.0.0-next.15
24+
- @sjsf/sveltekit@2.0.0-next.15
25+
26+
- @sjsf/ajv8-validator@2.0.0-next.15
27+
- @sjsf/cfworker-validator@2.0.0-next.15
28+
- @sjsf/schemasafe-validator@2.0.0-next.15
29+
- @sjsf/zod-validator@2.0.0-next.15
30+
331
## 1.6.3-next.14
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.6.3-next.14",
5+
"version": "1.6.3-next.15",
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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# playground2
22

3+
## 1.0.0-next.15
4+
5+
### Major Changes
6+
7+
- - Store playground state in a URL hash ([#125](https://github.com/x0k/svelte-jsonschema-form/pull/125))
8+
- Migration to shadcn-svelte UI
9+
10+
### Minor Changes
11+
12+
- Add `Share` button ([`143c0cd`](https://github.com/x0k/svelte-jsonschema-form/commit/143c0cdae85d45fcace09b195baabfa8ef905aec))
13+
14+
- Use CodeMirror editor ([`b4c831d`](https://github.com/x0k/svelte-jsonschema-form/commit/b4c831daa710984f6930d39420e48d2552e54353))
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb), [`e1832e7`](https://github.com/x0k/svelte-jsonschema-form/commit/e1832e7cdd1769d9e7a1eae2bcaae34b61fcd6c8)]:
19+
- @sjsf/form@2.0.0-next.15
20+
- @sjsf/flowbite3-theme@2.0.0-next.15
21+
- @sjsf/skeleton3-theme@2.0.0-next.15
22+
- @sjsf/daisyui5-theme@2.0.0-next.15
23+
- @sjsf/flowbite-icons@2.0.0-next.15
24+
- @sjsf/daisyui-theme@2.0.0-next.15
25+
- @sjsf/shadcn4-theme@2.0.0-next.15
26+
- @sjsf/lucide-icons@2.0.0-next.15
27+
- @sjsf/moving-icons@2.0.0-next.15
28+
- @sjsf/basic-theme@2.0.0-next.15
29+
- @sjsf/radix-icons@2.0.0-next.15
30+
- @sjsf/ajv8-validator@2.0.0-next.15
31+
- @sjsf/cfworker-validator@2.0.0-next.15
32+
- @sjsf/schemasafe-validator@2.0.0-next.15
33+
334
## 0.0.2-next.14
435

536
### 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": "0.0.2-next.14",
5+
"version": "1.0.0-next.15",
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+
## 2.0.0-next.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
8+
- @sjsf/form@2.0.0-next.15
9+
310
## 2.0.0-next.14
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": "2.0.0-next.14",
3+
"version": "2.0.0-next.15",
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:^2.0.0-next.14",
47+
"@sjsf/form": "workspace:^2.0.0-next.15",
4848
"ajv": "^8.17.0"
4949
},
5050
"devDependencies": {

packages/basic-theme/CHANGELOG.md

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

3+
## 2.0.0-next.15
4+
5+
### Major Changes
6+
7+
- Bump peer and dev dependencies ([`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
12+
- @sjsf/form@2.0.0-next.15
13+
314
## 2.0.0-next.14
415

516
### Patch Changes

packages/basic-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjsf/basic-theme",
3-
"version": "2.0.0-next.14",
3+
"version": "2.0.0-next.15",
44
"description": "Basic theme for svelte-jsonschema-form",
55
"license": "MIT",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
},
3333
"peerDependencies": {
3434
"svelte": "^5.33.0",
35-
"@sjsf/form": "workspace:^2.0.0-next.14"
35+
"@sjsf/form": "workspace:^2.0.0-next.15"
3636
},
3737
"devDependencies": {
3838
"@sjsf/form": "workspace:*",

packages/cfworker-validator/CHANGELOG.md

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

3+
## 2.0.0-next.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00a1ea1`](https://github.com/x0k/svelte-jsonschema-form/commit/00a1ea1c431c7f8637cb2cc5e3aa73dd6d94771f), [`e904c7f`](https://github.com/x0k/svelte-jsonschema-form/commit/e904c7f59daf600188ef02ce8c4ee6d7f843656f), [`ba140fb`](https://github.com/x0k/svelte-jsonschema-form/commit/ba140fb1ad3e371cb5c163b869998e20750db939), [`21e47cc`](https://github.com/x0k/svelte-jsonschema-form/commit/21e47cccb6f53c698582db9c3639a33672e21552), [`95e52e6`](https://github.com/x0k/svelte-jsonschema-form/commit/95e52e6e70620007be1b05a7880376b24215d4cb)]:
8+
- @sjsf/form@2.0.0-next.15
9+
310
## 2.0.0-next.14
411

512
### Patch Changes

0 commit comments

Comments
 (0)