stomp-js / ng2-stompjs

Angular 6 and 7 - Stomp service over Websockets
https://stomp-js.github.io/
Apache License 2.0
181 stars 32 forks source link

Which version is the latest #169

Closed pantonis closed 4 years ago

pantonis commented 5 years ago

I am confused. in npmjs I see version 7.2.0 was published 8 months ago. In master branch I see commits that were done 26 days ago. Which version is in the master branch now?

kum-deepak commented 5 years ago

I have setup dependbot which keeps watching dependencies. These have been set to auto merge if it impacts only dev dependencies. I have also created a GitHub issue template for this repository.

All commits beyond 7.2.0 till date are either dev dependency version change or the issue template related.

So code and distribution files wise it is still same as 7.2.0.

pantonis commented 5 years ago

So master branch contains 7.2.0 right? Nothing more

kum-deepak commented 5 years ago

Yes

pantonis commented 5 years ago

But I see that master had changes merged 26 days ago. image

And 7.2.0 was released 8 months ago

kum-deepak commented 5 years ago

Are you finding any difference?

If in doubt, please checkout the repository and take a diff with 7.2.0 tag.

kum-deepak commented 4 years ago

I am closing this, if you find any differences, please open an issue.