mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate
https://mobx-state-tree.js.org/
MIT License
6.9k stars 639 forks source link

chore: get ready for 5.2.0 release #2085

Closed coolsoftwaretyler closed 9 months ago

coolsoftwaretyler commented 9 months ago

What does this PR do and why?

This PR updates the package metadata and runs the docs build command in advance of Tuesday's 5.2.0. release. We'll merge this in, then do the GitHub release post, then publish to npm.

Steps to validate locally

No changes to library, but tests should pass, linters should pass, docs should be up to date, things should be good to go for 5.2.0 overall.

coolsoftwaretyler commented 9 months ago

Oh, apparently the lerna commands push to GitHub? That is not what I expected. https://github.com/mobxjs/mobx-state-tree/commit/46151874fd4c077919ebf59e22d274c4e23ac8c7 has the versioning commits. All good. Leaving this PR open until it's time to push on Tuesday.