Skip to content

Commit f97409b

Browse files
committed
chore(release): 1.20.1
1 parent dc0527f commit f97409b

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.20.1](https://github.com/Nexters/Sticky_iOS/compare/v1.20.0...v1.20.1) (2021-02-19)
6+
7+
8+
### Bug Fixes
9+
10+
* 수출 규정 관련 설정 처리 ([3399323](https://github.com/Nexters/Sticky_iOS/commit/3399323550c2259d471867989b01b21479d46642))
11+
* 앱 종료시 챌린지 상태 -> notRunning ([b38a8f0](https://github.com/Nexters/Sticky_iOS/commit/b38a8f054303dd9c787cddab80cf37d94495a1c3))
12+
* 외출하기 ui ([c38a491](https://github.com/Nexters/Sticky_iOS/commit/c38a49194a700f987e8cb2525f86e18c6f0b9e52))
13+
* **challenge-time:** 챌린지 종료 후 타이머 초기화 ([6d66e17](https://github.com/Nexters/Sticky_iOS/commit/6d66e1790755504f4f561b252c1bddc9791dc96d))
14+
* **launch-screen:** 이미지 늘어나는 버그로 인해 스토리보드로 변경 ([8ad691d](https://github.com/Nexters/Sticky_iOS/commit/8ad691df53fef2fde4bb7e9ec2d95adcd67d60fb))
15+
* **mypage:** 마이페이지 디자인 qa 반영 ([5a65c2f](https://github.com/Nexters/Sticky_iOS/commit/5a65c2f7dcece3db56b998a3c52afcdc01408885))
16+
* **navbar:** 네비게이션 바 커스텀 ([05e94a3](https://github.com/Nexters/Sticky_iOS/commit/05e94a3ee475ff37b33cc872b686264f14750c46))
17+
* **navbar:** 네비게이션바 커스텀 ([3ac4f1b](https://github.com/Nexters/Sticky_iOS/commit/3ac4f1b7cb146cd90d9120cce0a1d9f35d7d017f))
18+
* **navbar:** 라이센스 네비게이션 바 수정 ([5876de4](https://github.com/Nexters/Sticky_iOS/commit/5876de4742b74fef341ced0e0037605ef5b27dba))
19+
* **share:** share card view의badge 백그라운드 처리 시 사라지는 버그 수정 ([9ee7a2c](https://github.com/Nexters/Sticky_iOS/commit/9ee7a2cddfb8728f6c6c55a0b278f817c138c6fb))
20+
* **share:** 공유 디자인 qa 반영 ([6917bf4](https://github.com/Nexters/Sticky_iOS/commit/6917bf46143f429bcee5ec46633712747263e373))
21+
* **special-first:** 스페셜 뱃지 최초 사용 디자인 qa 반영 ([2260b94](https://github.com/Nexters/Sticky_iOS/commit/2260b94822797eca50209e537c37dcc32e0f74be))
22+
* image size 오류 수정, 라이센스 화면 생성 ([011c99e](https://github.com/Nexters/Sticky_iOS/commit/011c99ed6ad1ed2b8abf4bed24b45757ebd52840))
23+
* ui, timer leak 수정 ([a272136](https://github.com/Nexters/Sticky_iOS/commit/a272136fc158c7285f3433c3a21b269a7b5e7d04))
24+
* 라이센스 좌우 패딩 ([9367eed](https://github.com/Nexters/Sticky_iOS/commit/9367eed87d2e619775529a97f3be928652ae3587))
25+
526
## [1.20.0](https://github.com/Nexters/Sticky_iOS/compare/v1.19.1...v1.20.0) (2021-02-18)
627

728

Sticky.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@
10931093
"$(inherited)",
10941094
"@executable_path/Frameworks",
10951095
);
1096-
MARKETING_VERSION = 1.20.0;
1096+
MARKETING_VERSION = 1.20.1;
10971097
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
10981098
PRODUCT_NAME = "$(TARGET_NAME)";
10991099
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1121,7 +1121,7 @@
11211121
"$(inherited)",
11221122
"@executable_path/Frameworks",
11231123
);
1124-
MARKETING_VERSION = 1.20.0;
1124+
MARKETING_VERSION = 1.20.1;
11251125
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
11261126
PRODUCT_NAME = "$(TARGET_NAME)";
11271127
PROVISIONING_PROFILE_SPECIFIER = "";

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sticky",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)