Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/big-geese-change.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/polite-carpets-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-dancers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pens-deny.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @naverpay/eslint-config

## 2.2.5

### Patch Changes

- d37db0a: support for custom subpath
- Updated dependencies [ed4e86a]
- Updated dependencies [fc870d3]
- Updated dependencies [2023190]
- @naverpay/eslint-plugin@2.2.0

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/eslint-config",
"version": "2.2.4",
"version": "2.2.5",
"description": "eslint config for naverpay",
"keywords": [
"naverpay",
Expand Down
18 changes: 18 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @naverpay/eslint-plugin

## 2.2.0

### Minor Changes

- 2023190: auto fix peer-deps-in-dev-deps

PR: [auto fix peer-deps-in-dev-deps](https://github.com/NaverPayDev/code-style/pull/103)

### Patch Changes

- ed4e86a: improve report location in peer-deps-in-dev-deps

PR: [[eslint-plugin] peer-deps-in-dev-deps](https://github.com/NaverPayDev/code-style/pull/102)

- fc870d3: Add dependency in peerDependencies into devDependencies

PR: [[eslint-plugin] peer-deps-in-dev-deps](https://github.com/NaverPayDev/code-style/pull/102)

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/eslint-plugin",
"version": "2.1.1",
"version": "2.2.0",
"description": "eslint plugin for naverpay",
"keywords": [
"naverpay",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @naverpay/prettier-config

## 1.0.1

### Patch Changes

- fc870d3: Add dependency in peerDependencies into devDependencies

PR: [[eslint-plugin] peer-deps-in-dev-deps](https://github.com/NaverPayDev/code-style/pull/102)

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/prettier-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "prettier config for naverpay",
"keywords": [
"naverpay",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @naverpay/stylelint-config

## 0.0.4

### Patch Changes

- fc870d3: Add dependency in peerDependencies into devDependencies

PR: [[eslint-plugin] peer-deps-in-dev-deps](https://github.com/NaverPayDev/code-style/pull/102)

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/stylelint-config",
"version": "0.0.3",
"version": "0.0.4",
"description": "stylelint config for naverpay",
"keywords": [
"naverpay",
Expand Down