From 447adbc992399ad34a106bf6c69124d2777b2765 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 28 Feb 2024 14:21:02 -0500 Subject: [PATCH] 0.16.4 --- CHANGELOG.md | 24 +++++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2883125..8e22e0bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,29 @@ 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.16.2](https://github.com/mongodb/snooty/compare/v0.16.1...v0.16.2) +## [v0.16.4](https://github.com/mongodb/snooty/compare/v0.16.3...v0.16.4) + +### Merged + +- DOP-4352: Use custom functions for Netlify deploy events [`#1024`](https://github.com/mongodb/snooty/pull/1024) +- DOP-4384: upgrade mongodb-chatbot-ui to v0.4.0 [`#1025`](https://github.com/mongodb/snooty/pull/1025) +- DOP 4340/1: Homepage Redesign [`#1016`](https://github.com/mongodb/snooty/pull/1016) +- DOP-4369: remove unused modal component [`#1023`](https://github.com/mongodb/snooty/pull/1023) +- DOP-4378: ssg breadcrumbs [`#1019`](https://github.com/mongodb/snooty/pull/1019) +- DOP-4393: fix broken language selector [`#1022`](https://github.com/mongodb/snooty/pull/1022) +- DOP-4394: save files to public [`#1021`](https://github.com/mongodb/snooty/pull/1021) +- DOP-4368: Delete `MongoWebShell` [`#1020`](https://github.com/mongodb/snooty/pull/1020) +- DOP-4188: lazy load unified footer [`#1018`](https://github.com/mongodb/snooty/pull/1018) +- DOP-4385: Make Netlify build hook payloads compatible with preview plugin [`#1015`](https://github.com/mongodb/snooty/pull/1015) + +## [v0.16.3](https://github.com/mongodb/snooty/compare/v0.16.2...v0.16.3) - 2024-02-23 + +### Merged + +- DOP-4393: fix broken language selector [`#1022`](https://github.com/mongodb/snooty/pull/1022) +- DOP-4394: save files to public [`#1021`](https://github.com/mongodb/snooty/pull/1021) + +## [v0.16.2](https://github.com/mongodb/snooty/compare/v0.16.1...v0.16.2) - 2024-02-20 ### Merged diff --git a/package-lock.json b/package-lock.json index 596b2cc6f..fa2022fc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.16.2", + "version": "0.16.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.16.2", + "version": "0.16.4", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 9f916e622..3bd02c5e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.16.2", + "version": "0.16.4", "repository": "github:mongodb/snooty", "engines": { "node": "^18",