diff --git a/.changeset/tidy-moons-report.md b/.changeset/tidy-moons-report.md deleted file mode 100644 index e634e6a5..00000000 --- a/.changeset/tidy-moons-report.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@pmndrs/docs': patch ---- - -Read `react-postprocessing` and `a11y` in `browse` and over MCP. Both sites publish a -`llms-full.txt` now — react-postprocessing has for a while, a11y since its build moved to v4 — -so the flag was simply behind the world. diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d4974f..e44693d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @pmndrs/docs +## 4.1.2 + +### Patch Changes + +- [#593](https://github.com/pmndrs/docs/pull/593) [`c1ae5d3`](https://github.com/pmndrs/docs/commit/c1ae5d3acd507997586a10e08cf58665637bec41) Thanks [@abernier](https://github.com/abernier)! - Read `react-postprocessing` and `a11y` in `browse` and over MCP. Both sites publish a + `llms-full.txt` now — react-postprocessing has for a while, a11y since its build moved to v4 — + so the flag was simply behind the world. + ## 4.1.1 ### Patch Changes diff --git a/package.json b/package.json index 096241f3..37e0dad4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmndrs/docs", - "version": "4.1.1", + "version": "4.1.2", "type": "module", "bin": { "pmndrs-docs": "bin/pmndrs-docs.mjs"