chore: Update version for release (#291)
This commit is contained in:
parent
fb11b738f4
commit
b07d926e02
16 changed files with 83 additions and 27 deletions
|
@ -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
|
|
|
@ -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
15
apps/demo/CHANGELOG.md
Normal 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
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@astro-reactive/demo",
|
"name": "@astro-reactive/demo",
|
||||||
"description": "Demo App for Astro Reactive Library",
|
"description": "Demo App for Astro Reactive Library",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"author": "astro-reactive",
|
"author": "astro-reactive",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
9
apps/docs/CHANGELOG.md
Normal file
9
apps/docs/CHANGELOG.md
Normal 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
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/docs",
|
"name": "@astro-reactive/docs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
9
apps/landing-page/CHANGELOG.md
Normal file
9
apps/landing-page/CHANGELOG.md
Normal 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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/landing-page",
|
"name": "@astro-reactive/landing-page",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @astro-reactive/common
|
# @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
|
## 0.1.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/common",
|
"name": "@astro-reactive/common",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"description": "Common code for Astro Reactive Packages",
|
"description": "Common code for Astro Reactive Packages",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
"types": "./types/index.ts",
|
"types": "./types/index.ts",
|
||||||
|
|
9
packages/create-astro-reactive/CHANGELOG.md
Normal file
9
packages/create-astro-reactive/CHANGELOG.md
Normal 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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-astro-reactive",
|
"name": "create-astro-reactive",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Create a new astro-reactive app",
|
"description": "Create a new astro-reactive app",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
|
|
|
@ -1,5 +1,21 @@
|
||||||
# @astro-reactive/form
|
# @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
|
## 0.7.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/form",
|
"name": "@astro-reactive/form",
|
||||||
"description": "The Reactive Form component for Astro 🔥",
|
"description": "The Reactive Form component for Astro 🔥",
|
||||||
"version": "0.7.2",
|
"version": "0.8.0",
|
||||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||||
"homepage": "https://astro-reactive.dev",
|
"homepage": "https://astro-reactive.dev",
|
||||||
"author": "astro-reactive",
|
"author": "astro-reactive",
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
# @astro-reactive/validator
|
# @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
|
## 0.3.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/validator",
|
"name": "@astro-reactive/validator",
|
||||||
"description": "Form validation library for Astro 🔥",
|
"description": "Form validation library for Astro 🔥",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||||
"homepage": "https://astro-reactive.dev",
|
"homepage": "https://astro-reactive.dev",
|
||||||
"author": "astro-reactive",
|
"author": "astro-reactive",
|
||||||
|
|
Loading…
Reference in a new issue