Skip to content

Commit

Permalink
0.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Jun 6, 2024
1 parent 52b3a19 commit aa89e4e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
38 changes: 23 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,28 @@ 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.16.14](https://github.com/mongodb/snooty/compare/v0.16.13...v0.16.14)
## [v0.16.15](https://github.com/mongodb/snooty/compare/v0.16.14...v0.16.15)

### Merged

- DOP-4540: Simplify versioned prefix generation [`#1113`](https://github.com/mongodb/snooty/pull/1113)
- DOP-4664 🕶️ Applies dark mode style for typography [`#1107`](https://github.com/mongodb/snooty/pull/1107)
- DOP-4713 unit test [`#1111`](https://github.com/mongodb/snooty/pull/1111)
- DOP-4626: Dark Mode - Contents (on this page) [`#1103`](https://github.com/mongodb/snooty/pull/1103)
- DOP-4667: unit test for dark mode provider [`#1109`](https://github.com/mongodb/snooty/pull/1109)
- DOP-4713: implement DarkMode Dropdown in new Action Bar [`#1105`](https://github.com/mongodb/snooty/pull/1105)
- DOP-4715: Upgrade consistent nav to "v2.1.0" [`#1108`](https://github.com/mongodb/snooty/pull/1108)
- DOP-4698: Hide IA header on Search [`#1102`](https://github.com/mongodb/snooty/pull/1102)
- DOP-4603: Add Japanese locale behind feature flag [`#1106`](https://github.com/mongodb/snooty/pull/1106)
- DOP-4581: Perform client-side redirect based on browser language [`#1094`](https://github.com/mongodb/snooty/pull/1094)
- DOP-4660: Applies dark mode to the Vertical Procedures and Steps Component [`#1101`](https://github.com/mongodb/snooty/pull/1101)
- DOP-4672 - Allows the background styles to be influenced by the dark mode value from it's context [`#1100`](https://github.com/mongodb/snooty/pull/1100)
- DOP-4667 - create dark mode context [`#1097`](https://github.com/mongodb/snooty/pull/1097)
- DOP-4594: Breadcrumbs and Internal Navigation buttons use TOC labels [`#1093`](https://github.com/mongodb/snooty/pull/1093)
- DOP-4707: Icon mapping for tab selectors missing keys for rust-async and rust-sync [`#1096`](https://github.com/mongodb/snooty/pull/1096)
- Breadcrumbs follow - removing extra padding on drivers index page - verify this is wanted [`#1095`](https://github.com/mongodb/snooty/pull/1095)

## [v0.16.14](https://github.com/mongodb/snooty/compare/v0.16.13...v0.16.14) - 2024-05-16

### Merged

Expand All @@ -24,7 +45,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- DOP-4566: set init values for tabs and tab selectors during build time [`#1080`](https://github.com/mongodb/snooty/pull/1080)

## [v0.16.12](https://github.com/mongodb/snooty/compare/v0.16.12-breadcrumbs...v0.16.12) - 2024-05-01
## [v0.16.12](https://github.com/mongodb/snooty/compare/v0.16.11...v0.16.12) - 2024-05-01

### Merged

Expand All @@ -33,19 +54,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- :bug: DOP-4572 Unused objects/props are included in reference links [`#1081`](https://github.com/mongodb/snooty/pull/1081)
- DOP-4505: Lighthouse Server scores for desktop and mobile [`#1079`](https://github.com/mongodb/snooty/pull/1079)

## [v0.16.12-breadcrumbs](https://github.com/mongodb/snooty/compare/v0.16.11...v0.16.12-breadcrumbs) - 2024-05-13

### Merged

- Fix bread [`#1086`](https://github.com/mongodb/snooty/pull/1086)
- DOP-4536: Breadcrumbs! 🚂🍞🥐🥖🫓🍞 [`#1085`](https://github.com/mongodb/snooty/pull/1085)
- DOP-4587: Bump consistent-nav package to 2.0.7 [`#1082`](https://github.com/mongodb/snooty/pull/1082)

### Commits

- DOP-4613: Fix breadcrumb links (#1091) [`2a2a981`](https://github.com/mongodb/snooty/commit/2a2a9811039dc0c19bb5ad6a0b787ea1afef4b85)
- update version - v0.16.12-breadcrumbs [`da8982e`](https://github.com/mongodb/snooty/commit/da8982ea81c70620b33becaa0b500a7aa5a00c4c)

## [v0.16.11](https://github.com/mongodb/snooty/compare/v0.16.11-munich...v0.16.11) - 2024-04-24

## [v0.16.11-munich](https://github.com/mongodb/snooty/compare/v0.16.10...v0.16.11-munich) - 2024-05-01
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snooty",
"version": "0.16.14",
"version": "0.16.15",
"repository": "github:mongodb/snooty",
"engines": {
"node": "^18",
Expand Down

0 comments on commit aa89e4e

Please sign in to comment.