Skip to content

Commit

Permalink
v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent dfc4544 commit 910e7c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const [editedValue, setEditedValue] = createSignal(props.value);

_Please note_: there may also be times where a rule correctly warns about a subtle problem,
even if it looks like a false positive at first. With `solid/reactivity`, please look at the
[reactivity docs](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md#troubleshooting) before deciding to disable the rule.
[reactivity docs](https://github.com/solidjs-community/eslint-plugin-solid/blob/main/packages/eslint-plugin-solid/docs/reactivity.md#troubleshooting) before deciding to disable the rule.

When in doubt, feel free to [file an
issue](https://github.com/solidjs-community/eslint-plugin-solid/issues/new/choose).
Expand All @@ -219,7 +219,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.

<!-- doc-gen TILDE -->
```diff
- "eslint-plugin-solid": "^0.14.4"
+ "eslint-plugin-solid": "~0.14.4"
- "eslint-plugin-solid": "^0.14.5"
+ "eslint-plugin-solid": "~0.14.5"
```
<!-- end-doc-gen -->
4 changes: 2 additions & 2 deletions packages/eslint-plugin-solid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.

<!-- doc-gen TILDE -->
```diff
- "eslint-plugin-solid": "^0.14.4"
+ "eslint-plugin-solid": "~0.14.4"
- "eslint-plugin-solid": "^0.14.5"
+ "eslint-plugin-solid": "~0.14.5"
```
<!-- end-doc-gen -->
2 changes: 1 addition & 1 deletion packages/eslint-plugin-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-solid",
"version": "0.14.4",
"version": "0.14.5",
"description": "Solid-specific linting rules for ESLint.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-solid-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-solid-standalone",
"version": "0.14.4",
"version": "0.14.5",
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
"repository": "https://github.com/solidjs-community/eslint-plugin-solid",
"license": "MIT",
Expand Down

0 comments on commit 910e7c2

Please sign in to comment.