chore: Update version for release (#295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
4d2a577b0e
commit
c0f3ca1fa3
14 changed files with 73 additions and 22 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@astro-reactive/landing-page": major
|
||||
---
|
||||
|
||||
Make the npm install script shorter
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
"@astro-reactive/validator": minor
|
||||
"@astro-reactive/landing-page": minor
|
||||
"@astro-reactive/common": minor
|
||||
"@astro-reactive/form": minor
|
||||
"@astro-reactive/demo": minor
|
||||
"@astro-reactive/docs": minor
|
||||
---
|
||||
|
||||
Support Astro 3
|
|
@ -1,5 +1,17 @@
|
|||
# @astro-reactive/demo
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4d2a577: Support Astro 3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4d2a577]
|
||||
- @astro-reactive/validator@0.4.0
|
||||
- @astro-reactive/form@0.9.0
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/demo",
|
||||
"description": "Demo App for Astro Reactive Library",
|
||||
"version": "0.0.2",
|
||||
"version": "0.1.0",
|
||||
"author": "astro-reactive",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astro-reactive/docs
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4d2a577: Support Astro 3
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/docs",
|
||||
"type": "module",
|
||||
"version": "0.0.3",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# @astro-reactive/landing-page
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 6e27739: Make the npm install script shorter
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4d2a577: Support Astro 3
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/landing-page",
|
||||
"version": "0.0.2",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astro-reactive/common
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4d2a577: Support Astro 3
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
@ -15,30 +21,39 @@
|
|||
- 414a0bd: Fix dependencies for Astro v2+ support
|
||||
|
||||
## v0.1.6
|
||||
|
||||
- updates on how packages share files
|
||||
|
||||
## v0.1.5
|
||||
|
||||
- fix form method type to accept: 'get', 'post', 'dialog'
|
||||
|
||||
## v0.1.4
|
||||
|
||||
- form validation hook property `triggerValidationOn`
|
||||
- form properties `action` and `method`
|
||||
|
||||
## v0.1.2
|
||||
|
||||
- make `Checkbox.checked` optional
|
||||
|
||||
## v0.1.1
|
||||
|
||||
- fix broken `ControlConfig`
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- deprecate `labelPosition` prop
|
||||
- TextArea and Dropdown types
|
||||
|
||||
## 0.0.3
|
||||
|
||||
- update package exports and files
|
||||
|
||||
## 0.0.2
|
||||
|
||||
- expose types on top-level index
|
||||
|
||||
## 0.0.1
|
||||
|
||||
- initialize @astro-reactive/common package
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0",
|
||||
"description": "Common code for Astro Reactive Packages",
|
||||
"main": "index.ts",
|
||||
"types": "./types/index.ts",
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# @astro-reactive/form
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4d2a577: Support Astro 3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4d2a577]
|
||||
- @astro-reactive/validator@0.4.0
|
||||
- @astro-reactive/common@0.2.0
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.8.1",
|
||||
"version": "0.9.0",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"author": "astro-reactive",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @astro-reactive/validator
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4d2a577: Support Astro 3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4d2a577]
|
||||
- @astro-reactive/common@0.2.0
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.3.4",
|
||||
"version": "0.4.0",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://astro-reactive.dev",
|
||||
"author": "astro-reactive",
|
||||
|
|
Loading…
Reference in a new issue