sinclairnick / webroute

🕸️ Web APIs, from the route up
https://webroute.vercel.app/docs
MIT License
55 stars 2 forks source link

Recursive package publishing #41

Open magne4000 opened 3 weeks ago

magne4000 commented 3 weeks ago

@webroute/middleware@0.9.0 have been published, but @webroute/route still refers to @webroute/middleware@0.8.0. As a result, if I install both @webroute/middleware and @webroute/route, I now have 2 versions of @webroute/middleware installed locally.

You could leverage pnpm -r publish to handle that (I also like using bumpp to simplify bumping versions)

sinclairnick commented 3 weeks ago

I've been meaning to setup both a) changesets to address this issue and b) CI which automates package releasing. Now that I've finally published the docs I'll be able to focus on these 👍