jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.29k stars 514 forks source link

Github release number and Yarn version number out of sync #485

Closed therden closed 2 years ago

therden commented 2 years ago

The Releases section of the <> Code page for this rrule Github repo identifies 2.6.6 as the latest release, but the Yarn repository identifies 2.6.8 as the current version.

(The February 4th commit by @davidgoli bumps rrule's version to 2.6.8 -- but that commit hasn't yet been incorporated into an actual release.)

jonraedeke commented 2 years ago

A release would be useful for getting assets easily via Composer in Drupal as well.

therden commented 2 years ago

Thank you @davidgoli.

Would you or @jakubroztocil be able to offer a guess as to when a new Release of this library will be made available?

22 months have passed since the advent of v.2.6.6...

davidgoli commented 2 years ago

We released 2.7.1 yesterday.

therden commented 2 years ago

Not according to your repo:

image

davidgoli commented 2 years ago

Ah yes. That page is currently a manual process, not tied to the actual npm version available. I'll update this now, but please use npm as the source of truth going forward: https://www.npmjs.com/package/rrule

therden commented 2 years ago

Thank you!