Skip to content

Commit

Permalink
Merge pull request #78 from mbti-nf-team/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
saseungmin authored Mar 11, 2024
2 parents 3c206c3 + 575f335 commit 5fcc1e1
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-boxes-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-taxis-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-laws-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-badgers-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-apricots-train.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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

## 5.0.1

### Patch Changes

- 75c14d0: chore(docs): version update eslint

## 5.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": "5.0.0",
"version": "5.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.3

### Patch Changes

- 75c14d0: chore(@nf-team/core): version update eslint

## 2.0.2

### Patch 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.2",
"version": "2.0.3",
"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": "3.0.0",
"@nf-team/eslint-config": "3.0.1",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
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

## 3.0.1

### Patch Changes

- 75c14d0: chore(@nf-team/eslint-config): version update eslint

## 3.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": "3.0.0",
"version": "3.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.5.1

### Patch Changes

- 75c14d0: chore(@nf-team/react): version update eslint

## 2.5.0

### Minor 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.5.0",
"version": "2.5.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": "3.0.0",
"@nf-team/eslint-config": "3.0.1",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nf-team/storage

## 1.0.1

### Patch Changes

- 75c14d0: chore(@nf-team/storage): version update eslint

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/storage",
"version": "1.0.0",
"version": "1.0.1",
"description": "nf-team storage",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"lint": "eslint \"**/*.ts*\""
},
"devDependencies": {
"@nf-team/eslint-config": "3.0.0",
"@nf-team/eslint-config": "3.0.1",
"@nf-team/tsconfig": "1.0.0",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
Expand Down

0 comments on commit 5fcc1e1

Please sign in to comment.