Skip to content

Commit

Permalink
v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent 305b41e commit f8349e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.2"
+ "eslint-plugin-solid": "~0.14.2"
- "eslint-plugin-solid": "^0.14.3"
+ "eslint-plugin-solid": "~0.14.3"
```
<!-- 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.2"
+ "eslint-plugin-solid": "~0.14.2"
- "eslint-plugin-solid": "^0.14.3"
+ "eslint-plugin-solid": "~0.14.3"
```
<!-- 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.2",
"version": "0.14.3",
"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.2",
"version": "0.14.3",
"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 f8349e0

Please sign in to comment.