chore: patch packages (#108)
This commit is contained in:
parent
31a8e8c77d
commit
964e800dae
3 changed files with 5 additions and 5 deletions
|
@ -23,9 +23,9 @@
|
|||
"lint:fix": "npm run lint:fix --workspaces --if-present",
|
||||
"build": "npm run build --workspaces --if-present",
|
||||
"test:watch": "npm run test:watch --workspaces --if-present",
|
||||
"bump:patch": "npm version patch -w",
|
||||
"bump:minor": "npm version minor -w",
|
||||
"bump:major": "npm version major -w",
|
||||
"patch": "npm version patch -w",
|
||||
"minor": "npm version minor -w",
|
||||
"major": "npm version major -w",
|
||||
"publish": "npm publish --access public -w"
|
||||
},
|
||||
"license": "ISC",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
||||
"author": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue