diff --git a/.changeset/new-bikes-rhyme.md b/.changeset/new-bikes-rhyme.md deleted file mode 100644 index f7ed2a96..00000000 --- a/.changeset/new-bikes-rhyme.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@virtual-live-lab/stylelint-config": patch -"@virtual-live-lab/prettier-config": patch -"@virtual-live-lab/eslint-config": patch -"@virtual-live-lab/tsconfig": patch ---- - -add documentation diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 0b3f5191..939d2f31 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/eslint-config +## 1.3.1 + +### Patch Changes + +- [#76](https://github.com/VirtualLiveLab/js-config/pull/76) [`b8264e5`](https://github.com/VirtualLiveLab/js-config/commit/b8264e5162fdee078d1505203411f83db0f50941) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - add documentation + ## 1.3.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fa0e7e02..e7b0d659 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/eslint-config", - "version": "1.3.0", + "version": "1.3.1", "description": "ESLint configuration for Virtual Live Lab", "main": "./dist/index.mjs", "module": "./dist/index.mjs", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 4cd12b69..bbd63673 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/prettier-config +## 1.3.1 + +### Patch Changes + +- [#76](https://github.com/VirtualLiveLab/js-config/pull/76) [`b8264e5`](https://github.com/VirtualLiveLab/js-config/commit/b8264e5162fdee078d1505203411f83db0f50941) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - add documentation + ## 1.3.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 53f530a1..1079a562 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/prettier-config", - "version": "1.3.0", + "version": "1.3.1", "description": "Prettier configuration for Virtual Live Lab", "main": "./dist/index.mjs", "module": "./dist/index.mjs", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 98135b38..fab77dd8 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/stylelint-config +## 1.3.1 + +### Patch Changes + +- [#76](https://github.com/VirtualLiveLab/js-config/pull/76) [`b8264e5`](https://github.com/VirtualLiveLab/js-config/commit/b8264e5162fdee078d1505203411f83db0f50941) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - add documentation + ## 1.3.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 73bf0328..a9ba7d41 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/stylelint-config", - "version": "1.3.0", + "version": "1.3.1", "description": "Stylelint configuration for Virtual Live Lab", "main": "./dist/index.mjs", "module": "./dist/index.mjs", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 89fcb1cd..3df2420c 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/tsconfig +## 1.2.2 + +### Patch Changes + +- [#76](https://github.com/VirtualLiveLab/js-config/pull/76) [`b8264e5`](https://github.com/VirtualLiveLab/js-config/commit/b8264e5162fdee078d1505203411f83db0f50941) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - add documentation + ## 1.2.1 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 6ca44e4e..34578502 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/tsconfig", - "version": "1.2.1", + "version": "1.2.2", "description": "TypeScript configuration for Virtual Live Lab", "files": [ "*.json"