Skip to content

Commit

Permalink
v5.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukehirao committed Feb 6, 2024
1 parent ebc796d commit 5bb32f4
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "8.0.1",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"npmClient": "yarn",
"packages": ["packages/@d-zero/*"]
}
2 changes: 1 addition & 1 deletion packages/@d-zero/cspell-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/cspell-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of CSpell",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/eslint-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of ESLint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/lint-staged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/lint-staged-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of lint-staged",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
18 changes: 9 additions & 9 deletions packages/@d-zero/linters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/linters",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Unified Linter Package that easily integrates multiple linters and shared configuration files",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand All @@ -10,13 +10,13 @@
"access": "public"
},
"dependencies": {
"@d-zero/cspell-config": "5.0.0-alpha.6",
"@d-zero/eslint-config": "5.0.0-alpha.6",
"@d-zero/lint-staged-config": "5.0.0-alpha.6",
"@d-zero/markuplint-config": "5.0.0-alpha.6",
"@d-zero/prettier-config": "5.0.0-alpha.6",
"@d-zero/pug-lint-config": "5.0.0-alpha.6",
"@d-zero/stylelint-config": "5.0.0-alpha.6",
"@d-zero/textlint-config": "5.0.0-alpha.6"
"@d-zero/cspell-config": "5.0.0-alpha.7",
"@d-zero/eslint-config": "5.0.0-alpha.7",
"@d-zero/lint-staged-config": "5.0.0-alpha.7",
"@d-zero/markuplint-config": "5.0.0-alpha.7",
"@d-zero/prettier-config": "5.0.0-alpha.7",
"@d-zero/pug-lint-config": "5.0.0-alpha.7",
"@d-zero/stylelint-config": "5.0.0-alpha.7",
"@d-zero/textlint-config": "5.0.0-alpha.7"
}
}
2 changes: 1 addition & 1 deletion packages/@d-zero/markuplint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/markuplint-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of Markuplint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/prettier-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of Prettier",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/pug-lint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/pug-lint-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of pug-lint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/stylelint-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of Stylelint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/textlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/textlint-config",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Configurations of textlint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down

0 comments on commit 5bb32f4

Please sign in to comment.