diff --git a/.changeset/clever-emus-stare.md b/.changeset/clever-emus-stare.md deleted file mode 100644 index ea9831602..000000000 --- a/.changeset/clever-emus-stare.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@sjsf/form": patch ---- - -Porst a bunch of fixes for `getDefaultFormState`: - -- [Bug: issue with dependencies computeDefaults](https://github.com/rjsf-team/react-jsonschema-form/pull/4282) -- [Make fields with const pre-fiiled and readonly](https://github.com/rjsf-team/react-jsonschema-form/pull/4326) -- [Bug: Deep nested dependencies issue with assigning values to formData](https://github.com/rjsf-team/react-jsonschema-form/pull/4356) diff --git a/.changeset/fast-dogs-play.md b/.changeset/fast-dogs-play.md deleted file mode 100644 index 3e1c90b3d..000000000 --- a/.changeset/fast-dogs-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": patch ---- - -Use the stricter `ComputeDefaultsProps2` type diff --git a/.changeset/great-cycles-mate.md b/.changeset/great-cycles-mate.md deleted file mode 100644 index c7e120830..000000000 --- a/.changeset/great-cycles-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": minor ---- - -Reset form value in default reset handler diff --git a/.changeset/mean-bugs-end.md b/.changeset/mean-bugs-end.md deleted file mode 100644 index 4906dc77b..000000000 --- a/.changeset/mean-bugs-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": minor ---- - -Implement `useForm` API, Add `FormContent` and `SubmitButton` components diff --git a/.changeset/mighty-rockets-push.md b/.changeset/mighty-rockets-push.md deleted file mode 100644 index 4da1a5a6f..000000000 --- a/.changeset/mighty-rockets-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": minor ---- - -Add `createForm` function diff --git a/.changeset/neat-parents-nail.md b/.changeset/neat-parents-nail.md deleted file mode 100644 index 608c4e9c2..000000000 --- a/.changeset/neat-parents-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/radix-icons": minor ---- - -Add radix-icons package diff --git a/.changeset/pretty-ears-begin.md b/.changeset/pretty-ears-begin.md deleted file mode 100644 index 43309a011..000000000 --- a/.changeset/pretty-ears-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/form": minor ---- - -Allow to augment `InputAttributes` type diff --git a/.changeset/red-avocados-suffer.md b/.changeset/red-avocados-suffer.md deleted file mode 100644 index 3cc912cc1..000000000 --- a/.changeset/red-avocados-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/shadcn-theme": minor ---- - -Add missing `PopoverTrigger` and `PopoverContent` to `ThemeComponents` type. diff --git a/.changeset/shiny-poems-own.md b/.changeset/shiny-poems-own.md deleted file mode 100644 index dfa7bfea8..000000000 --- a/.changeset/shiny-poems-own.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@sjsf/flowbite-icons": patch -"@sjsf/flowbite-theme": patch -"@sjsf/skeleton-theme": patch -"@sjsf/daisyui-theme": patch -"@sjsf/lucide-icons": patch -"@sjsf/shadcn-theme": patch -"testing": patch ---- - -Use shared code for demo pages diff --git a/.changeset/strange-buses-tell.md b/.changeset/strange-buses-tell.md deleted file mode 100644 index c893165a7..000000000 --- a/.changeset/strange-buses-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/flowbite-theme": minor ---- - -Use `Datepicker` for `date` input type diff --git a/.changeset/thin-lizards-mix.md b/.changeset/thin-lizards-mix.md deleted file mode 100644 index ee845df0f..000000000 --- a/.changeset/thin-lizards-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/flowbite-theme": minor ---- - -Augment `InputAttributes` type diff --git a/.changeset/three-monkeys-smoke.md b/.changeset/three-monkeys-smoke.md deleted file mode 100644 index 05c042b52..000000000 --- a/.changeset/three-monkeys-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sjsf/shadcn-theme": minor ---- - -Use `DatePicker` for `date` input type, use `Slider` for `range` input type diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index da633ca5d..c820a6b1d 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,17 @@ # docs +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499), [`b5a9529`](https://github.com/x0k/svelte-jsonschema-form/commit/b5a9529bfc582e48aa0da2a6df23a61059f11bc6), [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61), [`19b91f4`](https://github.com/x0k/svelte-jsonschema-form/commit/19b91f48296ebb6f735a2abc06fdb51831a71e15), [`615c5b6`](https://github.com/x0k/svelte-jsonschema-form/commit/615c5b68c792ae9612c47f24371f732fd1733906), [`2b6cc01`](https://github.com/x0k/svelte-jsonschema-form/commit/2b6cc01fbc354ecd88ef82c12cb9c33da6cbbea2)]: + - @sjsf/form@1.3.0 + - @sjsf/shadcn-theme@1.3.0 + - @sjsf/flowbite-theme@1.3.0 + - @sjsf/skeleton-theme@1.3.0 + - @sjsf/daisyui-theme@1.3.0 + - @sjsf/ajv8-validator@1.3.0 + ## 1.0.4 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index e55f5fbd8..84f9d5e3b 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -2,7 +2,7 @@ "name": "docs", "private": true, "type": "module", - "version": "1.0.4", + "version": "1.0.5", "scripts": { "dev": "astro dev", "build": " astro build", diff --git a/apps/playground/CHANGELOG.md b/apps/playground/CHANGELOG.md index d099053e0..14e07c2e9 100644 --- a/apps/playground/CHANGELOG.md +++ b/apps/playground/CHANGELOG.md @@ -1,5 +1,20 @@ # playground +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e6a37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/e6a37ab84a93324bd80bf776d56db7ad75c56fb3), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499), [`b5a9529`](https://github.com/x0k/svelte-jsonschema-form/commit/b5a9529bfc582e48aa0da2a6df23a61059f11bc6), [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61), [`19b91f4`](https://github.com/x0k/svelte-jsonschema-form/commit/19b91f48296ebb6f735a2abc06fdb51831a71e15), [`615c5b6`](https://github.com/x0k/svelte-jsonschema-form/commit/615c5b68c792ae9612c47f24371f732fd1733906), [`2b6cc01`](https://github.com/x0k/svelte-jsonschema-form/commit/2b6cc01fbc354ecd88ef82c12cb9c33da6cbbea2)]: + - @sjsf/form@1.3.0 + - @sjsf/radix-icons@1.3.0 + - @sjsf/shadcn-theme@1.3.0 + - @sjsf/flowbite-icons@1.3.0 + - @sjsf/flowbite-theme@1.3.0 + - @sjsf/skeleton-theme@1.3.0 + - @sjsf/daisyui-theme@1.3.0 + - @sjsf/lucide-icons@1.3.0 + - @sjsf/ajv8-validator@1.3.0 + ## 1.0.4 ### Patch Changes diff --git a/apps/playground/package.json b/apps/playground/package.json index 261d9cba1..7003754fa 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -2,7 +2,7 @@ "name": "playground", "private": true, "type": "module", - "version": "1.0.4", + "version": "1.0.5", "scripts": { "dev": "vite", "build": "vite build", diff --git a/packages/ajv8-validator/CHANGELOG.md b/packages/ajv8-validator/CHANGELOG.md index f42ced49d..029c06e07 100644 --- a/packages/ajv8-validator/CHANGELOG.md +++ b/packages/ajv8-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @sjsf/ajv8-validator +## 1.3.0 + +### Patch Changes + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + ## 1.2.0 ### Patch Changes diff --git a/packages/ajv8-validator/package.json b/packages/ajv8-validator/package.json index 8f0a6ec6a..292b77778 100644 --- a/packages/ajv8-validator/package.json +++ b/packages/ajv8-validator/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/ajv8-validator", - "version": "1.2.0", + "version": "1.3.0", "description": "The ajv-8 based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -37,7 +37,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "ajv": "catalog:" }, "devDependencies": { diff --git a/packages/daisyui-theme/CHANGELOG.md b/packages/daisyui-theme/CHANGELOG.md index 3289bebd9..a92c98ade 100644 --- a/packages/daisyui-theme/CHANGELOG.md +++ b/packages/daisyui-theme/CHANGELOG.md @@ -1,5 +1,14 @@ # @sjsf/daisyui-theme +## 1.3.0 + +### Patch Changes + +- [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61) Thanks [@x0k](https://github.com/x0k)! - Use shared code for demo pages + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + ## 1.2.0 ### Patch Changes diff --git a/packages/daisyui-theme/package.json b/packages/daisyui-theme/package.json index b117d80cb..c3056eda9 100644 --- a/packages/daisyui-theme/package.json +++ b/packages/daisyui-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/daisyui-theme", - "version": "1.2.0", + "version": "1.3.0", "description": "The daisyui based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -47,7 +47,7 @@ "./styles.css": "./dist/styles.css" }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "daisyui": "^4.0.0", "svelte": "^5.0.0" }, diff --git a/packages/flowbite-icons/CHANGELOG.md b/packages/flowbite-icons/CHANGELOG.md index 3147aea3e..7acee040f 100644 --- a/packages/flowbite-icons/CHANGELOG.md +++ b/packages/flowbite-icons/CHANGELOG.md @@ -1,5 +1,14 @@ # @sjsf/flowbite-icons +## 1.3.0 + +### Patch Changes + +- [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61) Thanks [@x0k](https://github.com/x0k)! - Use shared code for demo pages + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + ## 1.2.0 ### Patch Changes diff --git a/packages/flowbite-icons/package.json b/packages/flowbite-icons/package.json index 6a309abf3..48204be81 100644 --- a/packages/flowbite-icons/package.json +++ b/packages/flowbite-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/flowbite-icons", - "version": "1.2.0", + "version": "1.3.0", "description": "The flowbite based icons set for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -48,7 +48,7 @@ "./styles.css": "./dist/styles.css" }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "flowbite-svelte-icons": "^2.0.0-next.1", "svelte": "^5.0.0" }, diff --git a/packages/flowbite-theme/CHANGELOG.md b/packages/flowbite-theme/CHANGELOG.md index b79e407d3..8a3999d91 100644 --- a/packages/flowbite-theme/CHANGELOG.md +++ b/packages/flowbite-theme/CHANGELOG.md @@ -1,5 +1,20 @@ # @sjsf/flowbite-theme +## 1.3.0 + +### Minor Changes + +- [`19b91f4`](https://github.com/x0k/svelte-jsonschema-form/commit/19b91f48296ebb6f735a2abc06fdb51831a71e15) Thanks [@x0k](https://github.com/x0k)! - Use `Datepicker` for `date` input type + +- [`615c5b6`](https://github.com/x0k/svelte-jsonschema-form/commit/615c5b68c792ae9612c47f24371f732fd1733906) Thanks [@x0k](https://github.com/x0k)! - Augment `InputAttributes` type + +### Patch Changes + +- [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61) Thanks [@x0k](https://github.com/x0k)! - Use shared code for demo pages + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + ## 1.2.0 ### Patch Changes diff --git a/packages/flowbite-theme/package.json b/packages/flowbite-theme/package.json index 352a403e6..ef4c31d91 100644 --- a/packages/flowbite-theme/package.json +++ b/packages/flowbite-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/flowbite-theme", - "version": "1.2.0", + "version": "1.3.0", "description": "The flowbite based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -48,7 +48,7 @@ "./styles.css": "./dist/styles.css" }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "flowbite": "^2.5.2", "flowbite-svelte": "^0.47.1", "svelte": "^5.0.0" diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 50ee83666..3d608ca46 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,27 @@ # @sjsf/form +## 1.3.0 + +### Minor Changes + +- [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79) Thanks [@x0k](https://github.com/x0k)! - Reset form value in default reset handler + +- [#22](https://github.com/x0k/svelte-jsonschema-form/pull/22) [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6) Thanks [@x0k](https://github.com/x0k)! - Implement `useForm` API, Add `FormContent` and `SubmitButton` components + +- [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c) Thanks [@x0k](https://github.com/x0k)! - Add `createForm` function + +- [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499) Thanks [@x0k](https://github.com/x0k)! - Allow to augment `InputAttributes` type + +### Patch Changes + +- [`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd) Thanks [@x0k](https://github.com/x0k)! - Porst a bunch of fixes for `getDefaultFormState`: + + - [Bug: issue with dependencies computeDefaults](https://github.com/rjsf-team/react-jsonschema-form/pull/4282) + - [Make fields with const pre-fiiled and readonly](https://github.com/rjsf-team/react-jsonschema-form/pull/4326) + - [Bug: Deep nested dependencies issue with assigning values to formData](https://github.com/rjsf-team/react-jsonschema-form/pull/4356) + +- [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875) Thanks [@x0k](https://github.com/x0k)! - Use the stricter `ComputeDefaultsProps2` type + ## 1.2.0 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index fbc6eee8d..3c0910d87 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/form", - "version": "1.2.0", + "version": "1.3.0", "description": "Svelte 5 library for creating forms based on JSON schema.", "license": "(MIT AND Apache-2.0)", "keywords": [ diff --git a/packages/lucide-icons/CHANGELOG.md b/packages/lucide-icons/CHANGELOG.md index 5cae1ed14..1a8d0034d 100644 --- a/packages/lucide-icons/CHANGELOG.md +++ b/packages/lucide-icons/CHANGELOG.md @@ -1,5 +1,14 @@ # @sjsf/lucide-icons +## 1.3.0 + +### Patch Changes + +- [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61) Thanks [@x0k](https://github.com/x0k)! - Use shared code for demo pages + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + ## 1.2.0 ### Patch Changes diff --git a/packages/lucide-icons/package.json b/packages/lucide-icons/package.json index f1704dfda..14418d0eb 100644 --- a/packages/lucide-icons/package.json +++ b/packages/lucide-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/lucide-icons", - "version": "1.2.0", + "version": "1.3.0", "description": "The lucide based icons set for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -43,7 +43,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "lucide-svelte": "^0.453.0", "svelte": "^5.0.0" }, diff --git a/packages/radix-icons/CHANGELOG.md b/packages/radix-icons/CHANGELOG.md new file mode 100644 index 000000000..a17f20866 --- /dev/null +++ b/packages/radix-icons/CHANGELOG.md @@ -0,0 +1,12 @@ +# @sjsf/radix-icons + +## 1.3.0 + +### Minor Changes + +- [`e6a37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/e6a37ab84a93324bd80bf776d56db7ad75c56fb3) Thanks [@x0k](https://github.com/x0k)! - Add radix-icons package + +### Patch Changes + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 diff --git a/packages/radix-icons/package.json b/packages/radix-icons/package.json index a78bf36a4..39223112f 100644 --- a/packages/radix-icons/package.json +++ b/packages/radix-icons/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/radix-icons", - "version": "0.0.1", + "version": "1.3.0", "description": "The svelte-radix based icons set for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -43,7 +43,7 @@ } }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "svelte": "^5.0.0", "svelte-radix": "^2.0.0" }, diff --git a/packages/shadcn-theme/CHANGELOG.md b/packages/shadcn-theme/CHANGELOG.md index 85f0e6f1d..54f528fc4 100644 --- a/packages/shadcn-theme/CHANGELOG.md +++ b/packages/shadcn-theme/CHANGELOG.md @@ -1,5 +1,20 @@ # @sjsf/shadcn-theme +## 1.3.0 + +### Minor Changes + +- [`b5a9529`](https://github.com/x0k/svelte-jsonschema-form/commit/b5a9529bfc582e48aa0da2a6df23a61059f11bc6) Thanks [@x0k](https://github.com/x0k)! - Add missing `PopoverTrigger` and `PopoverContent` to `ThemeComponents` type. + +- [`2b6cc01`](https://github.com/x0k/svelte-jsonschema-form/commit/2b6cc01fbc354ecd88ef82c12cb9c33da6cbbea2) Thanks [@x0k](https://github.com/x0k)! - Use `DatePicker` for `date` input type, use `Slider` for `range` input type + +### Patch Changes + +- [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61) Thanks [@x0k](https://github.com/x0k)! - Use shared code for demo pages + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + ## 1.2.0 ### Minor Changes diff --git a/packages/shadcn-theme/package.json b/packages/shadcn-theme/package.json index 6702ae39a..ba9c45417 100644 --- a/packages/shadcn-theme/package.json +++ b/packages/shadcn-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/shadcn-theme", - "version": "1.2.0", + "version": "1.3.0", "description": "The shadcn-svelte based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -56,7 +56,7 @@ "./styles.css": "./dist/styles.css" }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "bits-ui": "1.0.0-next.28", "clsx": "^2.1.1", "lucide-svelte": "^0.453.0", diff --git a/packages/skeleton-theme/CHANGELOG.md b/packages/skeleton-theme/CHANGELOG.md index dbf6afa3d..922e6e0cb 100644 --- a/packages/skeleton-theme/CHANGELOG.md +++ b/packages/skeleton-theme/CHANGELOG.md @@ -1,5 +1,14 @@ # @sjsf/skeleton-theme +## 1.3.0 + +### Patch Changes + +- [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61) Thanks [@x0k](https://github.com/x0k)! - Use shared code for demo pages + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + ## 1.2.0 ### Patch Changes diff --git a/packages/skeleton-theme/package.json b/packages/skeleton-theme/package.json index f324e84f4..ba59e0b82 100644 --- a/packages/skeleton-theme/package.json +++ b/packages/skeleton-theme/package.json @@ -1,6 +1,6 @@ { "name": "@sjsf/skeleton-theme", - "version": "1.2.0", + "version": "1.3.0", "description": "The skeleton based theme for svelte-jsonschema-form", "license": "MIT", "keywords": [ @@ -48,7 +48,7 @@ "./styles.css": "./dist/styles.css" }, "peerDependencies": { - "@sjsf/form": "workspace:^1.2.0", + "@sjsf/form": "workspace:^1.3.0", "@skeletonlabs/skeleton": "3.0.0-next.5", "@tailwindcss/forms": "^0.5.9", "svelte": "^5.0.0" diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md new file mode 100644 index 000000000..2c7d74772 --- /dev/null +++ b/packages/testing/CHANGELOG.md @@ -0,0 +1,11 @@ +# testing + +## 0.0.2 + +### Patch Changes + +- [`59e67f7`](https://github.com/x0k/svelte-jsonschema-form/commit/59e67f726e8065d8774d080b12d1f6eff90dda61) Thanks [@x0k](https://github.com/x0k)! - Use shared code for demo pages + +- Updated dependencies [[`23f37ab`](https://github.com/x0k/svelte-jsonschema-form/commit/23f37abf7b928bfef45a45ab4a902660a139bfcd), [`b88b944`](https://github.com/x0k/svelte-jsonschema-form/commit/b88b944629b7b60ea1063c9b580831d0d1676875), [`fe35ad2`](https://github.com/x0k/svelte-jsonschema-form/commit/fe35ad2e4a557e4904a055558f10a86319e4ee79), [`6144b9a`](https://github.com/x0k/svelte-jsonschema-form/commit/6144b9a3583cdf68ba240f663d5d3b6d15cea9d6), [`13a1beb`](https://github.com/x0k/svelte-jsonschema-form/commit/13a1bebd2ecd6cd84e7b8378aa8a713e7db5365c), [`e2c9d61`](https://github.com/x0k/svelte-jsonschema-form/commit/e2c9d61023bef189ee270076776eebc83bef0499)]: + - @sjsf/form@1.3.0 + - @sjsf/ajv8-validator@1.3.0 diff --git a/packages/testing/package.json b/packages/testing/package.json index 00fb179ea..3dd10d770 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "testing", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "scripts": {