diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5c5ac28..7e9365b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.17.1](https://github.com/mongodb/snooty/compare/v0.17.0...v0.17.1) +## [v0.17.3](https://github.com/mongodb/snooty/compare/v0.17.2...v0.17.3) + +### Merged + +- DOP-4978: mobile search filters page in dark mode [`#1218`](https://github.com/mongodb/snooty/pull/1218) +- DOP-4955: OpenAPI Preview page - disable Dark Mode [`#1216`](https://github.com/mongodb/snooty/pull/1216) +- No ticket: Realm product-landing template headers - more specific [`#1215`](https://github.com/mongodb/snooty/pull/1215) +- DOP-4893: List Table bugs in dark mode [`#1217`](https://github.com/mongodb/snooty/pull/1217) +- DOP-4686: Implement Method Selector [`#1208`](https://github.com/mongodb/snooty/pull/1208) +- DOP-4881: Z-index issue with left nav and language dropdown [`#1214`](https://github.com/mongodb/snooty/pull/1214) +- DOP-4845: Init select in dark mode [`#1206`](https://github.com/mongodb/snooty/pull/1206) +- No ticket: Realm landing page hero text fix (dark mode) [`#1213`](https://github.com/mongodb/snooty/pull/1213) + +## [v0.17.2](https://github.com/mongodb/snooty/compare/v0.17.1...v0.17.2) - 2024-08-29 + +### Merged + +- DOP-4956: Hovering over sidenav results in light mode while loading [`#1212`](https://github.com/mongodb/snooty/pull/1212) +- DOP-4687/DOP-4903: Changes in Procedure Stylings [`#1202`](https://github.com/mongodb/snooty/pull/1202) +- DOP-4889: Dark mode for chapters/guides [`#1210`](https://github.com/mongodb/snooty/pull/1210) +- DOP-4847: Landing pages init in Dark Mode [`#1201`](https://github.com/mongodb/snooty/pull/1201) +- DOP-4922: bugfix: Use chatbot in landing in dark mode [`#1203`](https://github.com/mongodb/snooty/pull/1203) +- DOP-4848: Init Callouts in dark mode [`#1205`](https://github.com/mongodb/snooty/pull/1205) + +## [v0.17.1](https://github.com/mongodb/snooty/compare/v0.17.0...v0.17.1) - 2024-08-22 ### Merged diff --git a/package-lock.json b/package-lock.json index f8aebdedd..f485410b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.17.1", + "version": "0.17.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.17.1", + "version": "0.17.3", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 46a050df0..d79f474d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.17.1", + "version": "0.17.3", "repository": "github:mongodb/snooty", "engines": { "node": "^18",