-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
fix: add month or year changes hour when utc offset is used #957
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #957 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 167 167
Lines 1423 1423
Branches 305 305
=========================================
Hits 1423 1423
Continue to review full report at Codecov.
|
Looks sweet, thanks. |
## [1.8.30](v1.8.29...v1.8.30) (2020-07-22) ### Bug Fixes * Add Haitian Creole (ht) and Spanish Puerto Rico (es-pr) locale configs ([#958](#958)) ([b2642e2](b2642e2)) * Fix UTC plugin wrong hour bug while adding month or year ([#957](#957)) ([28ae070](28ae070)) * Update French (fr) locale to set correct yearStart ([14ab808](14ab808)), closes [#956](#956)
🎉 This PR is included in version 1.8.30 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.8.30](iamkun/dayjs@v1.8.29...v1.8.30) (2020-07-22) ### Bug Fixes * Add Haitian Creole (ht) and Spanish Puerto Rico (es-pr) locale configs ([#958](iamkun/dayjs#958)) ([b2642e2](iamkun/dayjs@b2642e2)) * Fix UTC plugin wrong hour bug while adding month or year ([#957](iamkun/dayjs#957)) ([28ae070](iamkun/dayjs@28ae070)) * Update French (fr) locale to set correct yearStart ([14ab808](iamkun/dayjs@14ab808)), closes [#956](iamkun/dayjs#956)
## [1.8.30](iamkun/dayjs@v1.8.29...v1.8.30) (2020-07-22) ### Bug Fixes * Add Haitian Creole (ht) and Spanish Puerto Rico (es-pr) locale configs ([#958](iamkun/dayjs#958)) ([b2642e2](iamkun/dayjs@b2642e2)) * Fix UTC plugin wrong hour bug while adding month or year ([#957](iamkun/dayjs#957)) ([28ae070](iamkun/dayjs@28ae070)) * Update French (fr) locale to set correct yearStart ([14ab808](iamkun/dayjs@14ab808)), closes [#956](iamkun/dayjs#956)
## [1.8.30](iamkun/dayjs@v1.8.29...v1.8.30) (2020-07-22) ### Bug Fixes * Add Haitian Creole (ht) and Spanish Puerto Rico (es-pr) locale configs ([#958](iamkun/dayjs#958)) ([b2642e2](iamkun/dayjs@b2642e2)) * Fix UTC plugin wrong hour bug while adding month or year ([#957](iamkun/dayjs#957)) ([28ae070](iamkun/dayjs@28ae070)) * Update French (fr) locale to set correct yearStart ([14ab808](iamkun/dayjs@14ab808)), closes [#956](iamkun/dayjs#956)
Fixes #953