Skip to content

Commit

Permalink
chore: release v0.44.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 29, 2023
1 parent ea0df2b commit e68e30a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-monorepo",
"version": "0.44.1",
"version": "0.44.2",
"private": true,
"packageManager": "pnpm@8.5.1",
"author": "Chris Breuer <chris@ow3.org> (https://github.com/chrisbbreuer/)",
Expand All @@ -26,4 +26,4 @@
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-basic",
"version": "0.44.1",
"version": "0.44.2",
"description": "",
"author": "Chris Breuer",
"license": "MIT",
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": "@ow3/eslint-config-react",
"version": "0.44.1",
"version": "0.44.2",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/eslint-config/)",
"license": "MIT",
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": "@ow3/eslint-config-ts",
"version": "0.44.1",
"version": "0.44.2",
"description": "",
"author": "Chris Breuer <chris@ow3.org> (https://github.com/chrisbbreuer/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-vue",
"version": "0.44.1",
"version": "0.44.2",
"description": "",
"author": "Chris Breuer",
"license": "MIT",
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": "@ow3/eslint-config",
"version": "0.44.1",
"version": "0.44.2",
"description": "Open Web Foundation's ESLint config",
"author": "Chris Breuer <chris@ow3.org> (https://github.com/chrisbbreuer)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ow3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ow3",
"version": "0.44.1",
"version": "0.44.2",
"license": "MIT",
"homepage": "https://github.com/ow3org/eslint-config",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit e68e30a

Please sign in to comment.