diff --git a/.changeset/hot-buses-repeat.md b/.changeset/hot-buses-repeat.md deleted file mode 100644 index 3350604..0000000 --- a/.changeset/hot-buses-repeat.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"create-astro-reactive": patch -"@astro-reactive/validator": patch -"@astro-reactive/landing-page": patch -"@astro-reactive/common": patch -"@astro-reactive/form": patch -"@astro-reactive/demo": patch -"@astro-reactive/docs": patch ---- - -Initial `create-astro-reactive` package -Update packages' meta information (author, homepage) -Upadte LICENSE owner info to `astro-reactive` organization diff --git a/.changeset/sour-bobcats-peel.md b/.changeset/sour-bobcats-peel.md deleted file mode 100644 index e475322..0000000 --- a/.changeset/sour-bobcats-peel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@astro-reactive/form": minor -"@astro-reactive/demo": patch ---- - -1. Change the default of `validateOnLoad` property to true, making server-side rendering validation the default behavior for the `Form` component. -1. Update the demo `index.astro` page by removing the `validateOnLoad` property/directive on the example which should still result to server-side rendered validation results. diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md new file mode 100644 index 0000000..715c73c --- /dev/null +++ b/apps/demo/CHANGELOG.md @@ -0,0 +1,15 @@ +# @astro-reactive/demo + +## 0.0.2 + +### Patch Changes + +- fb11b73: Initial `create-astro-reactive` package + Update packages' meta information (author, homepage) + Upadte LICENSE owner info to `astro-reactive` organization +- 30de516: 1. Change the default of `validateOnLoad` property to true, making server-side rendering validation the default behavior for the `Form` component. + 1. Update the demo `index.astro` page by removing the `validateOnLoad` property/directive on the example which should still result to server-side rendered validation results. +- Updated dependencies [fb11b73] +- Updated dependencies [30de516] + - @astro-reactive/validator@0.3.3 + - @astro-reactive/form@0.8.0 diff --git a/apps/demo/package.json b/apps/demo/package.json index 65bac19..2a1d3b8 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -2,7 +2,7 @@ "name": "@astro-reactive/demo", "description": "Demo App for Astro Reactive Library", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "author": "astro-reactive", "private": true, "scripts": { diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md new file mode 100644 index 0000000..f654a55 --- /dev/null +++ b/apps/docs/CHANGELOG.md @@ -0,0 +1,9 @@ +# @astro-reactive/docs + +## 0.0.2 + +### Patch Changes + +- fb11b73: Initial `create-astro-reactive` package + Update packages' meta information (author, homepage) + Upadte LICENSE owner info to `astro-reactive` organization diff --git a/apps/docs/package.json b/apps/docs/package.json index 53e502a..3cfca44 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@astro-reactive/docs", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "astro dev", diff --git a/apps/landing-page/CHANGELOG.md b/apps/landing-page/CHANGELOG.md new file mode 100644 index 0000000..b59f88c --- /dev/null +++ b/apps/landing-page/CHANGELOG.md @@ -0,0 +1,9 @@ +# @astro-reactive/landing-page + +## 0.0.2 + +### Patch Changes + +- fb11b73: Initial `create-astro-reactive` package + Update packages' meta information (author, homepage) + Upadte LICENSE owner info to `astro-reactive` organization diff --git a/apps/landing-page/package.json b/apps/landing-page/package.json index c839003..8ab72ca 100644 --- a/apps/landing-page/package.json +++ b/apps/landing-page/package.json @@ -1,6 +1,6 @@ { "name": "@astro-reactive/landing-page", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "astro dev", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index ff2b4a1..9bc8848 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,13 @@ # @astro-reactive/common +## 0.1.9 + +### Patch Changes + +- fb11b73: Initial `create-astro-reactive` package + Update packages' meta information (author, homepage) + Upadte LICENSE owner info to `astro-reactive` organization + ## 0.1.8 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 40c3740..f324242 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@astro-reactive/common", - "version": "0.1.8", + "version": "0.1.9", "description": "Common code for Astro Reactive Packages", "main": "index.ts", "types": "./types/index.ts", diff --git a/packages/create-astro-reactive/CHANGELOG.md b/packages/create-astro-reactive/CHANGELOG.md new file mode 100644 index 0000000..ab2a4f6 --- /dev/null +++ b/packages/create-astro-reactive/CHANGELOG.md @@ -0,0 +1,9 @@ +# create-astro-reactive + +## 0.0.2 + +### Patch Changes + +- fb11b73: Initial `create-astro-reactive` package + Update packages' meta information (author, homepage) + Upadte LICENSE owner info to `astro-reactive` organization diff --git a/packages/create-astro-reactive/package.json b/packages/create-astro-reactive/package.json index 5efbc8b..fa97945 100644 --- a/packages/create-astro-reactive/package.json +++ b/packages/create-astro-reactive/package.json @@ -1,6 +1,6 @@ { "name": "create-astro-reactive", - "version": "0.0.1", + "version": "0.0.2", "description": "Create a new astro-reactive app", "main": "index.js", "devDependencies": {}, diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index edb8e18..31eb2c9 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,21 @@ # @astro-reactive/form +## 0.8.0 + +### Minor Changes + +- 30de516: 1. Change the default of `validateOnLoad` property to true, making server-side rendering validation the default behavior for the `Form` component. + 1. Update the demo `index.astro` page by removing the `validateOnLoad` property/directive on the example which should still result to server-side rendered validation results. + +### Patch Changes + +- fb11b73: Initial `create-astro-reactive` package + Update packages' meta information (author, homepage) + Upadte LICENSE owner info to `astro-reactive` organization +- Updated dependencies [fb11b73] + - @astro-reactive/validator@0.3.3 + - @astro-reactive/common@0.1.9 + ## 0.7.2 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index 2759f0e..5b77323 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,7 +1,7 @@ { "name": "@astro-reactive/form", "description": "The Reactive Form component for Astro 🔥", - "version": "0.7.2", + "version": "0.8.0", "repository": "https://github.com/astro-reactive/astro-reactive", "homepage": "https://astro-reactive.dev", "author": "astro-reactive", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 39440fa..dc79d7f 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,15 @@ # @astro-reactive/validator +## 0.3.3 + +### Patch Changes + +- fb11b73: Initial `create-astro-reactive` package + Update packages' meta information (author, homepage) + Upadte LICENSE owner info to `astro-reactive` organization +- Updated dependencies [fb11b73] + - @astro-reactive/common@0.1.9 + ## 0.3.2 ### Patch Changes diff --git a/packages/validator/package.json b/packages/validator/package.json index a3cf8e1..0b7a80c 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@astro-reactive/validator", "description": "Form validation library for Astro 🔥", - "version": "0.3.2", + "version": "0.3.3", "repository": "https://github.com/astro-reactive/astro-reactive", "homepage": "https://astro-reactive.dev", "author": "astro-reactive",