From 1e80e39aac17aaa7bb2675a40bf02a7b4545914d Mon Sep 17 00:00:00 2001 From: Cassidy Schaufele Date: Wed, 25 Jan 2023 15:16:31 -0700 Subject: [PATCH] 0.13.36 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1499992..3d0c266f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,18 @@ 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.35](https://github.com/mongodb/snooty/compare/v0.13.34...v0.13.35) +## [v0.13.36](https://github.com/mongodb/snooty/compare/v0.13.35...v0.13.36) + +### Merged + +- DOP-3459: Bump Consistent Nav Version [`#755`](https://github.com/mongodb/snooty/pull/755) +- DOP-2077: add robots meta to Helmet [`#754`](https://github.com/mongodb/snooty/pull/754) +- DOP-3388: Faster Preview build without consistent-nav [`#752`](https://github.com/mongodb/snooty/pull/752) +- DOP-3289: Fix styling for buttons nested in tabs [`#753`](https://github.com/mongodb/snooty/pull/753) +- DOP-3377: fix env checks - strings only [`#751`](https://github.com/mongodb/snooty/pull/751) +- DOP-2872: imports order rule implemented in eslint [`#750`](https://github.com/mongodb/snooty/pull/750) + +## [v0.13.35](https://github.com/mongodb/snooty/compare/v0.13.34...v0.13.35) - 2023-01-12 ### Merged diff --git a/package-lock.json b/package-lock.json index f78c5aad1..fc0ff17b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.13.35", + "version": "0.13.36", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.13.35", + "version": "0.13.36", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index bbd5539b3..d4309a09f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.13.35", + "version": "0.13.36", "repository": "github:mongodb/snooty", "engines": { "node": "^14",