Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @kachkaev/eslint-config-base@0.6.0
 - @kachkaev/eslint-config-react@0.6.0
 - @kachkaev/prettier-config@1.4.1
 - @kachkaev/react-inline-js@0.4.1
  • Loading branch information
kachkaev committed Jun 3, 2023
1 parent 4d9422f commit 09b1ac5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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": "@kachkaev/eslint-config-base",
"version": "0.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "git@github.com:kachkaev/routine-npm-packages.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kachkaev/eslint-config-react",
"version": "0.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "git@github.com:kachkaev/routine-npm-packages.git",
Expand All @@ -20,7 +20,7 @@
},
"main": "main.cjs",
"dependencies": {
"@kachkaev/eslint-config-base": "^0.5.1",
"@kachkaev/eslint-config-base": "^0.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.0"
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": "@kachkaev/prettier-config",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git@github.com:kachkaev/routine-npm-packages.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-inline-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kachkaev/react-inline-js",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [
"document",
"inline",
Expand Down

0 comments on commit 09b1ac5

Please sign in to comment.