diff --git a/.changeset/ten-zoos-reply.md b/.changeset/ten-zoos-reply.md deleted file mode 100644 index ab38cc26..00000000 --- a/.changeset/ten-zoos-reply.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@virtual-live-lab/eslint-config": minor -"@virtual-live-lab/prettier-config": minor -"@virtual-live-lab/stylelint-config": minor -"@virtual-live-lab/tsconfig": minor ---- - -Stable at normal repo use, still experimental at monorepo use diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index b9639db6..0b3f5191 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/eslint-config +## 1.3.0 + +### Minor Changes + +- [#68](https://github.com/VirtualLiveLab/js-config/pull/68) [`47458b0`](https://github.com/VirtualLiveLab/js-config/commit/47458b073d566bf4f331792a80b641ed1ce367af) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Stable at normal repo use, still experimental at monorepo use + ## 1.2.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 664ed273..fa0e7e02 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.2.0", + "version": "1.3.0", "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 6eec49b7..4cd12b69 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/prettier-config +## 1.3.0 + +### Minor Changes + +- [#68](https://github.com/VirtualLiveLab/js-config/pull/68) [`47458b0`](https://github.com/VirtualLiveLab/js-config/commit/47458b073d566bf4f331792a80b641ed1ce367af) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Stable at normal repo use, still experimental at monorepo use + ## 1.2.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index b4c9977d..53f530a1 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.2.0", + "version": "1.3.0", "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 7ecacfe2..98135b38 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/stylelint-config +## 1.3.0 + +### Minor Changes + +- [#68](https://github.com/VirtualLiveLab/js-config/pull/68) [`47458b0`](https://github.com/VirtualLiveLab/js-config/commit/47458b073d566bf4f331792a80b641ed1ce367af) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Stable at normal repo use, still experimental at monorepo use + ## 1.2.1 ### Patch Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 0401788a..73bf0328 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.2.1", + "version": "1.3.0", "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 c3eedec4..63f55a51 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/tsconfig +## 1.2.0 + +### Minor Changes + +- [#68](https://github.com/VirtualLiveLab/js-config/pull/68) [`47458b0`](https://github.com/VirtualLiveLab/js-config/commit/47458b073d566bf4f331792a80b641ed1ce367af) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Stable at normal repo use, still experimental at monorepo use + ## 1.1.1 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 7707a0eb..f24e076c 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/tsconfig", - "version": "1.1.1", + "version": "1.2.0", "description": "TypeScript configuration for Virtual Live Lab", "files": [ "*.json"