From ae3d01ca6ecbb38f6f76359832d3a96c0b0d7d81 Mon Sep 17 00:00:00 2001 From: Cassidy Schaufele Date: Thu, 25 Aug 2022 08:27:52 -0600 Subject: [PATCH] 0.13.25 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2fd4907..1680d17b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,25 @@ 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.24](https://github.com/mongodb/snooty/compare/v0.13.23...v0.13.24) +## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.24...v0.13.25) ### Merged +- DOP-3150: Defer Optimizely script [`#671`](https://github.com/mongodb/snooty/pull/671) +- DOP-2779: fix scrolling issue for footnotes [`#672`](https://github.com/mongodb/snooty/pull/672) +- DOP-3160: update README [`#668`](https://github.com/mongodb/snooty/pull/668) + +### Commits + +- Branding: update master from 0.13.24-branding [`a07a1ce`](https://github.com/mongodb/snooty/commit/a07a1ceebba49b0087cf5a177e1291234662dff4) + +## [v0.13.24](https://github.com/mongodb/snooty/compare/v0.13.24-branding...v0.13.24) - 2022-08-10 + +## [v0.13.24-branding](https://github.com/mongodb/snooty/compare/v0.13.23...v0.13.24-branding) - 2022-08-22 + +### Merged + +- DOP-2583: type now uses the typography component [`#662`](https://github.com/mongodb/snooty/pull/662) - Revert "Update leafygreen-ui/tabs to v8 (#656)" [`#666`](https://github.com/mongodb/snooty/pull/666) - CLOUDP-110876: Allow a staging version of PR changes to be created to help reviewers [`#664`](https://github.com/mongodb/snooty/pull/664) - DOP-3169: Add dotcomprd to Delighted accepted envs [`#663`](https://github.com/mongodb/snooty/pull/663) diff --git a/package-lock.json b/package-lock.json index 54ea03059..1800c0b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.24", + "version": "0.13.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.24", + "version": "0.13.25", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 3111c7bc4..bc09e9cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.24", + "version": "0.13.25", "repository": "github:mongodb/snooty", "engines": { "node": "^14",