From 8ccb71928a6263ac6373e703c0f5f8cffdab0748 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Jan 2025 13:39:39 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-melons-explain.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/fresh-melons-explain.md diff --git a/.changeset/fresh-melons-explain.md b/.changeset/fresh-melons-explain.md deleted file mode 100644 index 5e1226b..0000000 --- a/.changeset/fresh-melons-explain.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@huuyafwww/eslint-config-storybook": patch -"@huuyafwww/eslint-config-browser": patch -"@huuyafwww/eslint-config-common": patch -"@huuyafwww/eslint-config-react": patch -"@huuyafwww/eslint-config-next": patch -"@huuyafwww/eslint-config-node": patch ---- - -Update dependencies. diff --git a/packages/eslint-config-browser/CHANGELOG.md b/packages/eslint-config-browser/CHANGELOG.md index 3aa83d4..4c7690d 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.1 + +### Patch Changes + +- [#29](https://github.com/huuyafwww/eslint-config/pull/29) [`999534f`](https://github.com/huuyafwww/eslint-config/commit/999534f82c0894676c225053b42b9cd878178824) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Update dependencies. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config-browser/package.json b/packages/eslint-config-browser/package.json index b4f79ec..8153714 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.1.0", + "version": "1.1.1", "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 0f54896..9afa555 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.1 + +### Patch Changes + +- [#29](https://github.com/huuyafwww/eslint-config/pull/29) [`999534f`](https://github.com/huuyafwww/eslint-config/commit/999534f82c0894676c225053b42b9cd878178824) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Update dependencies. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config-common/package.json b/packages/eslint-config-common/package.json index 59dff04..87173b0 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.1.0", + "version": "1.1.1", "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 d3f542b..f2db63c 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.1 + +### Patch Changes + +- [#29](https://github.com/huuyafwww/eslint-config/pull/29) [`999534f`](https://github.com/huuyafwww/eslint-config/commit/999534f82c0894676c225053b42b9cd878178824) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Update dependencies. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 9331657..cbcee1d 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.1.0", + "version": "1.1.1", "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 40ec760..697cf59 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.1 + +### Patch Changes + +- [#29](https://github.com/huuyafwww/eslint-config/pull/29) [`999534f`](https://github.com/huuyafwww/eslint-config/commit/999534f82c0894676c225053b42b9cd878178824) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Update dependencies. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config-node/package.json b/packages/eslint-config-node/package.json index 9bf28b6..114a8f5 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.1.0", + "version": "1.1.1", "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 cfd68c2..3aacbac 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.1 + +### Patch Changes + +- [#29](https://github.com/huuyafwww/eslint-config/pull/29) [`999534f`](https://github.com/huuyafwww/eslint-config/commit/999534f82c0894676c225053b42b9cd878178824) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Update dependencies. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 48254a1..7ef5b91 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.1.0", + "version": "1.1.1", "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 ce7aa16..2c5fe9c 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.1 + +### Patch Changes + +- [#29](https://github.com/huuyafwww/eslint-config/pull/29) [`999534f`](https://github.com/huuyafwww/eslint-config/commit/999534f82c0894676c225053b42b9cd878178824) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Update dependencies. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config-storybook/package.json b/packages/eslint-config-storybook/package.json index 45c9c04..50c885e 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.1.0", + "version": "1.1.1", "private": false, "description": "ESLint config for me", "homepage": "https://github.com/huuyafwww/eslint-config",