Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @readme/eslint-config@14.0.2
 - eslint-plugin-readme@2.0.2
 - @readme/spectral-config@5.0.2
 - @readme/stylelint-config@7.0.2
  • Loading branch information
erunion committed Jul 17, 2024
1 parent af8832e commit 354067e
Show file tree
Hide file tree
Showing 9 changed files with 352 additions and 3,900 deletions.
4,209 changes: 313 additions & 3,896 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.0.2](https://github.com/readmeio/standards/compare/@readme/eslint-config@14.0.1...@readme/eslint-config@14.0.2) (2024-07-17)


### Bug Fixes

* disabling autofixing in `vitest/no-focused-tests` ([7d30504](https://github.com/readmeio/standards/commit/7d3050478a0f3a98d92405dde918d9e4a387b0ec))





## [14.0.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@14.0.0...@readme/eslint-config@14.0.1) (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/eslint-config",
"version": "14.0.1",
"version": "14.0.2",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach <jon@ursenba.ch>",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/readmeio/standards/compare/eslint-plugin-readme@2.0.1...eslint-plugin-readme@2.0.2) (2024-07-17)

**Note:** Version bump only for package eslint-plugin-readme





## [2.0.1](https://github.com/readmeio/standards/compare/eslint-plugin-readme@2.0.0...eslint-plugin-readme@2.0.1) (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-readme",
"version": "2.0.1",
"version": "2.0.2",
"description": "ESLint plugin providing custom rules for ReadMe's coding standards",
"main": "index.js",
"author": "Jon Ursenbach <jon@ursenba.ch>",
Expand Down
8 changes: 8 additions & 0 deletions packages/spectral-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/readmeio/standards/compare/@readme/spectral-config@5.0.1...@readme/spectral-config@5.0.2) (2024-07-17)

**Note:** Version bump only for package @readme/spectral-config





## [5.0.1](https://github.com/readmeio/standards/compare/@readme/spectral-config@5.0.0...@readme/spectral-config@5.0.1) (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/spectral-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/spectral-config",
"version": "5.0.1",
"version": "5.0.2",
"description": "ReadMe coding standards for API documentation",
"main": "dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.2](https://github.com/readmeio/standards/compare/@readme/stylelint-config@7.0.1...@readme/stylelint-config@7.0.2) (2024-07-17)

**Note:** Version bump only for package @readme/stylelint-config





## [7.0.1](https://github.com/readmeio/standards/compare/@readme/stylelint-config@7.0.0...@readme/stylelint-config@7.0.1) (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/stylelint-config",
"version": "7.0.1",
"version": "7.0.2",
"description": "ReadMe coding standards for styles",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 354067e

Please sign in to comment.