gatsby-remark-reading-time icon indicating copy to clipboard operation
gatsby-remark-reading-time copied to clipboard

Latest release wasn't published

Open ghost opened this issue 3 years ago • 11 comments

Hello, There was no release following #13 so the issue is still there. Would it be possible to run npm publish ?

If you don't have time to maintain this repo, I'm happy to take over. @garetmckinley

ghost avatar Jul 16 '21 07:07 ghost

@alvinometric did someone resolve this? I have the same problem with gatsby v4.

aaronUnosquare avatar Jan 05 '22 18:01 aaronUnosquare

Unfortunately not. There's #15 that allows the extension to work with Gatsby v4, but @garetmckinley is MIA.

I'd be more than happy to take over the maintenance of this

ghost avatar Jan 05 '22 18:01 ghost

@alvinometric do you have some work around to remove the warning caused by this issue? warn Plugin gatsby-remark-reading-time is not compatible with your gatsby version 4.4.0 - It requires gatsby@^2.0.0

aaronUnosquare avatar Jan 05 '22 19:01 aaronUnosquare

#15 needs to be merged in order to fix this, that's the only way. Apart from making your own repo

ghost avatar Jan 05 '22 19:01 ghost

Hey, sorry for being unresponsive in this repo. Open source notifications tend to get buried under my work notifications. I added you as a permanent maintainer of this repo @alvinometric. If you want, I can add you to the maintainers of the npm package so you can publish if you want.

Honestly didn't realize anybody was using this package lol

AriTheElk avatar Jan 05 '22 19:01 AriTheElk

@garetmckinley @alvinometric that would be awesome if it could be merged and publish :)

aaronUnosquare avatar Jan 05 '22 19:01 aaronUnosquare

Oh this is great! I'd love to be able to publish, but I understand if you don't feel comfortable with it

ghost avatar Jan 05 '22 20:01 ghost

Any news on this? :eyes:

blopa avatar Apr 10 '22 11:04 blopa

Hey! Need support for gatsby v4 please 🙏

alexandrumogic avatar May 21 '22 08:05 alexandrumogic

Doesn't work with Gatsby v5.x. Any planned updates @garetmckinley?

rameshkunwar avatar Feb 12 '23 20:02 rameshkunwar

To people stuck here. timeToRead is readily available with the gatsby-transformer-remark plugin. Tutorial here

alecgerona avatar Mar 24 '23 18:03 alecgerona