Skip to content

Commit 328613c

Browse files
committed
release: 1.14.0
1 parent 1e1f49e commit 328613c

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0-beta.0
1+
1.14.0

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"packages/**/docs"
2424
],
2525
"plugins": [
26-
"https://plugins.dprint.dev/typescript-0.91.7.wasm",
26+
"https://plugins.dprint.dev/typescript-0.91.8.wasm",
2727
"https://plugins.dprint.dev/json-0.19.3.wasm",
2828
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
2929
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"

examples/webpack-react-dom-ts/dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"**/*-lock.json"
1717
],
1818
"plugins": [
19-
"https://plugins.dprint.dev/typescript-0.91.7.wasm",
19+
"https://plugins.dprint.dev/typescript-0.91.8.wasm",
2020
"https://plugins.dprint.dev/json-0.19.3.wasm",
2121
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
2222
"https://plugins.dprint.dev/toml-0.6.2.wasm",

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/monorepo",
3-
"version": "1.14.0-beta.0",
3+
"version": "1.14.0",
44
"private": true,
55
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [

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": "1.14.0-beta.0",
3+
"version": "1.14.0",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-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-plugin-react-debug",
3-
"version": "1.14.0-beta.0",
3+
"version": "1.14.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"eslint",

packages/plugins/eslint-plugin-react-dom/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-react-dom",
3-
"version": "1.14.0-beta.0",
3+
"version": "1.14.0",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"eslint",

packages/plugins/eslint-plugin-react-hooks-extra/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-react-hooks-extra",
3-
"version": "1.14.0-beta.0",
3+
"version": "1.14.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"eslint",

packages/plugins/eslint-plugin-react-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-plugin-react-naming-convention",
3-
"version": "1.14.0-beta.0",
3+
"version": "1.14.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"eslint",

packages/plugins/eslint-plugin-react-web-api/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-react-web-api",
3-
"version": "1.14.0-beta.0",
3+
"version": "1.14.0",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)