Skip to content

Commit

Permalink
0.13.33
Browse files Browse the repository at this point in the history
  • Loading branch information
casthewiz committed Nov 30, 2022
1 parent 1e29b6c commit afe840c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ 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.32](https://github.com/mongodb/snooty/compare/v0.13.31...v0.13.32)
## [v0.13.33](https://github.com/mongodb/snooty/compare/v0.13.32...v0.13.33)

### Merged

- DOP-3321: Fix broken 'Whats Next' Button [`#741`](https://github.com/mongodb/snooty/pull/741)
- DOP-3327: Move entire dangling node in appendTrailingPunctuation() rather than just value [`#740`](https://github.com/mongodb/snooty/pull/740)
- DOP-3330: Check for all whitespace characters when appending dangling character [`#736`](https://github.com/mongodb/snooty/pull/736)
- Feedback widget v3 [`#729`](https://github.com/mongodb/snooty/pull/729)
- DOP-3374: Render search results with empty previews [`#738`](https://github.com/mongodb/snooty/pull/738)
- DOP-3236: add font size for field component [`#737`](https://github.com/mongodb/snooty/pull/737)
- DOP-2596: Only add top margin in connected steps [`#734`](https://github.com/mongodb/snooty/pull/734)

## [v0.13.32](https://github.com/mongodb/snooty/compare/v0.13.31...v0.13.32) - 2022-11-16

### Merged

Expand Down Expand Up @@ -87,15 +99,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- DOP-3193: add pseudo elements at top of table for scroll view [`#679`](https://github.com/mongodb/snooty/pull/679)
- DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675)

## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.3...v0.13.25) - 2022-08-25

## [v0.13.25-branding.3](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25-branding.3) - 2022-09-16

### Merged

- DOP-3222 follow up: Add unit tests for button uri [`#688`](https://github.com/mongodb/snooty/pull/688)
- DOP-3185: update icon sizing [`#675`](https://github.com/mongodb/snooty/pull/675)
- DOP-2592: update language switcher [`#686`](https://github.com/mongodb/snooty/pull/686)
## [v0.13.25](https://github.com/mongodb/snooty/compare/v0.13.25-branding.2...v0.13.25) - 2022-08-25

## [v0.13.25-branding.2](https://github.com/mongodb/snooty/compare/v0.13.25-branding...v0.13.25-branding.2) - 2022-09-02

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.13.32",
"version": "0.13.33",
"repository": "github:mongodb/snooty",
"engines": {
"node": "^14",
Expand Down

0 comments on commit afe840c

Please sign in to comment.