Skip to content

Commit

Permalink
chore: release v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 8, 2022
1 parent 8bceb3e commit fa24ca7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
@@ -1,12 +1,13 @@
{
"name": "@antfu/eslint-config-monorepo",
"version": "0.25.2",
"version": "0.26.0",
"private": true,
"packageManager": "pnpm@7.1.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"test": "pnpm -r run test",
"prepare": "pnpm -r run stub",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/all/package.json
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.25.2",
"version": "0.26.0",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic/package.json
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-basic",
"version": "0.25.2",
"version": "0.26.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-antfu/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-antfu",
"version": "0.25.2",
"version": "0.26.0",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.25.2",
"version": "0.26.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.25.2",
"version": "0.26.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.25.2",
"version": "0.26.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
Expand Down

0 comments on commit fa24ca7

Please sign in to comment.