Skip to content

Commit

Permalink
Merge pull request #108 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 Nov 7, 2024
2 parents cb9f16e + 5090f4c commit 2783f51
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilly-spies-rescue.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 packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nft-team/core

## 3.0.1

### Patch Changes

- 7fb42c4: chore: @nf-team dependency 버전을 workspace로 따라가도록 변경

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/core",
"version": "3.0.0",
"version": "3.0.1",
"description": "nf-team 유틸 함수",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nf-team/fetch

## 1.2.1

### Patch Changes

- 7fb42c4: chore: @nf-team dependency 버전을 workspace로 따라가도록 변경

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/fetch",
"version": "1.2.0",
"version": "1.2.1",
"description": "nf-team fetch",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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.7.2

### Patch Changes

- 7fb42c4: chore: @nf-team dependency 버전을 workspace로 따라가도록 변경

## 2.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/react",
"version": "2.7.1",
"version": "2.7.2",
"description": "nf-team 리액트 라이브러리",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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.1.1

### Patch Changes

- 7fb42c4: chore: @nf-team dependency 버전을 workspace로 따라가도록 변경

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nf-team/storage",
"version": "1.1.0",
"version": "1.1.1",
"description": "nf-team storage",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2783f51

Please sign in to comment.