Skip to content

Commit

Permalink
chore: release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Sep 18, 2023
1 parent e410921 commit f31673e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirklin/eslint-config-monorepo",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"packageManager": "pnpm@8.7.6",
"author": "Kirk Lin <linkirk@163.com> (https://github.com/kirklin)",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirklin/eslint-config-basic",
"version": "0.5.3",
"version": "0.5.4",
"description": "",
"author": "Kirk Lin <linkirk@163.com> (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirklin/eslint-config-react",
"version": "0.5.3",
"version": "0.5.4",
"description": "",
"author": "Kirk Lin <linkirk@163.com> (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirklin/eslint-config-ts",
"version": "0.5.3",
"version": "0.5.4",
"description": "",
"author": "Kirk Lin <linkirk@163.com> (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirklin/eslint-config-vue",
"version": "0.5.3",
"version": "0.5.4",
"description": "",
"author": "Kirk Lin <linkirk@163.com> (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kirklin/eslint-config",
"version": "0.5.3",
"version": "0.5.4",
"description": "Kirk Lin's ESLint config",
"author": "Kirk Lin <linkirk@163.com> (https://github.com/kirklin)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-kirklin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-kirklin",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",
"homepage": "https://github.com/kirklin/eslint-config",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit f31673e

Please sign in to comment.