Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 2, 2023
1 parent 6d87e61 commit 43364e3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint-stylistic/monorepo",
"type": "module",
"version": "0.1.2",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.9.2",
"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": "@stylistic/eslint-config",
"version": "0.1.2",
"version": "1.0.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-js",
"version": "0.1.2",
"version": "1.0.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-jsx",
"version": "0.1.2",
"version": "1.0.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-migrate",
"version": "0.1.2",
"version": "1.0.0",
"description": "ESLint plugin to migrate built-in rules to stylistic rules",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin-ts",
"version": "0.1.2",
"version": "1.0.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylistic/eslint-plugin",
"version": "0.1.2",
"version": "1.0.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-stylistic/metadata",
"version": "0.1.2",
"version": "1.0.0",
"description": "Metadata for eslint-stylistic packages",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 43364e3

Please sign in to comment.