Romanchuk / angular-i18next

angular v10+ integration with i18next v19.4+
MIT License
131 stars 33 forks source link

Is it possible to publish the 15.0 pre-release version to npm? #100

Closed firedigger closed 1 year ago

firedigger commented 1 year ago

Hello, thanks for developing this awesome package. I have recently created a Angular 15 application and wanted to include translations. The current version 14.2 with some minimal changes from your 14.2..15.0 it works perfectly but of course I can not use it in docker deployment due to version 15.0 not being published to npm. I understand that the 15.0 might not be ready for the release, but is it possible to publish it to npm as a pre-release package? Like -rc1 or something. So that Angular 15 users can develop around it awaiting the release. Thanks in advance.

Romanchuk commented 1 year ago

@firedigger Hello, it is already released 15.0.0-0

firedigger commented 1 year ago

You are correct, that is my blindness, https://www.npmjs.com/package/angular-i18next/v/15.0.0-0 Sorry for the bother