Skip to content

Commit 5ac656e

Browse files
committed
chore: release v1.0.2
1 parent 3218b77 commit 5ac656e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderwyd/eslint-config-monorepo",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"packageManager": "pnpm@8.6.11",
66
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
@@ -10,7 +10,7 @@
1010
"test": "pnpm -r run test",
1111
"build": "pnpm -r run build",
1212
"prepare": "pnpm -r run stub",
13-
"release": "bumpp -r && pnpm -r publish",
13+
"release": "bumpp -r && pnpm -r publish --access public",
1414
"up": "taze major -r -I"
1515
},
1616
"devDependencies": {

packages/eslint-config-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderwyd/eslint-config-basic",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
66
"license": "MIT",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderwyd/eslint-config-react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
66
"license": "MIT",

packages/eslint-config-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderwyd/eslint-config-ts",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
66
"license": "MIT",

packages/eslint-config-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderwyd/eslint-config-vue",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
66
"license": "MIT",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderwyd/eslint-config",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Anthony's ESLint config",
55
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
66
"license": "MIT",

packages/eslint-plugin-coderwyd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-coderwyd",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
66
"homepage": "https://github.com/coderwyd/eslint-config",

0 commit comments

Comments
 (0)