chore: Update version for release (#291)

This commit is contained in:
github-actions[bot] 2023-03-25 20:36:19 +01:00 committed by GitHub
parent fb11b738f4
commit b07d926e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 83 additions and 27 deletions

View file

@ -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

View file

@ -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.

15
apps/demo/CHANGELOG.md Normal file
View file

@ -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

View file

@ -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": {

9
apps/docs/CHANGELOG.md Normal file
View file

@ -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

View file

@ -1,7 +1,7 @@
{
"name": "@astro-reactive/docs",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "@astro-reactive/landing-page",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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": {},

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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",