chore: Update version for release (#310)

This commit is contained in:
github-actions[bot] 2023-11-11 20:56:38 +01:00 committed by GitHub
parent a1cc4b006b
commit 4c67ac0e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 57 additions and 18 deletions

View file

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

View file

@ -1,5 +1,14 @@
# @astro-reactive/demo # @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 ## 0.1.0
### Minor Changes ### Minor Changes

View file

@ -1,7 +1,7 @@
{ {
"name": "@astro-reactive/demo", "name": "@astro-reactive/demo",
"description": "Demo App for Astro Reactive Library", "description": "Demo App for Astro Reactive Library",
"version": "0.1.0", "version": "0.1.1",
"author": "astro-reactive", "author": "astro-reactive",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -1,5 +1,11 @@
# @astro-reactive/docs # @astro-reactive/docs
## 0.1.1
### Patch Changes
- a1cc4b0: Update homepage to https://astro-reactive.js.org
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astro-reactive/landing-page # @astro-reactive/landing-page
## 1.0.1
### Patch Changes
- a1cc4b0: Update homepage to https://astro-reactive.js.org
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes

View file

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

View file

@ -1,5 +1,11 @@
# @astro-reactive/common # @astro-reactive/common
## 0.2.1
### Patch Changes
- a1cc4b0: Update homepage to https://astro-reactive.js.org
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@astro-reactive/common", "name": "@astro-reactive/common",
"version": "0.2.0", "version": "0.2.1",
"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",

View file

@ -1,5 +1,11 @@
# create-astro-reactive # create-astro-reactive
## 0.0.4
### Patch Changes
- a1cc4b0: Update homepage to https://astro-reactive.js.org
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "create-astro-reactive", "name": "create-astro-reactive",
"version": "0.0.3", "version": "0.0.4",
"description": "Create a new astro-reactive app", "description": "Create a new astro-reactive app",
"main": "index.js", "main": "index.js",
"devDependencies": {}, "devDependencies": {},

View file

@ -1,5 +1,14 @@
# @astro-reactive/form # @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 ## 0.9.0
### Minor Changes ### Minor Changes

View file

@ -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.9.0", "version": "0.9.1",
"repository": "https://github.com/astro-reactive/astro-reactive", "repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://astro-reactive.js.org", "homepage": "https://astro-reactive.js.org",
"author": "astro-reactive", "author": "astro-reactive",

View file

@ -1,5 +1,13 @@
# @astro-reactive/validator # @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 ## 0.4.0
### Minor Changes ### Minor Changes

View file

@ -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.4.0", "version": "0.4.1",
"repository": "https://github.com/astro-reactive/astro-reactive", "repository": "https://github.com/astro-reactive/astro-reactive",
"homepage": "https://astro-reactive.js.org", "homepage": "https://astro-reactive.js.org",
"author": "astro-reactive", "author": "astro-reactive",