Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2023
1 parent 6123028 commit 5b0c055
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-maps-rhyme.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lazy-horses-hang.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 2.0.1

### Patch Changes

- fb9228e: docs: 문서 업데이트 및 컴포넌트 리팩터링, 세팅 수정

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nft-team/core

## 2.0.1

### Patch Changes

- fb9228e: docs: readme.md license 링크 수정

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "nf-team 유틸 함수",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"lint": "eslint \"**/*.ts*\""
},
"devDependencies": {
"@nf-team/eslint-config": "2.0.0",
"@nf-team/eslint-config": "2.0.1",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nft-team/eslint-config

## 2.0.1

### Patch Changes

- fb9228e: docs: readme.md license 링크 수정

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/eslint-config",
"version": "2.0.0",
"version": "2.0.1",
"description": "nf-team eslint config",
"main": "index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nft-team/react

## 2.0.1

### Patch Changes

- fb9228e: docs: readme.md license 링크 수정

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/react",
"version": "2.0.0",
"version": "2.0.1",
"description": "nf-team 리액트 라이브러리",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"generate:component": "turbo gen react-component"
},
"devDependencies": {
"@nf-team/eslint-config": "2.0.0",
"@nf-team/eslint-config": "2.0.1",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
Expand Down

0 comments on commit 5b0c055

Please sign in to comment.