Skip to content

Commit

Permalink
0.16.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed May 16, 2024
1 parent 2dedee6 commit 92199f2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 deletions.
40 changes: 37 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ 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.13](https://github.com/mongodb/snooty/compare/v0.16.12...v0.16.13)
## [v0.16.14](https://github.com/mongodb/snooty/compare/v0.16.13...v0.16.14)

### Merged

- DOP-4613: Fix breadcrumb links [`#1091`](https://github.com/mongodb/snooty/pull/1091)
- DOP-4598 adds support to use Noto Sans for Japanese Docs Sites [`#1088`](https://github.com/mongodb/snooty/pull/1088)
- DOP-4569 - include home button in sidenav of openapi preview [`#1089`](https://github.com/mongodb/snooty/pull/1089)
- DOP-4609: use emotion styled vs styled components [`#1090`](https://github.com/mongodb/snooty/pull/1090)
- :package: DOP-4597 update the engines dependency version [`#1087`](https://github.com/mongodb/snooty/pull/1087)
- Fix bread [`#1086`](https://github.com/mongodb/snooty/pull/1086)

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

### Merged

- 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.11...v0.16.12) - 2024-05-01
## [v0.16.12](https://github.com/mongodb/snooty/compare/v0.16.12-breadcrumbs...v0.16.12) - 2024-05-01

### Merged

Expand All @@ -22,6 +33,19 @@ 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 Expand Up @@ -78,7 +102,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- Update .prettierignore [`722f310`](https://github.com/mongodb/snooty/commit/722f3105f4b0ef67854167cdd78ae5b3c6fd7d84)

## [v0.16.6](https://github.com/mongodb/snooty/compare/v0.16.4...v0.16.6) - 2024-03-20
## [v0.16.6](https://github.com/mongodb/snooty/compare/v0.16.5...v0.16.6) - 2024-03-20

### Merged

Expand All @@ -99,6 +123,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- DOP-4379: Modify Figure.test.js to fail if "class" option is not properly accessed [`#1027`](https://github.com/mongodb/snooty/pull/1027)
- Removing all instances of v0.16.5 [`#1026`](https://github.com/mongodb/snooty/pull/1026)

## [v0.16.5](https://github.com/mongodb/snooty/compare/v0.16.4...v0.16.5) - 2024-03-04

### Merged

- DOP-4411: Fixing Homepage Hero Image [`#1030`](https://github.com/mongodb/snooty/pull/1030)

### Commits

- updating package, package-lock [`c165b87`](https://github.com/mongodb/snooty/commit/c165b872aa7295fc6c97e7f032db131f2ff7b13a)

## [v0.16.4](https://github.com/mongodb/snooty/compare/v0.16.3...v0.16.4) - 2024-02-28

### Merged
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.13",
"version": "0.16.14",
"repository": "github:mongodb/snooty",
"engines": {
"node": "^18",
Expand Down

0 comments on commit 92199f2

Please sign in to comment.