Skip to content

Commit

Permalink
chore: release v0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jul 6, 2023
1 parent 9b4cee1 commit 67f7bc3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-monorepo",
"version": "0.44.2",
"version": "0.45.0",
"private": true,
"packageManager": "pnpm@8.6.6",
"author": "Chris Breuer <chris@ow3.org> (https://github.com/chrisbbreuer/)",
Expand All @@ -26,4 +26,4 @@
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-basic/package.json
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-basic",
"version": "0.44.2",
"version": "0.45.0",
"description": "",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -37,4 +37,4 @@
"devDependencies": {
"eslint": "^8.44.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-react",
"version": "0.44.2",
"version": "0.45.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/eslint-config/)",
"license": "MIT",
Expand Down Expand Up @@ -28,4 +28,4 @@
"react": "^18.2.0",
"typescript": "^5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-ts",
"version": "0.44.2",
"version": "0.45.0",
"description": "",
"author": "Chris Breuer <chris@ow3.org> (https://github.com/chrisbbreuer/)",
"license": "MIT",
Expand All @@ -26,4 +26,4 @@
"devDependencies": {
"eslint": "^8.44.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config-vue",
"version": "0.44.2",
"version": "0.45.0",
"description": "",
"author": "Chris Breuer",
"license": "MIT",
Expand All @@ -23,4 +23,4 @@
"devDependencies": {
"eslint": "^8.44.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@ow3/eslint-config",
"version": "0.44.2",
"version": "0.45.0",
"description": "Open Web Foundation's ESLint config",
"author": "Chris Breuer <chris@ow3.org> (https://github.com/chrisbbreuer)",
"license": "MIT",
Expand Down Expand Up @@ -34,4 +34,4 @@
"devDependencies": {
"eslint": "^8.44.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-ow3/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-ow3",
"version": "0.44.2",
"version": "0.45.0",
"license": "MIT",
"homepage": "https://github.com/ow3org/eslint-config",
"main": "./dist/index.cjs",
Expand All @@ -27,4 +27,4 @@
"unbuild": "^1.2.1",
"vitest": "^0.32.4"
}
}
}

0 comments on commit 67f7bc3

Please sign in to comment.