Skip to content

Commit

Permalink
Merge pull request #57 from dnd-side-project/feature/53-image-convert…
Browse files Browse the repository at this point in the history
…-icon

Refactoring : Image > svg로 교체
  • Loading branch information
guesung authored Sep 27, 2023
2 parents d1348e7 + d35d4f2 commit 63931c7
Show file tree
Hide file tree
Showing 42 changed files with 332 additions and 131 deletions.
36 changes: 18 additions & 18 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name-template: "v$RESOLVED_VERSION 🌈" ## 릴리즈 제목
tag-template: "v$RESOLVED_VERSION" ## 태그
name-template: 'v$RESOLVED_VERSION 🌈' ## 릴리즈 제목
tag-template: 'v$RESOLVED_VERSION' ## 태그
categories:
- title: "🚀 Features"
- title: '🚀 Features'
labels:
- "Bookmark 🔖"
- "✨ Feat"
- "PoseFeed 🧩"
- "PosePick 🃏"
- "PoseTalk 💬"
- "💄 Style"
- title: "🐛 Bug Fixes"
- 'Bookmark 🔖'
- '✨ Feat'
- 'PoseFeed 🧩'
- 'PosePick 🃏'
- 'PoseTalk 💬'
- '💄 Style'
- title: '🐛 Bug Fixes'
labels:
- "🛠 Fix"
- title: "🧰 Maintenance"
- '🛠 Fix'
- title: '🧰 Maintenance'
labels:
- "♻️ Refactor"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
- '♻️ Refactor'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- "major"
- 'major'
minor:
labels:
- "minor"
- 'minor'
patch:
labels:
- "patch"
- 'patch'
default: patch
template: | # 릴리즈 내용
## Changes (v$RESOLVED_VERSION)
Expand All @@ -37,4 +37,4 @@ template: | # 릴리즈 내용
$PREVIOUS_TAG
## Contributors
$CONTRIBUTORS
$CONTRIBUTORS
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main

permissions:
contents: read

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --ignore-path .gitignore ."
"format": "prettier --write --ignore-path .gitignore .",
"make-sprite": "rm public/sprite/sprite.svg && svgstore -o public/sprite/sprite.svg public/sprite/icons/**/*.svg"
},
"dependencies": {
"@emotion/css": "^11.11.2",
Expand All @@ -30,6 +31,8 @@
"react-lottie-player": "^1.5.4",
"react-tooltip": "^5.20.0",
"recoil": "^0.7.7",
"svgstore": "^3.0.1",
"svgstore-cli": "^2.0.1",
"tailwind-merge": "^1.14.0",
"typescript": "5.1.6"
},
Expand Down
8 changes: 0 additions & 8 deletions public/icons/bookmark_black.svg

This file was deleted.

10 changes: 0 additions & 10 deletions public/icons/github.svg

This file was deleted.

10 changes: 0 additions & 10 deletions public/icons/instagram.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 3 additions & 0 deletions public/sprite/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
5 changes: 5 additions & 0 deletions public/sprite/icons/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 63931c7

Please sign in to comment.