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",
"version": "0.19.2",
"version": "0.19.3",
"private": true,
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"scripts": {
"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"
},
"devDependencies": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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