Skip to content

Commit 6daab20

Browse files
authored
Merge pull request #79 from x0k/changeset-release/v2
[build] release (next)
2 parents 72bdedc + 42ce1aa commit 6daab20

File tree

39 files changed

+309
-35
lines changed

39 files changed

+309
-35
lines changed

.changeset/pre.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,23 @@
2222
"testing": "0.0.12",
2323
"@sjsf/zod-validator": "1.9.2"
2424
},
25-
"changesets": []
25+
"changesets": [
26+
"clever-eagles-turn",
27+
"cold-apples-speak",
28+
"dull-balloons-rush",
29+
"early-suns-enjoy",
30+
"empty-birds-learn",
31+
"green-items-cheat",
32+
"loud-monkeys-jog",
33+
"open-clouds-change",
34+
"quick-cycles-sniff",
35+
"shiny-plums-develop",
36+
"slimy-glasses-guess",
37+
"slow-berries-beam",
38+
"tame-taxis-itch",
39+
"thick-carrots-type",
40+
"upset-snails-smile",
41+
"weak-seals-drum",
42+
"wet-cats-agree"
43+
]
2644
}

apps/docs/CHANGELOG.md

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

3+
## 1.7.0-next.0
4+
5+
### Minor Changes
6+
7+
- Add `daisyUI v5` theme page ([#71](https://github.com/x0k/svelte-jsonschema-form/pull/71))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f780ca`](https://github.com/x0k/svelte-jsonschema-form/commit/3f780cab808f9316911d9b13b39b7ce159c8f234), [`cd3ebbb`](https://github.com/x0k/svelte-jsonschema-form/commit/cd3ebbb3a42ca7c730c1a0592a9325c41b3d2563), [`59196ba`](https://github.com/x0k/svelte-jsonschema-form/commit/59196ba2c479af7d3ff0cb3a8cded268811133e1), [`e4b7e63`](https://github.com/x0k/svelte-jsonschema-form/commit/e4b7e63a3b8ff17c658cf9659bdc58f2dd0f7d19), [`c616f00`](https://github.com/x0k/svelte-jsonschema-form/commit/c616f00b92f321c46e8c37d3eb52be51bb417a4d), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`3c865f3`](https://github.com/x0k/svelte-jsonschema-form/commit/3c865f3fbd66d27ad35c6e7df89a9df439400288), [`a9dc859`](https://github.com/x0k/svelte-jsonschema-form/commit/a9dc8591f6e7cc240b947cded0dca2fd1280b622), [`1ae4972`](https://github.com/x0k/svelte-jsonschema-form/commit/1ae49721a3628c6777b772b6c167e9c8343ec1cc), [`d5c93c3`](https://github.com/x0k/svelte-jsonschema-form/commit/d5c93c32811cfb466a8b8c6849b3d215c403330b), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`3eaf430`](https://github.com/x0k/svelte-jsonschema-form/commit/3eaf430a9cf4161afafddae2a0ac9bcc05481e87)]:
12+
- @sjsf/form@2.0.0-next.0
13+
- @sjsf/daisyui-theme@2.0.0-next.0
14+
- @sjsf/flowbite-theme@2.0.0-next.0
15+
- @sjsf/skeleton-theme@2.0.0-next.0
16+
- @sjsf/shadcn-theme@2.0.0-next.0
17+
- @sjsf/cfworker-validator@2.0.0-next.0
18+
- @sjsf/ajv8-validator@2.0.0-next.0
19+
- @sjsf/zod-validator@2.0.0-next.0
20+
- @sjsf/sveltekit@2.0.0-next.0
21+
322
## 1.6.2
423

524
### Patch Changes

apps/docs/package.json

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

apps/docs2/CHANGELOG.md

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

3+
## 1.6.3-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3f780ca`](https://github.com/x0k/svelte-jsonschema-form/commit/3f780cab808f9316911d9b13b39b7ce159c8f234), [`481102f`](https://github.com/x0k/svelte-jsonschema-form/commit/481102fa6d4ba128d335de2716c56ce4fa2e58b3), [`cd3ebbb`](https://github.com/x0k/svelte-jsonschema-form/commit/cd3ebbb3a42ca7c730c1a0592a9325c41b3d2563), [`59196ba`](https://github.com/x0k/svelte-jsonschema-form/commit/59196ba2c479af7d3ff0cb3a8cded268811133e1), [`e4b7e63`](https://github.com/x0k/svelte-jsonschema-form/commit/e4b7e63a3b8ff17c658cf9659bdc58f2dd0f7d19), [`c616f00`](https://github.com/x0k/svelte-jsonschema-form/commit/c616f00b92f321c46e8c37d3eb52be51bb417a4d), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`b54d3c4`](https://github.com/x0k/svelte-jsonschema-form/commit/b54d3c42720fa5c55b5aa93aeb09602808da0a28), [`3c865f3`](https://github.com/x0k/svelte-jsonschema-form/commit/3c865f3fbd66d27ad35c6e7df89a9df439400288), [`a9dc859`](https://github.com/x0k/svelte-jsonschema-form/commit/a9dc8591f6e7cc240b947cded0dca2fd1280b622), [`1ae4972`](https://github.com/x0k/svelte-jsonschema-form/commit/1ae49721a3628c6777b772b6c167e9c8343ec1cc), [`d5c93c3`](https://github.com/x0k/svelte-jsonschema-form/commit/d5c93c32811cfb466a8b8c6849b3d215c403330b), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`3eaf430`](https://github.com/x0k/svelte-jsonschema-form/commit/3eaf430a9cf4161afafddae2a0ac9bcc05481e87)]:
8+
- @sjsf/form@2.0.0-next.0
9+
- @sjsf/basic-theme@2.0.0-next.0
10+
- @sjsf/daisyui-theme@2.0.0-next.0
11+
- @sjsf/flowbite-theme@2.0.0-next.0
12+
- @sjsf/skeleton-theme@2.0.0-next.0
13+
- @sjsf/shadcn-theme@2.0.0-next.0
14+
- @sjsf/daisyui5-theme@2.0.0-next.0
15+
- @sjsf/cfworker-validator@2.0.0-next.0
16+
- @sjsf/ajv8-validator@2.0.0-next.0
17+
- @sjsf/zod-validator@2.0.0-next.0
18+
- @sjsf/sveltekit@2.0.0-next.0
19+
320
## 1.6.2
421

522
### 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.2",
5+
"version": "1.6.3-next.0",
66
"scripts": {
77
"dev": "astro dev",
88
"build": " astro build",

apps/playground/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# playground
22

3+
## 1.3.0-next.0
4+
5+
### Minor Changes
6+
7+
- Add `daisy5` theme ([#71](https://github.com/x0k/svelte-jsonschema-form/pull/71))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f780ca`](https://github.com/x0k/svelte-jsonschema-form/commit/3f780cab808f9316911d9b13b39b7ce159c8f234), [`cd3ebbb`](https://github.com/x0k/svelte-jsonschema-form/commit/cd3ebbb3a42ca7c730c1a0592a9325c41b3d2563), [`59196ba`](https://github.com/x0k/svelte-jsonschema-form/commit/59196ba2c479af7d3ff0cb3a8cded268811133e1), [`e4b7e63`](https://github.com/x0k/svelte-jsonschema-form/commit/e4b7e63a3b8ff17c658cf9659bdc58f2dd0f7d19), [`c616f00`](https://github.com/x0k/svelte-jsonschema-form/commit/c616f00b92f321c46e8c37d3eb52be51bb417a4d), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`3c865f3`](https://github.com/x0k/svelte-jsonschema-form/commit/3c865f3fbd66d27ad35c6e7df89a9df439400288), [`a9dc859`](https://github.com/x0k/svelte-jsonschema-form/commit/a9dc8591f6e7cc240b947cded0dca2fd1280b622), [`1ae4972`](https://github.com/x0k/svelte-jsonschema-form/commit/1ae49721a3628c6777b772b6c167e9c8343ec1cc), [`d5c93c3`](https://github.com/x0k/svelte-jsonschema-form/commit/d5c93c32811cfb466a8b8c6849b3d215c403330b), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`3eaf430`](https://github.com/x0k/svelte-jsonschema-form/commit/3eaf430a9cf4161afafddae2a0ac9bcc05481e87)]:
12+
- @sjsf/form@2.0.0-next.0
13+
- @sjsf/daisyui-theme@2.0.0-next.0
14+
- @sjsf/flowbite-icons@2.0.0-next.0
15+
- @sjsf/flowbite-theme@2.0.0-next.0
16+
- @sjsf/skeleton-theme@2.0.0-next.0
17+
- @sjsf/lucide-icons@2.0.0-next.0
18+
- @sjsf/shadcn-theme@2.0.0-next.0
19+
- @sjsf/radix-icons@2.0.0-next.0
20+
- @sjsf/cfworker-validator@2.0.0-next.0
21+
- @sjsf/ajv8-validator@2.0.0-next.0
22+
323
## 1.2.4
424

525
### Patch Changes

apps/playground/package.json

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

apps/playground2/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# playground2
2+
3+
## 0.0.2-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3f780ca`](https://github.com/x0k/svelte-jsonschema-form/commit/3f780cab808f9316911d9b13b39b7ce159c8f234), [`481102f`](https://github.com/x0k/svelte-jsonschema-form/commit/481102fa6d4ba128d335de2716c56ce4fa2e58b3), [`cd3ebbb`](https://github.com/x0k/svelte-jsonschema-form/commit/cd3ebbb3a42ca7c730c1a0592a9325c41b3d2563), [`59196ba`](https://github.com/x0k/svelte-jsonschema-form/commit/59196ba2c479af7d3ff0cb3a8cded268811133e1), [`e4b7e63`](https://github.com/x0k/svelte-jsonschema-form/commit/e4b7e63a3b8ff17c658cf9659bdc58f2dd0f7d19), [`c616f00`](https://github.com/x0k/svelte-jsonschema-form/commit/c616f00b92f321c46e8c37d3eb52be51bb417a4d), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`b54d3c4`](https://github.com/x0k/svelte-jsonschema-form/commit/b54d3c42720fa5c55b5aa93aeb09602808da0a28), [`3c865f3`](https://github.com/x0k/svelte-jsonschema-form/commit/3c865f3fbd66d27ad35c6e7df89a9df439400288), [`a9dc859`](https://github.com/x0k/svelte-jsonschema-form/commit/a9dc8591f6e7cc240b947cded0dca2fd1280b622), [`1ae4972`](https://github.com/x0k/svelte-jsonschema-form/commit/1ae49721a3628c6777b772b6c167e9c8343ec1cc), [`d5c93c3`](https://github.com/x0k/svelte-jsonschema-form/commit/d5c93c32811cfb466a8b8c6849b3d215c403330b), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`3eaf430`](https://github.com/x0k/svelte-jsonschema-form/commit/3eaf430a9cf4161afafddae2a0ac9bcc05481e87)]:
8+
- @sjsf/form@2.0.0-next.0
9+
- @sjsf/basic-theme@2.0.0-next.0
10+
- @sjsf/daisyui-theme@2.0.0-next.0
11+
- @sjsf/flowbite-icons@2.0.0-next.0
12+
- @sjsf/flowbite-theme@2.0.0-next.0
13+
- @sjsf/skeleton-theme@2.0.0-next.0
14+
- @sjsf/lucide-icons@2.0.0-next.0
15+
- @sjsf/shadcn-theme@2.0.0-next.0
16+
- @sjsf/radix-icons@2.0.0-next.0
17+
- @sjsf/daisyui5-theme@2.0.0-next.0
18+
- @sjsf/cfworker-validator@2.0.0-next.0
19+
- @sjsf/ajv8-validator@2.0.0-next.0

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.1",
5+
"version": "0.0.2-next.0",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",

packages/ajv8-validator/CHANGELOG.md

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

3+
## 2.0.0-next.0
4+
5+
### Major Changes
6+
7+
- Migrate to a new `Validator` type model ([#78](https://github.com/x0k/svelte-jsonschema-form/pull/78))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3f780ca`](https://github.com/x0k/svelte-jsonschema-form/commit/3f780cab808f9316911d9b13b39b7ce159c8f234), [`cd3ebbb`](https://github.com/x0k/svelte-jsonschema-form/commit/cd3ebbb3a42ca7c730c1a0592a9325c41b3d2563), [`e4b7e63`](https://github.com/x0k/svelte-jsonschema-form/commit/e4b7e63a3b8ff17c658cf9659bdc58f2dd0f7d19), [`c616f00`](https://github.com/x0k/svelte-jsonschema-form/commit/c616f00b92f321c46e8c37d3eb52be51bb417a4d), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166), [`3c865f3`](https://github.com/x0k/svelte-jsonschema-form/commit/3c865f3fbd66d27ad35c6e7df89a9df439400288), [`a9dc859`](https://github.com/x0k/svelte-jsonschema-form/commit/a9dc8591f6e7cc240b947cded0dca2fd1280b622), [`1ae4972`](https://github.com/x0k/svelte-jsonschema-form/commit/1ae49721a3628c6777b772b6c167e9c8343ec1cc), [`d5c93c3`](https://github.com/x0k/svelte-jsonschema-form/commit/d5c93c32811cfb466a8b8c6849b3d215c403330b), [`dfd96e7`](https://github.com/x0k/svelte-jsonschema-form/commit/dfd96e75abd0c05ee246831e36e1fdd34957a166)]:
12+
- @sjsf/form@2.0.0-next.0
13+
314
## 1.9.2
415

516
### Patch Changes

0 commit comments

Comments
 (0)