Skip to content

Commit

Permalink
v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDutchenko committed Oct 15, 2023
1 parent b39fabd commit cc90059
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "11.0.5",
"version": "12.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": false
}
12 changes: 6 additions & 6 deletions 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/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wezom/eslint-config-react",
"version": "11.0.5",
"version": "12.0.0",
"description": "ESLint shareable config for React",
"main": ".eslintrc.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wezom/eslint-config-ts-react",
"version": "11.0.5",
"version": "12.0.0",
"description": "ESLint shareable config for React + TypeScript",
"main": ".eslintrc.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wezom/eslint-config-ts",
"version": "11.0.5",
"version": "12.0.0",
"description": "ESLint shareable config for TypeScript",
"main": ".eslintrc.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wezom/eslint-config",
"version": "11.0.5",
"version": "12.0.0",
"description": "ESLint shareable config",
"main": ".eslintrc.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wezom/stylelint-config-scss",
"version": "11.0.0",
"version": "12.0.0",
"description": "Stylelint shareable config for SCSS",
"main": ".stylelintrc.json",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wezom/stylelint-config",
"version": "11.0.0",
"version": "12.0.0",
"description": "Stylelint shareable config",
"main": ".stylelintrc.json",
"files": [
Expand Down

0 comments on commit cc90059

Please sign in to comment.