Skip to content

Commit

Permalink
release: v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Aug 27, 2024
1 parent 57d525b commit 43ed0e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yutengjing/eslint-config-monorepo",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"packageManager": "[email protected]",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yutengjing/eslint-config-basic",
"version": "1.2.1",
"version": "1.2.2",
"description": "eslint config for ts + react project",
"author": {
"name": "YuTengjing",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yutengjing/eslint-plugin",
"version": "1.2.1",
"version": "1.2.2",
"main": "./index.js",
"files": [
"index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yutengjing/eslint-config-react",
"version": "1.2.1",
"version": "1.2.2",
"description": "eslint config optimized for react",
"author": {
"name": "YuTengjing",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yutengjing/eslint-config-typescript",
"version": "1.2.1",
"version": "1.2.2",
"description": "eslint config for typescript project",
"author": {
"name": "YuTengjing",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yutengjing/eslint-config-vue",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"author": {
"name": "YuTengjing",
Expand Down

0 comments on commit 43ed0e2

Please sign in to comment.