diff --git a/lerna.json b/lerna.json index 8608fbe7..be66c752 100644 --- a/lerna.json +++ b/lerna.json @@ -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/*"] } diff --git a/packages/@d-zero/cspell-config/package.json b/packages/@d-zero/cspell-config/package.json index 98afdcce..f661f98e 100644 --- a/packages/@d-zero/cspell-config/package.json +++ b/packages/@d-zero/cspell-config/package.json @@ -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.", diff --git a/packages/@d-zero/eslint-config/package.json b/packages/@d-zero/eslint-config/package.json index 28e8e65d..fdfa76b6 100644 --- a/packages/@d-zero/eslint-config/package.json +++ b/packages/@d-zero/eslint-config/package.json @@ -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.", diff --git a/packages/@d-zero/lint-staged-config/package.json b/packages/@d-zero/lint-staged-config/package.json index 4c7311cd..0a48d263 100644 --- a/packages/@d-zero/lint-staged-config/package.json +++ b/packages/@d-zero/lint-staged-config/package.json @@ -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.", diff --git a/packages/@d-zero/linters/package.json b/packages/@d-zero/linters/package.json index d3f0f8da..10861d01 100644 --- a/packages/@d-zero/linters/package.json +++ b/packages/@d-zero/linters/package.json @@ -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.", @@ -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" } } diff --git a/packages/@d-zero/markuplint-config/package.json b/packages/@d-zero/markuplint-config/package.json index 7d63b2cb..80ef20cf 100644 --- a/packages/@d-zero/markuplint-config/package.json +++ b/packages/@d-zero/markuplint-config/package.json @@ -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.", diff --git a/packages/@d-zero/prettier-config/package.json b/packages/@d-zero/prettier-config/package.json index c78e9612..cce824b8 100644 --- a/packages/@d-zero/prettier-config/package.json +++ b/packages/@d-zero/prettier-config/package.json @@ -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.", diff --git a/packages/@d-zero/pug-lint-config/package.json b/packages/@d-zero/pug-lint-config/package.json index a1b12711..c0bd437c 100644 --- a/packages/@d-zero/pug-lint-config/package.json +++ b/packages/@d-zero/pug-lint-config/package.json @@ -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.", diff --git a/packages/@d-zero/stylelint-config/package.json b/packages/@d-zero/stylelint-config/package.json index 483555a0..1c3bb797 100644 --- a/packages/@d-zero/stylelint-config/package.json +++ b/packages/@d-zero/stylelint-config/package.json @@ -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.", diff --git a/packages/@d-zero/textlint-config/package.json b/packages/@d-zero/textlint-config/package.json index db39e6de..e4d9642b 100644 --- a/packages/@d-zero/textlint-config/package.json +++ b/packages/@d-zero/textlint-config/package.json @@ -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.",