Skip to content

Commit 604cd37

Browse files
authored
Prepare release v1.1.7 (#211)
1 parent f628461 commit 604cd37

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.7 (Aug 15, 2022)
2+
3+
High level enhancements
4+
5+
- Improved consistency of code block styling.
6+
7+
Other enhancements and bug fixes
8+
9+
- Use CodeBlock to render code fences ([#210](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/210))
10+
111
## 1.1.6 (Aug 12, 2022)
212

313
High level enhancements

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -21,7 +21,7 @@
2121
"@mdx-js/react": "^1.6.22",
2222
"clsx": "^1.1.1",
2323
"docusaurus-plugin-openapi-docs": "^1.1.6",
24-
"docusaurus-theme-openapi-docs": "^1.1.6",
24+
"docusaurus-theme-openapi-docs": "^1.1.7",
2525
"prism-react-renderer": "^1.3.1",
2626
"react": "^17.0.2",
2727
"react-dom": "^17.0.2"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.6",
2+
"version": "1.1.7",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/docusaurus-theme-openapi-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-theme-openapi-docs",
33
"description": "OpenAPI theme for Docusaurus.",
4-
"version": "1.1.6",
4+
"version": "1.1.7",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

0 commit comments

Comments
 (0)