Skip to content

Commit

Permalink
v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t3n-devops committed Nov 11, 2024
1 parent 29bf0dd commit 0583463
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "6.2.1",
"version": "6.2.2",
"packages": ["packages/*"]
}
4 changes: 2 additions & 2 deletions packages/base/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3n/eslint-config",
"version": "6.2.1",
"version": "6.2.2",
"description": "ESLint config for t3n JS projects",
"scripts": {
"prettier:check": "prettier --check './**/*.js'",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3n/eslint-config-react",
"version": "6.2.1",
"version": "6.2.2",
"description": "ESLint config for t3n react projects",
"scripts": {
"prettier:check": "prettier --check './**/*.js'",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t3n/eslint-config-typescript",
"version": "6.2.1",
"version": "6.2.2",
"description": "ESLint config for t3n typescript projects",
"scripts": {
"prettier:check": "prettier --check './**/*.js'",
Expand Down

0 comments on commit 0583463

Please sign in to comment.