chore: Update version for release (#310)
This commit is contained in:
parent
a1cc4b006b
commit
4c67ac0e8c
15 changed files with 57 additions and 18 deletions
|
@ -1,11 +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
|
||||
---
|
||||
|
||||
Update homepage to https://astro-reactive.js.org
|
|
@ -1,5 +1,14 @@
|
|||
# @astro-reactive/demo
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a1cc4b0: Update homepage to https://astro-reactive.js.org
|
||||
- Updated dependencies [a1cc4b0]
|
||||
- @astro-reactive/validator@0.4.1
|
||||
- @astro-reactive/form@0.9.1
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/demo",
|
||||
"description": "Demo App for Astro Reactive Library",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"author": "astro-reactive",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astro-reactive/docs
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a1cc4b0: Update homepage to https://astro-reactive.js.org
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/docs",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astro-reactive/landing-page
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a1cc4b0: Update homepage to https://astro-reactive.js.org
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/landing-page",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astro-reactive/common
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a1cc4b0: Update homepage to https://astro-reactive.js.org
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Common code for Astro Reactive Packages",
|
||||
"main": "index.ts",
|
||||
"types": "./types/index.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# create-astro-reactive
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a1cc4b0: Update homepage to https://astro-reactive.js.org
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro-reactive",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "Create a new astro-reactive app",
|
||||
"main": "index.js",
|
||||
"devDependencies": {},
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# @astro-reactive/form
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a1cc4b0: Update homepage to https://astro-reactive.js.org
|
||||
- Updated dependencies [a1cc4b0]
|
||||
- @astro-reactive/validator@0.4.1
|
||||
- @astro-reactive/common@0.2.1
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"author": "astro-reactive",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# @astro-reactive/validator
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a1cc4b0: Update homepage to https://astro-reactive.js.org
|
||||
- Updated dependencies [a1cc4b0]
|
||||
- @astro-reactive/common@0.2.1
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"repository": "https://github.com/astro-reactive/astro-reactive",
|
||||
"homepage": "https://astro-reactive.js.org",
|
||||
"author": "astro-reactive",
|
||||
|
|
Loading…
Reference in a new issue