Skip to content

Commit

Permalink
chore(release): 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueFidelis committed Aug 11, 2022
1 parent 2fd2a7e commit a5e59d9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.26.0](https://github.com/vtexdocs/devportal/compare/v0.25.1...v0.26.0) (2022-08-11)


### Bug Fixes

* add a match-path compatible with the checkout API page ([b5f99cd](https://github.com/vtexdocs/devportal/commit/b5f99cd8d10dbe0d5bf81f2d0252bbee4113de3e))
* update api-reference page with sidebarContextProvider ([ec6fd4b](https://github.com/vtexdocs/devportal/commit/ec6fd4b4ae960674699b4451a3d3b1dadb6dbfd7))


### Refactoring

* switch from Rapidoc to Rapidoc-mini ([be9d142](https://github.com/vtexdocs/devportal/commit/be9d142f40fd20846e7ccb5db6ac6c1d453cc718))


### Tests

* update rapidoc test to suit rapidoc-mini's characteristics ([35d5c30](https://github.com/vtexdocs/devportal/commit/35d5c30fa5bdffd4b697321d4ff5cc7f6edb3dbd))

### [0.25.1](https://github.com/vtexdocs/devportal/compare/v0.25.0...v0.25.1) (2022-08-10)


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": "devportal",
"version": "0.25.1",
"version": "0.26.0",
"private": true,
"scripts": {
"predev": "node src/utils/get-rapidoc.mjs",
Expand Down

0 comments on commit a5e59d9

Please sign in to comment.