Skip to content

Commit

Permalink
chore: release v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Sep 18, 2023
1 parent 21092c1 commit b73dbb3
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.5",
"version": "0.5.6",
"private": true,
"packageManager": "[email protected]",
"author": "Kirk Lin <[email protected]> (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.5",
"version": "0.5.6",
"description": "",
"author": "Kirk Lin <[email protected]> (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.5",
"version": "0.5.6",
"description": "",
"author": "Kirk Lin <[email protected]> (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.5",
"version": "0.5.6",
"description": "",
"author": "Kirk Lin <[email protected]> (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.5",
"version": "0.5.6",
"description": "",
"author": "Kirk Lin <[email protected]> (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.5",
"version": "0.5.6",
"description": "Kirk Lin's ESLint config",
"author": "Kirk Lin <[email protected]> (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.5",
"version": "0.5.6",
"license": "MIT",
"homepage": "https://github.com/kirklin/eslint-config",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit b73dbb3

Please sign in to comment.