Skip to content

Commit 71012fa

Browse files
authored
Prepare release v2.0.4 (#704)
1 parent 8a42186 commit 71012fa

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.0.4 (Jan 18, 2024)
2+
3+
High level enhancements
4+
5+
- Add x-codeSamples support
6+
- Add callbacks support
7+
8+
Other enhancements and bug fixes
9+
10+
- Add support to x-codeSamples ([#697](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/697))
11+
- Remove deprecated node packages ([#699](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/699))
12+
- Add Callbacks support ([#691](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/691))
13+
114
## 2.0.3 (Jan 9, 2024)
215

316
High level enhancements

demo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -26,8 +26,8 @@
2626
"@docusaurus/preset-classic": "2.4.3",
2727
"@mdx-js/react": "^1.6.22",
2828
"clsx": "^1.1.1",
29-
"docusaurus-plugin-openapi-docs": "^2.0.3",
30-
"docusaurus-theme-openapi-docs": "^2.0.3",
29+
"docusaurus-plugin-openapi-docs": "^2.0.4",
30+
"docusaurus-theme-openapi-docs": "^2.0.4",
3131
"prism-react-renderer": "^1.3.1",
3232
"react": "^18.2.0",
3333
"react-dom": "^18.2.0"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.3",
2+
"version": "2.0.4",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-plugin-openapi-docs",
33
"description": "OpenAPI plugin for Docusaurus.",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

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

+2-2
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": "2.0.3",
4+
"version": "2.0.4",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -43,7 +43,7 @@
4343
"clsx": "^1.1.1",
4444
"copy-text-to-clipboard": "^3.1.0",
4545
"crypto-js": "^4.1.1",
46-
"docusaurus-plugin-openapi-docs": "^2.0.3",
46+
"docusaurus-plugin-openapi-docs": "^2.0.4",
4747
"docusaurus-plugin-sass": "^0.2.3",
4848
"file-saver": "^2.0.5",
4949
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)