chore: bump patch and publish common

This commit is contained in:
Ayo 2022-10-28 12:46:49 +02:00
parent 79882fd9b1
commit 3cba6e8e9c
6 changed files with 14 additions and 11 deletions

10
package-lock.json generated
View file

@ -10473,7 +10473,7 @@
},
"packages/common": {
"name": "@astro-reactive/common",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"devDependencies": {}
},
@ -10482,7 +10482,7 @@
"version": "0.5.1",
"license": "MIT",
"dependencies": {
"@astro-reactive/common": "^0.0.1",
"@astro-reactive/common": "^0.0.2",
"@astro-reactive/validator": "^0.1.0"
},
"devDependencies": {
@ -10521,7 +10521,7 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@astro-reactive/common": "^0.0.1"
"@astro-reactive/common": "^0.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
@ -10743,7 +10743,7 @@
"@astro-reactive/form": {
"version": "file:packages/form",
"requires": {
"@astro-reactive/common": "^0.0.1",
"@astro-reactive/common": "^0.0.2",
"@astro-reactive/validator": "^0.1.0",
"@types/chai": "^4.3.3",
"@types/eslint": "^8.4.6",
@ -10773,7 +10773,7 @@
"@astro-reactive/validator": {
"version": "file:packages/validator",
"requires": {
"@astro-reactive/common": "^0.0.1",
"@astro-reactive/common": "^0.0.2",
"@types/chai": "^4.3.3",
"@types/eslint": "^8.4.6",
"@types/mocha": "^10.0.0",

View file

@ -24,9 +24,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",
"patch": "npm outdated && npm version patch -w",
"minor": "npm outdated && npm version minor -w",
"major": "npm outdated && 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",

View file

@ -1,2 +1,5 @@
## 0.0.2
- expose types on top-level index
## 0.0.1
- initialize @astro-reactive/common package

View file

@ -1,6 +1,6 @@
{
"name": "@astro-reactive/common",
"version": "0.0.1",
"version": "0.0.2",
"description": "Common code for Astro Reactive Packages",
"main": "index.js",
"devDependencies": {},

View file

@ -57,6 +57,6 @@
"license": "MIT",
"dependencies": {
"@astro-reactive/validator": "^0.1.0",
"@astro-reactive/common": "^0.0.1"
"@astro-reactive/common": "^0.0.2"
}
}

View file

@ -53,7 +53,7 @@
"astro": "^1.5.0"
},
"dependencies": {
"@astro-reactive/common": "^0.0.1"
"@astro-reactive/common": "^0.0.2"
},
"main": "index.js",
"directories": {