diff --git a/.changeset/famous-moons-serve.md b/.changeset/famous-moons-serve.md deleted file mode 100644 index 2c8229612..000000000 --- a/.changeset/famous-moons-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": patch ---- - -Enable links validation diff --git a/.changeset/funky-onions-stare.md b/.changeset/funky-onions-stare.md deleted file mode 100644 index 2085a3b88..000000000 --- a/.changeset/funky-onions-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": patch ---- - -Update validator extension example diff --git a/.changeset/fuzzy-pugs-allow.md b/.changeset/fuzzy-pugs-allow.md deleted file mode 100644 index 9e8394921..000000000 --- a/.changeset/fuzzy-pugs-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": patch ---- - -Sync reactive flow diagram diff --git a/.changeset/red-brooms-search.md b/.changeset/red-brooms-search.md deleted file mode 100644 index 0276477b8..000000000 --- a/.changeset/red-brooms-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": minor ---- - -Add `schema-transformation` example diff --git a/.changeset/soft-clubs-rush.md b/.changeset/soft-clubs-rush.md deleted file mode 100644 index ec3ec699b..000000000 --- a/.changeset/soft-clubs-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": minor ---- - -Add the `Working with enumerations` section to the custom components page diff --git a/.changeset/thin-guests-relax.md b/.changeset/thin-guests-relax.md deleted file mode 100644 index 120bdb695..000000000 --- a/.changeset/thin-guests-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": minor ---- - -Add `LLMs` page diff --git a/.changeset/true-grapes-thank.md b/.changeset/true-grapes-thank.md deleted file mode 100644 index 46d0c3b7e..000000000 --- a/.changeset/true-grapes-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": minor ---- - -Add Pico CSS demo diff --git a/.changeset/vast-views-clean.md b/.changeset/vast-views-clean.md deleted file mode 100644 index 9d4315e4e..000000000 --- a/.changeset/vast-views-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs2": patch ---- - -Mention dynamic schemas in Advanced API section diff --git a/apps/docs2/CHANGELOG.md b/apps/docs2/CHANGELOG.md index 3dc22a56e..e09d7e69b 100644 --- a/apps/docs2/CHANGELOG.md +++ b/apps/docs2/CHANGELOG.md @@ -1,5 +1,27 @@ # docs +## 1.11.0 + +### Minor Changes + +- Add `schema-transformation` example ([#270](https://github.com/x0k/svelte-jsonschema-form/pull/270)) + +- Add the `Working with enumerations` section to the custom components page ([#273](https://github.com/x0k/svelte-jsonschema-form/pull/273)) + +- Add `LLMs` page ([#275](https://github.com/x0k/svelte-jsonschema-form/pull/275)) + +- Add Pico CSS demo ([#272](https://github.com/x0k/svelte-jsonschema-form/pull/272)) + +### Patch Changes + +- Enable links validation ([#274](https://github.com/x0k/svelte-jsonschema-form/pull/274)) + +- Update validator extension example ([#275](https://github.com/x0k/svelte-jsonschema-form/pull/275)) + +- Sync reactive flow diagram ([#275](https://github.com/x0k/svelte-jsonschema-form/pull/275)) + +- Mention dynamic schemas in Advanced API section ([#275](https://github.com/x0k/svelte-jsonschema-form/pull/275)) + ## 1.10.0 ### Minor Changes diff --git a/apps/docs2/package.json b/apps/docs2/package.json index 16bf93f08..922a824c1 100644 --- a/apps/docs2/package.json +++ b/apps/docs2/package.json @@ -2,7 +2,7 @@ "name": "docs2", "private": true, "type": "module", - "version": "1.10.0", + "version": "1.11.0", "scripts": { "dev": "astro dev", "precompile-ajv-validator": "node --experimental-strip-types src/content/docs/validators/ajv/precompile/compile-schema-script.ts",