Closed night-codes closed 6 years ago
Could you have a look at you personal e-mail, please? I have a difficulty to update the dayjs-ext
package and I will need your help. Thank you!
Could you have a look at you personal e-mail, please? I have a difficulty to update the dayjs-ext package and I will need your help. Thank you!
Done! Sorry for my publication to NPM! I decided that the repository was abandoned, since the package mentioned in the documentation does not exist.
:tada: This PR is included in version 1.10.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Thanks a lot! Actually, you didn't do anything wrong. The publishing took accidentally place, when the branch with your PR was built by Travis under your account to check, if the change is correct. When I was investigating the build problems on Travis, I should have disabled NPM publishing. But in the end, with you help the problem has been solved :-)
Later I realized, that the Ukrainian localization was available as "uk". I compared it to your "ua" and found no differences. I'm removing it and merging you contribution to the "uk" locale, which is correct according to ISO 639. Let me know, if there is any problem with that. Thank you!
It's ok, full language code is uk_UA so in different locales it can be "ua" or "uk"
Thanks a lot for your contribution! And also for fixing my Russian, which got much worse, since I left the elementary school :-) Your change has been published as dayjs-ext@1.0.2. (I need to fix the semantic versioning to get it 1.9.0.)
I do intend to push my changes to the original projects. However, the review process seems to take at least weeks there and I am in need of having an NPM module as soon as possible.
Just a small remark to your PR:
combined
bygit checkout -b ua-locale
, for example. It would be simpler to merge, if you continued with other changes, which you should prepare in other branches. On the other hand, a simple change like yours was no issue.feat:
. For a bug fix byfix:
. But it is no problem for me doing that before pushing you PM merged, as I did now.Thanks again!