Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Nov 6, 2024
1 parent 776133f commit 6328db2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/lints-config",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"private": true,
"description": "My configuration for the ESLint / Prettier / TypeScript",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/commitlint-config",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My commitlint configuration for general projects",
"keywords": [
"commitlint",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/cspell-config",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My CSpell configuration for general projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/eslint-config-base",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My ESLint configuration for general Node.js projects",
"keywords": [
"config",
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": "@kurone-kito/eslint-config-react",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My ESLint configuration for React projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/eslint-config-solid",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My ESLint configuration for Solid.js projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/lint-staged-config",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My lint-staged configuration for general projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdownlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/markdownlint-config",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My Markdownlint configuration for general projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/prettier-config",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My Prettier configuration for general projects",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kurone-kito/typescript-config",
"version": "0.16.1",
"version": "0.17.0-alpha.4",
"description": "My TypeScript configuration for general projects",
"keywords": [
"config",
Expand Down

0 comments on commit 6328db2

Please sign in to comment.