Skip to content

Commit

Permalink
0.16.23
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Jul 10, 2024
1 parent 1dbc1ee commit 010079b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 8 deletions.
38 changes: 33 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,29 @@ 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.22](https://github.com/mongodb/snooty/compare/v0.16.21...v0.16.22)
## [v0.16.23](https://github.com/mongodb/snooty/compare/v0.16.22...v0.16.23)

### Merged

- Revert "DOP-4761: update LG/tabs to v12 to render content in HTML" [`#1154`](https://github.com/mongodb/snooty/pull/1154)
- DOP-4789: Re-enable redirects based on browser language [`#1155`](https://github.com/mongodb/snooty/pull/1155)
- :sparkles: DOP-4791 introduces new next/prev button [`#1156`](https://github.com/mongodb/snooty/pull/1156)
- DOP-4784: Chatbot on 404 [`#1158`](https://github.com/mongodb/snooty/pull/1158)
- DOP-4761: force render all tabs (and fix SVG icons) [`#1157`](https://github.com/mongodb/snooty/pull/1157)
- DOP-4641 / DOP-4740: Adding Language Logos [`#1132`](https://github.com/mongodb/snooty/pull/1132)
- [Dark Mode]: Search page [`#1147`](https://github.com/mongodb/snooty/pull/1147)
- :art: DOP-4780 overrides the weblink-link any styles for dark mode [`#1149`](https://github.com/mongodb/snooty/pull/1149)

## [v0.16.21](https://github.com/mongodb/snooty/compare/v0.16.18...v0.16.21) - 2024-06-27
## [v0.16.22](https://github.com/mongodb/snooty/compare/v0.16.21...v0.16.22) - 2024-06-27

### Merged

- Fix package.json to be current version [`#1153`](https://github.com/mongodb/snooty/pull/1153)
- Revert "DOP-4761: update LG/tabs to v12 to render content in HTML" [`#1154`](https://github.com/mongodb/snooty/pull/1154)

## [v0.16.18](https://github.com/mongodb/snooty/compare/v0.16.16...v0.16.18) - 2024-06-27
## [v0.16.21](https://github.com/mongodb/snooty/compare/v0.16.20...v0.16.21) - 2024-06-27

### Merged

- Fix package.json to be current version [`#1153`](https://github.com/mongodb/snooty/pull/1153)
- :art: DOP-4760 sets the letter-spacing for p and a tags within the landing template [`#1152`](https://github.com/mongodb/snooty/pull/1152)
- DOP-4782: Avoid using style prop for Link component [`#1150`](https://github.com/mongodb/snooty/pull/1150)
- :art: DOP-4635 using static css approach [`#1151`](https://github.com/mongodb/snooty/pull/1151)
Expand All @@ -32,14 +39,35 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- :lipstick: DOP-4644 applies dark mode support for Instruqt drawer [`#1143`](https://github.com/mongodb/snooty/pull/1143)
- DOP-4761: update LG/tabs to v12 to render content in HTML [`#1141`](https://github.com/mongodb/snooty/pull/1141)
- DOP-4652 update skeleton for dark mode [`#1139`](https://github.com/mongodb/snooty/pull/1139)

## [v0.16.20](https://github.com/mongodb/snooty/compare/v0.16.19...v0.16.20) - 2024-06-20

### Merged

- Fix ChatbotUI background inheritance [`#1145`](https://github.com/mongodb/snooty/pull/1145)
- Lighthouse Fix: Access correct commit message for both merges and PRs [`#1142`](https://github.com/mongodb/snooty/pull/1142)

## [v0.16.19](https://github.com/mongodb/snooty/compare/v0.16.18...v0.16.19) - 2024-06-20

### Merged

- :sparkles: DOP-4624 now using mongodb-chatbot-ui component's dark mode [`#1137`](https://github.com/mongodb/snooty/pull/1137)
- DOP-4632: Make feedback widget submitted links use LG Typography [`#1136`](https://github.com/mongodb/snooty/pull/1136)
- :fire: DOP-4663 removes Topic component and all traces of it [`#1140`](https://github.com/mongodb/snooty/pull/1140)
- DOP-4614: Skunk - upload lighthouse reports to Atlas [`#1131`](https://github.com/mongodb/snooty/pull/1131)
- Remove old lighthouse workflow [`#1134`](https://github.com/mongodb/snooty/pull/1134)
- Remove lang-based redirect for now [`#1133`](https://github.com/mongodb/snooty/pull/1133)

## [v0.16.18](https://github.com/mongodb/snooty/compare/v0.16.17...v0.16.18) - 2024-06-14

### Merged

- Remove lang-based redirect for now [`#1133`](https://github.com/mongodb/snooty/pull/1133)

## [v0.16.17](https://github.com/mongodb/snooty/compare/v0.16.16...v0.16.17) - 2024-06-13

### Merged

- :sparkles: DOP-4662 adds community pill to cards for when using tags [`#1130`](https://github.com/mongodb/snooty/pull/1130)
- DOP-4643: strict rules for image borders [`#1129`](https://github.com/mongodb/snooty/pull/1129)
- :lipstick: DOP-4658 side nav now handles dark mode [`#1127`](https://github.com/mongodb/snooty/pull/1127)
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.22",
"version": "0.16.23",
"repository": "github:mongodb/snooty",
"engines": {
"node": "^18",
Expand Down

0 comments on commit 010079b

Please sign in to comment.