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

Merge Main to Develop #314

Merged
merged 24 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
436159c
Merge pull request #293 from depromeet/hotfix/#269/LayerHotfix
leeminhee119 Aug 30, 2024
be45154
Merge pull request #291 from depromeet/feat/234/recommend
donghunee Aug 30, 2024
e6462b9
fix: #269 Add HotFix
klmhyeonwoo Aug 30, 2024
daf65ca
Merge pull request #295 from depromeet/hotfix/#269/LayerHotfix
klmhyeonwoo Aug 30, 2024
8a2d36d
fix: #269 Add HotFix
klmhyeonwoo Aug 30, 2024
b0e70d7
Merge pull request #296 from depromeet/hotfix/#269/LayerHotfix
klmhyeonwoo Aug 30, 2024
0c93c99
fix: #269 Add HotFix
klmhyeonwoo Aug 30, 2024
45ff810
Merge pull request #297 from depromeet/hotfix/#269/LayerHotfix
klmhyeonwoo Aug 30, 2024
9860c7d
feat: #289 mixpanel 회고 생성, 완료, 스페이스 생성 이벤트 트래킹
leeminhee119 Aug 30, 2024
5b2cc67
Merge pull request #298 from depromeet/feat/289/mixpanel
leeminhee119 Aug 31, 2024
8470007
Merge pull request #301 from depromeet/hotfix/299/analysisbugfix
sean2337 Aug 31, 2024
fcff276
fix: #269 회고 작성하지 않은 사람 개인 분석 조회
leeminhee119 Aug 31, 2024
0df19d6
fix: 안쓰는 함수 제거
leeminhee119 Aug 31, 2024
b18a073
hotfix: template card image size change
leeminhee119 Aug 31, 2024
4e0d6f0
Merge pull request #304 from depromeet/hotfix/#269/LayerHotfix
leeminhee119 Aug 31, 2024
c59f950
Fix: #269 Custom template modification has been modified so that only…
klmhyeonwoo Aug 31, 2024
d80fffe
Merge pull request #305 from depromeet/hotfix/269/FixOnlyLeaderLogic
klmhyeonwoo Aug 31, 2024
7b247b7
fix: #307 Fix Achievement Range Logic
klmhyeonwoo Sep 1, 2024
533b109
Update src/hooks/api/write/useWriteQuestions.ts
klmhyeonwoo Sep 1, 2024
21e40ff
Merge pull request #308 from depromeet/hotfix/307/FixAchievementLogic
klmhyeonwoo Sep 1, 2024
74c1f3c
Relase 1.0.1
klmhyeonwoo Sep 2, 2024
70274b2
Update Vesion 1.0.2-SNAPHOT
klmhyeonwoo Sep 2, 2024
6aad340
Merge pull request #310 from depromeet/update-version-1.0.2-SNAPSHOT
klmhyeonwoo Sep 2, 2024
d6a82d1
Merge pull request #312 from depromeet/hotfix/306/spaceLeaveRefreshIssue
sean2337 Sep 2, 2024
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
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "layer",
"private": true,
"version": "1.0.1-SNAPSHOT",
"version": "1.0.2-SNAPSHOT",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -21,6 +21,7 @@
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.49.2",
"@types/crypto-js": "^4.2.2",
"@types/mixpanel-browser": "^2.50.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@webview-bridge/react-native": "^1.6.2",
"@webview-bridge/web": "^1.6.2",
Expand All @@ -37,6 +38,7 @@
"jotai-devtools": "^0.10.0",
"js-cookie": "^3.0.5",
"lottie-react": "^2.4.0",
"mixpanel-browser": "^2.55.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
Expand Down
Loading
Loading