From 56a17e8e0ac178635db61a380e9287d64aaf036f Mon Sep 17 00:00:00 2001 From: npayfebot Date: Thu, 24 Jul 2025 02:25:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20bump=20changed=20packages=20vers?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/red-rabbit-run.md | 6 ------ .changeset/spicy-doodles-hide.md | 7 ------- packages/editorconfig/CHANGELOG.md | 6 ++++++ packages/editorconfig/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 2 +- packages/markdown-lint/CHANGELOG.md | 6 ++++++ packages/markdown-lint/package.json | 2 +- 8 files changed, 23 insertions(+), 16 deletions(-) delete mode 100644 .changeset/red-rabbit-run.md delete mode 100644 .changeset/spicy-doodles-hide.md diff --git a/.changeset/red-rabbit-run.md b/.changeset/red-rabbit-run.md deleted file mode 100644 index 37c160a..0000000 --- a/.changeset/red-rabbit-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@naverpay/editorconfig": major -"@naverpay/markdown-lint": major ---- - -Create major version \ No newline at end of file diff --git a/.changeset/spicy-doodles-hide.md b/.changeset/spicy-doodles-hide.md deleted file mode 100644 index c142286..0000000 --- a/.changeset/spicy-doodles-hide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@naverpay/eslint-config": patch ---- - -🔧 eslint-config-prettier 패키지 버전 10.1.5에서 10.1.8로 업데이트 보안 취약점 대응 - -PR: [🔧 eslint-config-prettier 패키지 버전 10.1.5에서 10.1.8로 업데이트](https://github.com/NaverPayDev/code-style/pull/122) diff --git a/packages/editorconfig/CHANGELOG.md b/packages/editorconfig/CHANGELOG.md index a140781..86aa9e1 100644 --- a/packages/editorconfig/CHANGELOG.md +++ b/packages/editorconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @naverpay/editorconfig +## 1.0.0 + +### Major Changes + +- bdcd680: Create major version + ## 0.0.4 ### Patch Changes diff --git a/packages/editorconfig/package.json b/packages/editorconfig/package.json index 53c4e29..a662e7b 100644 --- a/packages/editorconfig/package.json +++ b/packages/editorconfig/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/editorconfig", - "version": "0.0.4", + "version": "1.0.0", "description": "editorconfig for naverpay", "keywords": [ "naverpay" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 32c875c..22047b1 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @naverpay/eslint-config +## 2.3.1 + +### Patch Changes + +- 0fb9de0: 🔧 eslint-config-prettier 패키지 버전 10.1.5에서 10.1.8로 업데이트 보안 취약점 대응 + + PR: [🔧 eslint-config-prettier 패키지 버전 10.1.5에서 10.1.8로 업데이트](https://github.com/NaverPayDev/code-style/pull/122) + ## 2.3.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d2be076..e7a15c3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/eslint-config", - "version": "2.3.0", + "version": "2.3.1", "description": "eslint config for naverpay", "keywords": [ "naverpay", diff --git a/packages/markdown-lint/CHANGELOG.md b/packages/markdown-lint/CHANGELOG.md index 2ec1ff8..ca7bed9 100644 --- a/packages/markdown-lint/CHANGELOG.md +++ b/packages/markdown-lint/CHANGELOG.md @@ -1,5 +1,11 @@ # @naverpay/markdown-lint +## 1.0.0 + +### Major Changes + +- bdcd680: Create major version + ## 0.0.3 ### Patch Changes diff --git a/packages/markdown-lint/package.json b/packages/markdown-lint/package.json index c2ca1c5..bc727e1 100644 --- a/packages/markdown-lint/package.json +++ b/packages/markdown-lint/package.json @@ -1,6 +1,6 @@ { "name": "@naverpay/markdown-lint", - "version": "0.0.3", + "version": "1.0.0", "description": "lint for markdown", "keywords": [ "naverpay",