From ebf9dc6b17b58513f7b925b9d3a9e99f57cfbd01 Mon Sep 17 00:00:00 2001 From: Cassidy Schaufele Date: Mon, 12 Jun 2023 14:51:02 -0600 Subject: [PATCH] 0.14.8 --- 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 063d864a1..0f1768445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,22 @@ 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.14.7](https://github.com/mongodb/snooty/compare/v0.14.6...v0.14.7) +## [v0.14.8](https://github.com/mongodb/snooty/compare/v0.14.7...v0.14.8) + +### Merged + +- DOP-3756: update S3 bucket for Changelog to prod [`#832`](https://github.com/mongodb/snooty/pull/832) +- DOP-3698 [`#830`](https://github.com/mongodb/snooty/pull/830) +- DOP-3651: version context cleanup, use local storage only on front end [`#831`](https://github.com/mongodb/snooty/pull/831) +- DOP-3758: Changelog: Change chip size [`#829`](https://github.com/mongodb/snooty/pull/829) +- DOP-3757: [`#828`](https://github.com/mongodb/snooty/pull/828) +- DOP-3720: OpenAPI Changelog fallback to RunId [`#827`](https://github.com/mongodb/snooty/pull/827) +- clear selected resources on change [`#826`](https://github.com/mongodb/snooty/pull/826) +- DOP-3733: add warning toast on fetch error [`#823`](https://github.com/mongodb/snooty/pull/823) +- DOP-3732: fetch most recent diff server side [`#819`](https://github.com/mongodb/snooty/pull/819) +- DOP-3731: skeleton [`#818`](https://github.com/mongodb/snooty/pull/818) + +## [v0.14.7](https://github.com/mongodb/snooty/compare/v0.14.6...v0.14.7) - 2023-05-25 ### Merged diff --git a/package-lock.json b/package-lock.json index c8b0d6a70..4e013dcda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snooty", - "version": "0.14.7", + "version": "0.14.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snooty", - "version": "0.14.7", + "version": "0.14.8", "dependencies": { "@emotion/css": "^11.0.0", "@emotion/eslint-plugin": "^11.7.0", diff --git a/package.json b/package.json index 41b1a8545..bbf2866fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snooty", - "version": "0.14.7", + "version": "0.14.8", "repository": "github:mongodb/snooty", "engines": { "node": "^18",