Skip to content

Commit ca9aceb

Browse files
authored
Merge pull request #84 from NaverPayDev/changeset-release/main
πŸš€ version changed packages
2 parents c23beed + 350beb0 commit ca9aceb

File tree

6 files changed

+23
-16
lines changed

6 files changed

+23
-16
lines changed

β€Ž.changeset/lemon-forks-relate.mdβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Ž.changeset/wicked-cooks-count.mdβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Žpackages/eslint-config/CHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @naverpay/eslint-config
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 3583e33: πŸ”₯ naming-convention λ£° 제거
8+
9+
PR: [πŸ”₯ naming-convention λ£° 제거](https://github.com/NaverPayDev/code-style/pull/81)
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [d4022dc]
14+
- @naverpay/eslint-plugin@2.0.1
15+
316
## 2.0.0
417

518
### Major Changes

β€Žpackages/eslint-config/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naverpay/eslint-config",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "eslint config for naverpay",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

β€Žpackages/eslint-plugin/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @naverpay/eslint-plugin
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- d4022dc: Support eslint 9 for eslint-plugin
8+
9+
PR: [Support eslint 9 for eslint-plugin](https://github.com/NaverPayDev/code-style/pull/79)
10+
311
## 2.0.0
412

513
### Major Changes

β€Žpackages/eslint-plugin/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naverpay/eslint-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "eslint plugin for naverpay",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
Β (0)