Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Nov 11, 2023
1 parent 3055e34 commit 72739e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.0",
"version": "0.8.1",
"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.0",
"version": "0.8.1",
"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.0",
"version": "0.8.1",
"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.0",
"version": "0.8.1",
"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.0",
"version": "0.8.1",
"description": "My lint-staged 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.8.0",
"version": "0.8.1",
"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.8.0",
"version": "0.8.1",
"description": "My TypeScript configuration for general projects",
"keywords": [
"config",
Expand Down

0 comments on commit 72739e2

Please sign in to comment.