release v0.19.3

This commit is contained in:
Anthony Fu 2022-04-02 23:18:43 +08:00
parent ded3cf2da2
commit a6692cc074
7 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@antfu/eslint-config-monorepo", "name": "@antfu/eslint-config-monorepo",
"version": "0.19.2", "version": "0.19.3",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint .",
"prepare":"pnpm -r run stub", "prepare": "pnpm -r run stub",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public" "release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config", "name": "@antfu/eslint-config",
"version": "0.19.2", "version": "0.19.3",
"description": "", "description": "",
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-basic", "name": "@antfu/eslint-config-basic",
"version": "0.19.2", "version": "0.19.3",
"description": "", "description": "",
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "eslint-plugin-antfu", "name": "eslint-plugin-antfu",
"version": "0.0.0", "version": "0.19.3",
"license": "MIT", "license": "MIT",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-react", "name": "@antfu/eslint-config-react",
"version": "0.19.2", "version": "0.19.3",
"description": "", "description": "",
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-ts", "name": "@antfu/eslint-config-ts",
"version": "0.19.2", "version": "0.19.3",
"description": "", "description": "",
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-vue", "name": "@antfu/eslint-config-vue",
"version": "0.19.2", "version": "0.19.3",
"description": "", "description": "",
"keywords": [], "keywords": [],
"license": "MIT", "license": "MIT",