Skip to content

Commit

Permalink
v5.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukehirao committed Mar 4, 2024
1 parent 39b1f96 commit 61145d5
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 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.11",
"version": "5.0.0-alpha.12",
"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.11",
"version": "5.0.0-alpha.12",
"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/csstree-scss-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/csstree-scss-syntax",
"version": "5.0.0-alpha.11",
"version": "5.0.0-alpha.12",
"description": "SCSS syntax processor based on csstree",
"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.11",
"version": "5.0.0-alpha.12",
"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.11",
"version": "5.0.0-alpha.12",
"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.11",
"version": "5.0.0-alpha.12",
"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.11",
"@d-zero/eslint-config": "5.0.0-alpha.11",
"@d-zero/lint-staged-config": "5.0.0-alpha.11",
"@d-zero/markuplint-config": "5.0.0-alpha.11",
"@d-zero/prettier-config": "5.0.0-alpha.11",
"@d-zero/pug-lint-config": "5.0.0-alpha.11",
"@d-zero/stylelint-config": "5.0.0-alpha.11",
"@d-zero/textlint-config": "5.0.0-alpha.11"
"@d-zero/cspell-config": "5.0.0-alpha.12",
"@d-zero/eslint-config": "5.0.0-alpha.12",
"@d-zero/lint-staged-config": "5.0.0-alpha.12",
"@d-zero/markuplint-config": "5.0.0-alpha.12",
"@d-zero/prettier-config": "5.0.0-alpha.12",
"@d-zero/pug-lint-config": "5.0.0-alpha.12",
"@d-zero/stylelint-config": "5.0.0-alpha.12",
"@d-zero/textlint-config": "5.0.0-alpha.12"
}
}
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.11",
"version": "5.0.0-alpha.12",
"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.11",
"version": "5.0.0-alpha.12",
"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.11",
"version": "5.0.0-alpha.12",
"description": "Configurations of pug-lint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"version": "5.0.0-alpha.12",
"description": "Configurations of Stylelint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand All @@ -23,7 +23,7 @@
],
"main": "index.js",
"dependencies": {
"@d-zero/stylelint-rules": "5.0.0-alpha.11",
"@d-zero/stylelint-rules": "5.0.0-alpha.12",
"postcss-scss": "4.0.9",
"stylelint": "16.2.1",
"stylelint-config-recess-order": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@d-zero/stylelint-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-zero/stylelint-rules",
"version": "5.0.0-alpha.11",
"version": "5.0.0-alpha.12",
"description": "Rules of Stylelint for D-ZERO",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand All @@ -20,7 +20,7 @@
"build": "tsc"
},
"dependencies": {
"@d-zero/csstree-scss-syntax": "5.0.0-alpha.11",
"@d-zero/csstree-scss-syntax": "5.0.0-alpha.12",
"css-tree": "2.3.1",
"postcss-value-parser": "4.2.0",
"stylelint": "16.2.1"
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.11",
"version": "5.0.0-alpha.12",
"description": "Configurations of textlint",
"repository": "https://github.com/d-zero-dev/linters.git",
"author": "D-ZERO Co., Ltd.",
Expand Down

0 comments on commit 61145d5

Please sign in to comment.