From 754027ee544d8bdbdb5d891b9eeb3448daef093f Mon Sep 17 00:00:00 2001 From: Seung Park Date: Thu, 19 Sep 2024 10:41:58 -0400 Subject: [PATCH] 0.18.2 --- CHANGELOG.md | 34 +++++++++++++++++++--------------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5f38562..b14915544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,20 @@ 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.18.1](https://github.com/mongodb/snooty/compare/v0.18.0...v0.18.1) +## [v0.18.2](https://github.com/mongodb/snooty/compare/v0.18.1...v0.18.2) + +### Merged + +- Universal Search fast follow - update env reading [`#1245`](https://github.com/mongodb/snooty/pull/1245) + +## [v0.18.1](https://github.com/mongodb/snooty/compare/v0.18.0...v0.18.1) - 2024-09-18 ### Merged - DOP-4908: remove search icon from top nav [`#1244`](https://github.com/mongodb/snooty/pull/1244) - 0px if not browser [`#1242`](https://github.com/mongodb/snooty/pull/1242) -## [v0.18.0](https://github.com/mongodb/snooty/compare/v0.17.4...v0.18.0) - 2024-09-18 +## [v0.18.0](https://github.com/mongodb/snooty/compare/v0.17.5...v0.18.0) - 2024-09-18 ### Merged @@ -28,6 +34,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - DOP-4992: Remove Delighted [`#1234`](https://github.com/mongodb/snooty/pull/1234) - DOP-4983: allow content within collapsibles to be linked [`#1231`](https://github.com/mongodb/snooty/pull/1231) - DOP-4995: Dark Mode UAT: always on scroll, version selector hover flash, clear all filters flash [`#1226`](https://github.com/mongodb/snooty/pull/1226) + +## [v0.17.5](https://github.com/mongodb/snooty/compare/v0.17.4...v0.17.5) - 2024-09-11 + +### Merged + - DOP-4990: remove fab from depreacted projects [`#1227`](https://github.com/mongodb/snooty/pull/1227) - DOP-4989: List item markers do not conform to dark mode colors [`#1224`](https://github.com/mongodb/snooty/pull/1224) - DOP-4980: Using Dark Mode nav [`#1219`](https://github.com/mongodb/snooty/pull/1219) @@ -176,21 +187,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ## [v0.16.19](https://github.com/mongodb/snooty/compare/v0.16.18...v0.16.19) - 2024-06-20 -## [v0.16.18](https://github.com/mongodb/snooty/compare/v0.16.17...v0.16.18) - 2024-06-27 - ### Merged -- :art: DOP-4760 sets the letter-spacing for p and a tags within the landing template [`#1152`](https://github.com/mongodb/snooty/pull/1152) -- DOP-4782: Avoid using style prop for Link component [`#1150`](https://github.com/mongodb/snooty/pull/1150) -- :art: DOP-4635 using static css approach [`#1151`](https://github.com/mongodb/snooty/pull/1151) -- :white_check_mark: DOP-4781 changes the description of the Chatbot test [`#1148`](https://github.com/mongodb/snooty/pull/1148) -- :lipstick: DOP-4635 applies styles in footnote to support dark mode [`#1144`](https://github.com/mongodb/snooty/pull/1144) -- DOP-4715: Upgrade consistent nav to "v2.1.0" [`#1146`](https://github.com/mongodb/snooty/pull/1146) -- :lipstick: DOP-4644 applies dark mode support for Instruqt drawer [`#1143`](https://github.com/mongodb/snooty/pull/1143) -- DOP-4761: update LG/tabs to v12 to render content in HTML [`#1141`](https://github.com/mongodb/snooty/pull/1141) -- DOP-4652 update skeleton for dark mode [`#1139`](https://github.com/mongodb/snooty/pull/1139) -- Fix ChatbotUI background inheritance [`#1145`](https://github.com/mongodb/snooty/pull/1145) -- Lighthouse Fix: Access correct commit message for both merges and PRs [`#1142`](https://github.com/mongodb/snooty/pull/1142) - :sparkles: DOP-4624 now using mongodb-chatbot-ui component's dark mode [`#1137`](https://github.com/mongodb/snooty/pull/1137) - DOP-4632: Make feedback widget submitted links use LG Typography [`#1136`](https://github.com/mongodb/snooty/pull/1136) - :fire: DOP-4663 removes Topic component and all traces of it [`#1140`](https://github.com/mongodb/snooty/pull/1140) @@ -198,6 +196,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Remove old lighthouse workflow [`#1134`](https://github.com/mongodb/snooty/pull/1134) - Remove lang-based redirect for now [`#1133`](https://github.com/mongodb/snooty/pull/1133) +## [v0.16.18](https://github.com/mongodb/snooty/compare/v0.16.17...v0.16.18) - 2024-06-14 + +### Merged + +- Remove lang-based redirect for now [`#1133`](https://github.com/mongodb/snooty/pull/1133) + ## [v0.16.17](https://github.com/mongodb/snooty/compare/v0.16.16...v0.16.17) - 2024-06-13 ### Merged diff --git a/package-lock.json b/package-lock.json index e9a41f615..ed7da4afe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.18.1", + "version": "0.18.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.18.1", + "version": "0.18.2", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 2669794cb..ccb272094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.18.1", + "version": "0.18.2", "repository": "github:mongodb/snooty", "engines": { "node": "^18",