From 67ad23f82ac032e46796471187c168286f5d5427 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:12:43 +0800 Subject: [PATCH] chore(release): publish packages (#340) Co-authored-by: github-actions[bot] --- .../_rollup_plugin-node-resolve-15.2.1.md | 5 ---- .../_rollup_plugin-typescript-11.1.3.md | 5 ---- .changeset/_types_node-20.5.7.md | 5 ---- .changeset/_types_node-20.5.9.md | 5 ---- .../_typescript-eslint_eslint-plugin-6.5.0.md | 5 ---- .changeset/_typescript-eslint_parser-6.5.0.md | 5 ---- .changeset/eslint-8.48.0.md | 5 ---- .changeset/eslint-plugin-sonarjs-0.21.0.md | 5 ---- .changeset/prettier-plugin-sort-json-3.0.1.md | 5 ---- .../prettier-plugin-tailwindcss-0.5.4.md | 5 ---- .changeset/rollup-3.28.1.md | 5 ---- .changeset/tsec-0.2.8.md | 5 ---- .changeset/typescript-5.2.2.md | 6 ---- .changeset/vitest-0.34.3.md | 6 ---- apps/eslint-config/CHANGELOG.md | 28 +++++++++++++++++++ apps/eslint-config/package.json | 2 +- apps/prettier-config/CHANGELOG.md | 10 +++++++ apps/prettier-config/package.json | 2 +- apps/tsconfig/CHANGELOG.md | 6 ++++ apps/tsconfig/package.json | 2 +- 20 files changed, 47 insertions(+), 75 deletions(-) delete mode 100644 .changeset/_rollup_plugin-node-resolve-15.2.1.md delete mode 100644 .changeset/_rollup_plugin-typescript-11.1.3.md delete mode 100644 .changeset/_types_node-20.5.7.md delete mode 100644 .changeset/_types_node-20.5.9.md delete mode 100644 .changeset/_typescript-eslint_eslint-plugin-6.5.0.md delete mode 100644 .changeset/_typescript-eslint_parser-6.5.0.md delete mode 100644 .changeset/eslint-8.48.0.md delete mode 100644 .changeset/eslint-plugin-sonarjs-0.21.0.md delete mode 100644 .changeset/prettier-plugin-sort-json-3.0.1.md delete mode 100644 .changeset/prettier-plugin-tailwindcss-0.5.4.md delete mode 100644 .changeset/rollup-3.28.1.md delete mode 100644 .changeset/tsec-0.2.8.md delete mode 100644 .changeset/typescript-5.2.2.md delete mode 100644 .changeset/vitest-0.34.3.md diff --git a/.changeset/_rollup_plugin-node-resolve-15.2.1.md b/.changeset/_rollup_plugin-node-resolve-15.2.1.md deleted file mode 100644 index 8703f4d..0000000 --- a/.changeset/_rollup_plugin-node-resolve-15.2.1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@rollup/plugin-node-resolve` to `15.2.1`. diff --git a/.changeset/_rollup_plugin-typescript-11.1.3.md b/.changeset/_rollup_plugin-typescript-11.1.3.md deleted file mode 100644 index 6c7a464..0000000 --- a/.changeset/_rollup_plugin-typescript-11.1.3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@rollup/plugin-typescript` to `11.1.3`. diff --git a/.changeset/_types_node-20.5.7.md b/.changeset/_types_node-20.5.7.md deleted file mode 100644 index fbb3969..0000000 --- a/.changeset/_types_node-20.5.7.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@types/node` to `20.5.7`. diff --git a/.changeset/_types_node-20.5.9.md b/.changeset/_types_node-20.5.9.md deleted file mode 100644 index 9702dfe..0000000 --- a/.changeset/_types_node-20.5.9.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@types/node` to `20.5.9`. diff --git a/.changeset/_typescript-eslint_eslint-plugin-6.5.0.md b/.changeset/_typescript-eslint_eslint-plugin-6.5.0.md deleted file mode 100644 index 442022c..0000000 --- a/.changeset/_typescript-eslint_eslint-plugin-6.5.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `6.5.0`. diff --git a/.changeset/_typescript-eslint_parser-6.5.0.md b/.changeset/_typescript-eslint_parser-6.5.0.md deleted file mode 100644 index 285a9ad..0000000 --- a/.changeset/_typescript-eslint_parser-6.5.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `@typescript-eslint/parser` to `6.5.0`. diff --git a/.changeset/eslint-8.48.0.md b/.changeset/eslint-8.48.0.md deleted file mode 100644 index 93ff88a..0000000 --- a/.changeset/eslint-8.48.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `eslint` to `8.48.0`. diff --git a/.changeset/eslint-plugin-sonarjs-0.21.0.md b/.changeset/eslint-plugin-sonarjs-0.21.0.md deleted file mode 100644 index 6574757..0000000 --- a/.changeset/eslint-plugin-sonarjs-0.21.0.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `eslint-plugin-sonarjs` to `0.21.0`. diff --git a/.changeset/prettier-plugin-sort-json-3.0.1.md b/.changeset/prettier-plugin-sort-json-3.0.1.md deleted file mode 100644 index f621c11..0000000 --- a/.changeset/prettier-plugin-sort-json-3.0.1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/prettier-config': patch ---- - -Updated dependency `prettier-plugin-sort-json` to `3.0.1`. diff --git a/.changeset/prettier-plugin-tailwindcss-0.5.4.md b/.changeset/prettier-plugin-tailwindcss-0.5.4.md deleted file mode 100644 index a632e8d..0000000 --- a/.changeset/prettier-plugin-tailwindcss-0.5.4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/prettier-config': patch ---- - -Updated dependency `prettier-plugin-tailwindcss` to `0.5.4`. diff --git a/.changeset/rollup-3.28.1.md b/.changeset/rollup-3.28.1.md deleted file mode 100644 index 10ac15a..0000000 --- a/.changeset/rollup-3.28.1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `rollup` to `3.28.1`. diff --git a/.changeset/tsec-0.2.8.md b/.changeset/tsec-0.2.8.md deleted file mode 100644 index 0a9c5bb..0000000 --- a/.changeset/tsec-0.2.8.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ckt1031/eslint-config': patch ---- - -Updated dependency `tsec` to `0.2.8`. diff --git a/.changeset/typescript-5.2.2.md b/.changeset/typescript-5.2.2.md deleted file mode 100644 index 6de5617..0000000 --- a/.changeset/typescript-5.2.2.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@ckt1031/eslint-config': patch -'@ckt1031/tsconfig': patch ---- - -Updated dependency `typescript` to `5.2.2`. diff --git a/.changeset/vitest-0.34.3.md b/.changeset/vitest-0.34.3.md deleted file mode 100644 index 3bd8f62..0000000 --- a/.changeset/vitest-0.34.3.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@ckt1031/eslint-config': patch -'@ckt1031/prettier-config': patch ---- - -Updated dependency `vitest` to `0.34.3`. diff --git a/apps/eslint-config/CHANGELOG.md b/apps/eslint-config/CHANGELOG.md index 7be37b9..7f5ac3b 100644 --- a/apps/eslint-config/CHANGELOG.md +++ b/apps/eslint-config/CHANGELOG.md @@ -1,5 +1,33 @@ # @ckt1031/eslint-config +## 1.1.13 + +### Patch Changes + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@rollup/plugin-node-resolve` to `15.2.1`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@rollup/plugin-typescript` to `11.1.3`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@types/node` to `20.5.7`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@types/node` to `20.5.9`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.5.0`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `@typescript-eslint/parser` to `6.5.0`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `eslint` to `8.48.0`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `eslint-plugin-sonarjs` to `0.21.0`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `rollup` to `3.28.1`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `tsec` to `0.2.8`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `typescript` to `5.2.2`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `vitest` to `0.34.3`. + ## 1.1.12 ### Patch Changes diff --git a/apps/eslint-config/package.json b/apps/eslint-config/package.json index faa5872..0bf2f62 100644 --- a/apps/eslint-config/package.json +++ b/apps/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/eslint-config", - "version": "1.1.12", + "version": "1.1.13", "description": "The official ESLint configuration for ckt1031 projects", "license": "MIT", "author": "Chan Ka Tsun (https://github.com/ckt1031/)", diff --git a/apps/prettier-config/CHANGELOG.md b/apps/prettier-config/CHANGELOG.md index 12f0564..f6c9c67 100644 --- a/apps/prettier-config/CHANGELOG.md +++ b/apps/prettier-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckt1031/prettier-config +## 1.1.13 + +### Patch Changes + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `prettier-plugin-sort-json` to `3.0.1`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `prettier-plugin-tailwindcss` to `0.5.4`. + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `vitest` to `0.34.3`. + ## 1.1.12 ### Patch Changes diff --git a/apps/prettier-config/package.json b/apps/prettier-config/package.json index d609967..6623cce 100644 --- a/apps/prettier-config/package.json +++ b/apps/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/prettier-config", - "version": "1.1.12", + "version": "1.1.13", "description": "The official Prettier configuration for ckt1031 projects", "author": "Chan Ka Tsun (https://github.com/ckt1031/)", "homepage": "https://github.com/ckt1031/nodejs-config#readme", diff --git a/apps/tsconfig/CHANGELOG.md b/apps/tsconfig/CHANGELOG.md index 17da221..817aacc 100644 --- a/apps/tsconfig/CHANGELOG.md +++ b/apps/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckt1031/tsconfig +## 1.1.13 + +### Patch Changes + +- [#339](https://github.com/ckt1031/nodejs-config/pull/339) [`56be999`](https://github.com/ckt1031/nodejs-config/commit/56be999a89136ac578241a250b07428c7702bdc4) Thanks [@ckt1031](https://github.com/ckt1031)! - Updated dependency `typescript` to `5.2.2`. + ## 1.1.12 ## 1.1.11 diff --git a/apps/tsconfig/package.json b/apps/tsconfig/package.json index baa7f05..c70635e 100644 --- a/apps/tsconfig/package.json +++ b/apps/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@ckt1031/tsconfig", - "version": "1.1.12", + "version": "1.1.13", "description": "Typescript config for ckt1031, ensure the consistency of code quality.", "license": "MIT", "author": "Chan Ka Tsun (https://github.com/ckt1031/)",