Skip to content

Commit 354067e

Browse files
committed
chore(release): publish
- @readme/eslint-config@14.0.2 - eslint-plugin-readme@2.0.2 - @readme/spectral-config@5.0.2 - @readme/stylelint-config@7.0.2
1 parent af8832e commit 354067e

File tree

9 files changed

+352
-3900
lines changed

9 files changed

+352
-3900
lines changed

package-lock.json

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

packages/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.0.2](https://github.com/readmeio/standards/compare/@readme/eslint-config@14.0.1...@readme/eslint-config@14.0.2) (2024-07-17)
7+
8+
9+
### Bug Fixes
10+
11+
* disabling autofixing in `vitest/no-focused-tests` ([7d30504](https://github.com/readmeio/standards/commit/7d3050478a0f3a98d92405dde918d9e4a387b0ec))
12+
13+
14+
15+
16+
617
## [14.0.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@14.0.0...@readme/eslint-config@14.0.1) (2024-07-17)
718

819

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/eslint-config",
3-
"version": "14.0.1",
3+
"version": "14.0.2",
44
"description": "ReadMe coding standards",
55
"main": "index.js",
66
"author": "Jon Ursenbach <jon@ursenba.ch>",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/readmeio/standards/compare/eslint-plugin-readme@2.0.1...eslint-plugin-readme@2.0.2) (2024-07-17)
7+
8+
**Note:** Version bump only for package eslint-plugin-readme
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/readmeio/standards/compare/eslint-plugin-readme@2.0.0...eslint-plugin-readme@2.0.1) (2024-07-17)
715

816

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-plugin-readme",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "ESLint plugin providing custom rules for ReadMe's coding standards",
55
"main": "index.js",
66
"author": "Jon Ursenbach <jon@ursenba.ch>",

packages/spectral-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.2](https://github.com/readmeio/standards/compare/@readme/spectral-config@5.0.1...@readme/spectral-config@5.0.2) (2024-07-17)
7+
8+
**Note:** Version bump only for package @readme/spectral-config
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/readmeio/standards/compare/@readme/spectral-config@5.0.0...@readme/spectral-config@5.0.1) (2024-07-17)
715

816

packages/spectral-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/spectral-config",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "ReadMe coding standards for API documentation",
55
"main": "dist/index.js",
66
"type": "module",

packages/stylelint-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.2](https://github.com/readmeio/standards/compare/@readme/stylelint-config@7.0.1...@readme/stylelint-config@7.0.2) (2024-07-17)
7+
8+
**Note:** Version bump only for package @readme/stylelint-config
9+
10+
11+
12+
13+
614
## [7.0.1](https://github.com/readmeio/standards/compare/@readme/stylelint-config@7.0.0...@readme/stylelint-config@7.0.1) (2024-07-17)
715

816

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/stylelint-config",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "ReadMe coding standards for styles",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)