diff --git a/package-lock.json b/package-lock.json index b44dee45..6a1bc995 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20407,7 +20407,7 @@ }, "packages/eslint-config": { "name": "@readme/eslint-config", - "version": "12.0.0", + "version": "12.0.1", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.2.1", @@ -20638,7 +20638,7 @@ }, "packages/spectral-config": { "name": "@readme/spectral-config", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@stoplight/spectral-rulesets": "^1.15.0", @@ -20659,7 +20659,7 @@ }, "packages/stylelint-config": { "name": "@readme/stylelint-config", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "dependencies": { "stylelint": "^15.10.2", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 985b4979..b01e7575 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -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. +## [12.0.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@12.0.0...@readme/eslint-config@12.0.1) (2023-08-10) + + +### Bug Fixes + +* **eslint:** disabling `vitest/prefer-snapshot-hint` ([b450642](https://github.com/readmeio/standards/commit/b450642901569c54c70101f63420f9cef0363f14)) + + + + + # [12.0.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@11.0.1...@readme/eslint-config@12.0.0) (2023-08-10) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index bdfb94ef..40b9362e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "12.0.0", + "version": "12.0.1", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ", diff --git a/packages/spectral-config/CHANGELOG.md b/packages/spectral-config/CHANGELOG.md index 55456938..8a05db0d 100644 --- a/packages/spectral-config/CHANGELOG.md +++ b/packages/spectral-config/CHANGELOG.md @@ -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. +## [3.0.1](https://github.com/readmeio/standards/compare/@readme/spectral-config@3.0.0...@readme/spectral-config@3.0.1) (2023-08-10) + +**Note:** Version bump only for package @readme/spectral-config + + + + + # [3.0.0](https://github.com/readmeio/standards/compare/@readme/spectral-config@2.0.1...@readme/spectral-config@3.0.0) (2023-08-10) diff --git a/packages/spectral-config/package.json b/packages/spectral-config/package.json index 97e4bb34..6699f996 100644 --- a/packages/spectral-config/package.json +++ b/packages/spectral-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/spectral-config", - "version": "3.0.0", + "version": "3.0.1", "description": "ReadMe coding standards for API documentation", "exports": "./src/index.js", "type": "module", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 61b2eac1..6290ecb2 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -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.1](https://github.com/readmeio/standards/compare/@readme/stylelint-config@5.0.0...@readme/stylelint-config@5.0.1) (2023-08-10) + +**Note:** Version bump only for package @readme/stylelint-config + + + + + # [5.0.0](https://github.com/readmeio/standards/compare/@readme/stylelint-config@4.0.1...@readme/stylelint-config@5.0.0) (2023-08-10) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 587bc41e..b2e5569d 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@readme/stylelint-config", - "version": "5.0.0", + "version": "5.0.1", "description": "ReadMe coding standards for styles", "main": "src/index.js", "scripts": {