Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #106

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
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
Next Next commit
Version Packages
github-actions[bot] committed Nov 5, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 7226c85a3e19afedfe94902b9c8c8d2a648ef92f
5 changes: 0 additions & 5 deletions .changeset/chilly-ladybugs-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-elephants-scream.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

## 7.3.0

### Minor Changes

- 3d495d8: docs(@nf-team/core): 의미가 모호한 core 함수명 변경으로 인한 문서 업데이트

## 7.2.1

### Patch Changes
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": "7.2.1",
"version": "7.3.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
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.0

### Major Changes

- 3d495d8: refactor(@nf-team/core): 의미가 모호한 core 유틸 함수명 변경

## 2.1.0

### Minor Changes
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": "2.1.0",
"version": "3.0.0",
"description": "nf-team 유틸 함수",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",