From 24b298eff5c9f27cdaee8d760f6bec93bae868ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:44:17 +0900 Subject: [PATCH] Version Packages (#24) Co-authored-by: github-actions[bot] --- .changeset/famous-apples-sleep.md | 5 ----- .changeset/rich-mirrors-doubt.md | 5 ----- .changeset/silly-years-behave.md | 7 ------- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 8 ++++++++ packages/stylelint-config/package.json | 2 +- packages/tsconfig/CHANGELOG.md | 6 ++++++ packages/tsconfig/package.json | 2 +- 11 files changed, 30 insertions(+), 21 deletions(-) delete mode 100644 .changeset/famous-apples-sleep.md delete mode 100644 .changeset/rich-mirrors-doubt.md delete mode 100644 .changeset/silly-years-behave.md diff --git a/.changeset/famous-apples-sleep.md b/.changeset/famous-apples-sleep.md deleted file mode 100644 index 1cb55bbd..00000000 --- a/.changeset/famous-apples-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@virtual-live-lab/tsconfig": patch ---- - -Add presets for experimental diff --git a/.changeset/rich-mirrors-doubt.md b/.changeset/rich-mirrors-doubt.md deleted file mode 100644 index bc850531..00000000 --- a/.changeset/rich-mirrors-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@virtual-live-lab/stylelint-config": patch ---- - -Use default export, improve install doc diff --git a/.changeset/silly-years-behave.md b/.changeset/silly-years-behave.md deleted file mode 100644 index feb5b066..00000000 --- a/.changeset/silly-years-behave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@virtual-live-lab/stylelint-config": patch -"@virtual-live-lab/prettier-config": patch -"@virtual-live-lab/eslint-config": patch ---- - -Add install doc diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4b7ad847..ff425372 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/eslint-config +## 1.0.3 + +### Patch Changes + +- [#23](https://github.com/VirtualLiveLab/js-config/pull/23) [`dc56452`](https://github.com/VirtualLiveLab/js-config/commit/dc564529cfcff1d8dd28beb3855ad53f95b481c8) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add install doc + ## 1.0.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 978c77bc..d3cd0d16 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.0.2", + "version": "1.0.3", "description": "ESLint configuration for Virtual Live Lab", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index d2794996..3e1d8793 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/prettier-config +## 1.0.3 + +### Patch Changes + +- [#23](https://github.com/VirtualLiveLab/js-config/pull/23) [`dc56452`](https://github.com/VirtualLiveLab/js-config/commit/dc564529cfcff1d8dd28beb3855ad53f95b481c8) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add install doc + ## 1.0.2 ### Patch Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 35f506a9..6e6a4a67 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.0.2", + "version": "1.0.3", "description": "Prettier configuration for Virtual Live Lab", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 6208d32a..eb34808f 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @virtual-live-lab/stylelint-config +## 1.0.5 + +### Patch Changes + +- [#27](https://github.com/VirtualLiveLab/js-config/pull/27) [`a89222b`](https://github.com/VirtualLiveLab/js-config/commit/a89222b14086a4a1658197ff47b64b6072540329) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Use default export, improve install doc + +- [#23](https://github.com/VirtualLiveLab/js-config/pull/23) [`dc56452`](https://github.com/VirtualLiveLab/js-config/commit/dc564529cfcff1d8dd28beb3855ad53f95b481c8) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add install doc + ## 1.0.4 ### Patch Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 4561d975..3daa477e 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.0.4", + "version": "1.0.5", "description": "Stylelint configuration for Virtual Live Lab", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index ef189593..e700497f 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @virtual-live-lab/tsconfig +## 1.0.4 + +### Patch Changes + +- [#26](https://github.com/VirtualLiveLab/js-config/pull/26) [`e593338`](https://github.com/VirtualLiveLab/js-config/commit/e5933386ce1010ecd8778c014254a0f64952ecbe) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add presets for experimental + ## 1.0.3 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 99a71a96..1677be4e 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/tsconfig", - "version": "1.0.3", + "version": "1.0.4", "description": "TypeScript configuration for Virtual Live Lab", "files": [ "*.json"