Skip to content

Commit

Permalink
🩹 Index에 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Wish-baek authored and SOWON BAEK committed Jun 19, 2024
1 parent 2b4c0e7 commit 0803233
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @parte-ds/web

## 0.1.103

### Patch Changes

- Updated dependencies
- @parte-ds/icons@1.10.6

## 0.1.102

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parte-ds/web",
"version": "0.1.102",
"version": "0.1.103",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/parte-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @parte-ds/icons

## 1.10.6

### Patch Changes

- index에 아이콘 추가

## 1.10.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parte-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parte-ds/icons",
"version": "1.10.5",
"version": "1.10.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/parte-icons/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -629,3 +629,4 @@ export { default as SparklesIcon } from "./Icons/SparklesIcon";
export { default as NotebookOneIcon } from "./Icons/NotebookOneIcon";
export { default as AnalysisIcon } from "./Icons/AnalysisIcon";
export { default as BankCardIcon } from "./Icons/BankCardIcon";
export { default as TransactionOrderIcon } from "./Icons/TransactionOrderIcon";

0 comments on commit 0803233

Please sign in to comment.