Skip to content

Commit ed69988

Browse files
committed
chore: bump version to 0.9.0
1 parent c27307c commit ed69988

File tree

15 files changed

+41
-41
lines changed

15 files changed

+41
-41
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.9.0 (Thu Nov 30 2023) (Draft)
1+
## v0.9.0 (Fri Dec 1 2023)
22

33
### Release Notes
44

@@ -83,7 +83,7 @@
8383

8484
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
8585

86-
## v0.8.12 (Tue Nov 28 2023) (Latest)
86+
## v0.8.12 (Tue Nov 28 2023)
8787

8888
### Release Notes
8989

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's monorepo. A set of ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",
@@ -71,7 +71,7 @@
7171
"bun-types": "1.0.14",
7272
"cspell": "7.3.9",
7373
"dedent": "1.5.1",
74-
"dprint": "0.43.1",
74+
"dprint": "0.43.2",
7575
"effect": "2.0.0-next.57",
7676
"eslint": ">=8.54.0",
7777
"eslint-config-with-tsconfig": "2.9.82",

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/ast",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's TSESTree AST primitive utility module.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's ESLint utility module for static analysis of React core API and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-debug",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-jsx",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's ESLint plugin for JSX related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-naming-convention",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react-hooks",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's main ESLint plugin. A set of ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",

packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/jsx",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's TSESTree AST utility module for static analysis of JSX.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/shared",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's shared constants and utilities.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/tools",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's std library and primitives.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/types",
3-
"version": "0.9.0-beta.5",
3+
"version": "0.9.0",
44
"description": "ESLint x React's type definitions.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)