From afe840c58eb4a01e86a864c2e7d02404c2fceba2 Mon Sep 17 00:00:00 2001 From: Cassidy Schaufele Date: Wed, 30 Nov 2022 12:47:35 -0700 Subject: [PATCH] 0.13.33 --- CHANGELOG.md | 24 ++++++++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc82bf05c..a21ea7682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ 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.13.32](https://github.com/mongodb/snooty/compare/v0.13.31...v0.13.32) +## [v0.13.33](https://github.com/mongodb/snooty/compare/v0.13.32...v0.13.33) + +### Merged + +- DOP-3321: Fix broken 'Whats Next' Button [`#741`](https://github.com/mongodb/snooty/pull/741) +- DOP-3327: Move entire dangling node in appendTrailingPunctuation() rather than just value [`#740`](https://github.com/mongodb/snooty/pull/740) +- DOP-3330: Check for all whitespace characters when appending dangling character [`#736`](https://github.com/mongodb/snooty/pull/736) +- Feedback widget v3 [`#729`](https://github.com/mongodb/snooty/pull/729) +- DOP-3374: Render search results with empty previews [`#738`](https://github.com/mongodb/snooty/pull/738) +- DOP-3236: add font size for field component [`#737`](https://github.com/mongodb/snooty/pull/737) +- DOP-2596: Only add top margin in connected steps [`#734`](https://github.com/mongodb/snooty/pull/734) + +## [v0.13.32](https://github.com/mongodb/snooty/compare/v0.13.31...v0.13.32) - 2022-11-16 ### Merged @@ -87,15 +99,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - DOP-3193: add pseudo elements at top of table for scroll view [`#679`](https://github.com/mongodb/snooty/pull/679) - DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675) -## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.3...v0.13.25) - 2022-08-25 - -## [v0.13.25-branding.3](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25-branding.3) - 2022-09-16 - -### Merged - -- DOP-3222 follow up: Add unit tests for button uri [`#688`](https://github.com/mongodb/snooty/pull/688) -- DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675) -- DOP-2592: update language switcher [`#686`](https://github.com/mongodb/snooty/pull/686) +## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25) - 2022-08-25 ## [v0.13.25-branding.2](https://github.com/mongodb/snooty/compare/v0.13.25-branding...v0.13.25-branding.2) - 2022-09-02 diff --git a/package-lock.json b/package-lock.json index 14bb045a3..b3ba197b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.32", + "version": "0.13.33", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.32", + "version": "0.13.33", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 7e7116d23..1de66aa70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.32", + "version": "0.13.33", "repository": "github:mongodb/snooty", "engines": { "node": "^14",