Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Dec 4, 2023
1 parent ea4cea4 commit b05eb58
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": "@kurone-kito/lints-config",
"version": "0.8.2",
"version": "0.8.3",
"private": true,
"description": "My configuration for the ESLint / Prettier / TypeScript",
"keywords": [
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.8.2",
"version": "0.8.3",
"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.8.2",
"version": "0.8.3",
"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.8.2",
"version": "0.8.3",
"description": "My ESLint configuration for React 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.8.2",
"version": "0.8.3",
"description": "My lint-staged 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.8.2",
"version": "0.8.3",
"description": "My TypeScript configuration for general projects",
"keywords": [
"config",
Expand Down

0 comments on commit b05eb58

Please sign in to comment.