From 6b24c8551182ff199edbd8d3e42f4b4fed6ef177 Mon Sep 17 00:00:00 2001 From: Cassidy Schaufele Date: Thu, 9 Feb 2023 10:55:00 -0700 Subject: [PATCH] 0.13.37 --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0c266f7..3b6ccd401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,21 @@ 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.36](https://github.com/mongodb/snooty/compare/v0.13.35...v0.13.36) +## [v0.13.37](https://github.com/mongodb/snooty/compare/v0.13.36...v0.13.37) + +### Merged + +- Embedded minor fixup: include empty toc [`#766`](https://github.com/mongodb/snooty/pull/766) +- DOP-3468 [`#761`](https://github.com/mongodb/snooty/pull/761) +- DOP-3493: separate click for caret in ToC [`#765`](https://github.com/mongodb/snooty/pull/765) +- DOP-3485: Remove Percy Workflows [`#764`](https://github.com/mongodb/snooty/pull/764) +- DOP-3367: Override LG Select mobile font-size styles [`#756`](https://github.com/mongodb/snooty/pull/756) +- return a deferred promise for login when calling realm functions [`#759`](https://github.com/mongodb/snooty/pull/759) +- Update Driver Tile link to new csharp docs [`#760`](https://github.com/mongodb/snooty/pull/760) +- DOP-3388-B: Writer preview build conditioned on string "production" rather than "prd" [`#758`](https://github.com/mongodb/snooty/pull/758) +- DOP-3469: Do not build OpenAPI pages using snooty except for :preview: page [`#757`](https://github.com/mongodb/snooty/pull/757) + +## [v0.13.36](https://github.com/mongodb/snooty/compare/v0.13.35...v0.13.36) - 2023-01-25 ### Merged diff --git a/package-lock.json b/package-lock.json index fc0ff17b7..b067de577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.36", + "version": "0.13.37", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.36", + "version": "0.13.37", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index d4309a09f..1ab87b6c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.36", + "version": "0.13.37", "repository": "github:mongodb/snooty", "engines": { "node": "^14",