From 268b484796fd201f23f2a87805c3d80664fa6c34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Jan 2025 13:21:59 +0000 Subject: [PATCH] Version Packages --- .changeset/hungry-lamps-suffer.md | 10 ---------- packages/eslint-config-browser/CHANGELOG.md | 6 ++++++ packages/eslint-config-browser/package.json | 2 +- packages/eslint-config-common/CHANGELOG.md | 6 ++++++ packages/eslint-config-common/package.json | 2 +- packages/eslint-config-next/CHANGELOG.md | 6 ++++++ packages/eslint-config-next/package.json | 2 +- packages/eslint-config-node/CHANGELOG.md | 6 ++++++ packages/eslint-config-node/package.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 6 ++++++ packages/eslint-config-react/package.json | 2 +- packages/eslint-config-storybook/CHANGELOG.md | 6 ++++++ packages/eslint-config-storybook/package.json | 2 +- 13 files changed, 42 insertions(+), 16 deletions(-) delete mode 100644 .changeset/hungry-lamps-suffer.md diff --git a/.changeset/hungry-lamps-suffer.md b/.changeset/hungry-lamps-suffer.md deleted file mode 100644 index 91cc236..0000000 --- a/.changeset/hungry-lamps-suffer.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@huuyafwww/eslint-config-storybook": minor -"@huuyafwww/eslint-config-browser": minor -"@huuyafwww/eslint-config-common": minor -"@huuyafwww/eslint-config-react": minor -"@huuyafwww/eslint-config-next": minor -"@huuyafwww/eslint-config-node": minor ---- - -update ESLint. and add eslint.config.ts example document. diff --git a/packages/eslint-config-browser/CHANGELOG.md b/packages/eslint-config-browser/CHANGELOG.md index 3c73870..3aa83d4 100644 --- a/packages/eslint-config-browser/CHANGELOG.md +++ b/packages/eslint-config-browser/CHANGELOG.md @@ -1,5 +1,11 @@ # @huuyafwww/eslint-config-browser +## 1.1.0 + +### Minor Changes + +- [#27](https://github.com/huuyafwww/eslint-config/pull/27) [`1e13e5f`](https://github.com/huuyafwww/eslint-config/commit/1e13e5f9f6e45b4341ec090ee0b8e16cf735b5d5) Thanks [@huuyafwww](https://github.com/huuyafwww)! - update ESLint. and add eslint.config.ts example document. + ## 1.0.3 ### Patch Changes diff --git a/packages/eslint-config-browser/package.json b/packages/eslint-config-browser/package.json index cd3c035..9f55667 100644 --- a/packages/eslint-config-browser/package.json +++ b/packages/eslint-config-browser/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/eslint-config-browser", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "ESLint config for me", "homepage": "https://github.com/huuyafwww/eslint-config", diff --git a/packages/eslint-config-common/CHANGELOG.md b/packages/eslint-config-common/CHANGELOG.md index 3c49090..0f54896 100644 --- a/packages/eslint-config-common/CHANGELOG.md +++ b/packages/eslint-config-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @huuyafwww/eslint-config-common +## 1.1.0 + +### Minor Changes + +- [#27](https://github.com/huuyafwww/eslint-config/pull/27) [`1e13e5f`](https://github.com/huuyafwww/eslint-config/commit/1e13e5f9f6e45b4341ec090ee0b8e16cf735b5d5) Thanks [@huuyafwww](https://github.com/huuyafwww)! - update ESLint. and add eslint.config.ts example document. + ## 1.0.6 ### Patch Changes diff --git a/packages/eslint-config-common/package.json b/packages/eslint-config-common/package.json index f01aac8..66ad98c 100644 --- a/packages/eslint-config-common/package.json +++ b/packages/eslint-config-common/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/eslint-config-common", - "version": "1.0.6", + "version": "1.1.0", "private": false, "description": "ESLint config for me", "homepage": "https://github.com/huuyafwww/eslint-config", diff --git a/packages/eslint-config-next/CHANGELOG.md b/packages/eslint-config-next/CHANGELOG.md index 2ab160d..d3f542b 100644 --- a/packages/eslint-config-next/CHANGELOG.md +++ b/packages/eslint-config-next/CHANGELOG.md @@ -1,5 +1,11 @@ # @huuyafwww/eslint-config-next +## 1.1.0 + +### Minor Changes + +- [#27](https://github.com/huuyafwww/eslint-config/pull/27) [`1e13e5f`](https://github.com/huuyafwww/eslint-config/commit/1e13e5f9f6e45b4341ec090ee0b8e16cf735b5d5) Thanks [@huuyafwww](https://github.com/huuyafwww)! - update ESLint. and add eslint.config.ts example document. + ## 1.0.3 ### Patch Changes diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 3e72273..8ba1177 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/eslint-config-next", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "ESLint config for me", "homepage": "https://github.com/huuyafwww/eslint-config", diff --git a/packages/eslint-config-node/CHANGELOG.md b/packages/eslint-config-node/CHANGELOG.md index 1a128a9..40ec760 100644 --- a/packages/eslint-config-node/CHANGELOG.md +++ b/packages/eslint-config-node/CHANGELOG.md @@ -1,5 +1,11 @@ # @huuyafwww/eslint-config-node +## 1.1.0 + +### Minor Changes + +- [#27](https://github.com/huuyafwww/eslint-config/pull/27) [`1e13e5f`](https://github.com/huuyafwww/eslint-config/commit/1e13e5f9f6e45b4341ec090ee0b8e16cf735b5d5) Thanks [@huuyafwww](https://github.com/huuyafwww)! - update ESLint. and add eslint.config.ts example document. + ## 1.0.3 ### Patch Changes diff --git a/packages/eslint-config-node/package.json b/packages/eslint-config-node/package.json index 834aae6..453278b 100644 --- a/packages/eslint-config-node/package.json +++ b/packages/eslint-config-node/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/eslint-config-node", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "ESLint config for me", "homepage": "https://github.com/huuyafwww/eslint-config", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index e05e3fa..cfd68c2 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @huuyafwww/eslint-config-react +## 1.1.0 + +### Minor Changes + +- [#27](https://github.com/huuyafwww/eslint-config/pull/27) [`1e13e5f`](https://github.com/huuyafwww/eslint-config/commit/1e13e5f9f6e45b4341ec090ee0b8e16cf735b5d5) Thanks [@huuyafwww](https://github.com/huuyafwww)! - update ESLint. and add eslint.config.ts example document. + ## 1.0.3 ### Patch Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index e0798f7..f199c3e 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/eslint-config-react", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "ESLint config for me", "homepage": "https://github.com/huuyafwww/eslint-config", diff --git a/packages/eslint-config-storybook/CHANGELOG.md b/packages/eslint-config-storybook/CHANGELOG.md index de261f5..ce7aa16 100644 --- a/packages/eslint-config-storybook/CHANGELOG.md +++ b/packages/eslint-config-storybook/CHANGELOG.md @@ -1,5 +1,11 @@ # @huuyafwww/eslint-config-storybook +## 1.1.0 + +### Minor Changes + +- [#27](https://github.com/huuyafwww/eslint-config/pull/27) [`1e13e5f`](https://github.com/huuyafwww/eslint-config/commit/1e13e5f9f6e45b4341ec090ee0b8e16cf735b5d5) Thanks [@huuyafwww](https://github.com/huuyafwww)! - update ESLint. and add eslint.config.ts example document. + ## 1.0.3 ### Patch Changes diff --git a/packages/eslint-config-storybook/package.json b/packages/eslint-config-storybook/package.json index 1d5d25f..b9fb68a 100644 --- a/packages/eslint-config-storybook/package.json +++ b/packages/eslint-config-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@huuyafwww/eslint-config-storybook", - "version": "1.0.3", + "version": "1.1.0", "private": false, "description": "ESLint config for me", "homepage": "https://github.com/huuyafwww/eslint-config",