Skip to content

Commit ab49107

Browse files
committed
docs: update template version
1 parent e37b579 commit ab49107

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/docusaurus-template-openapi/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"name": "demo",
4-
"version": "0.6.1",
4+
"version": "0.6.3",
55
"private": true,
66
"scripts": {
77
"docusaurus": "docusaurus",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@docusaurus/core": "^2.0.0",
19-
"docusaurus-preset-openapi": "0.6.1",
19+
"docusaurus-preset-openapi": "0.6.3",
2020
"@mdx-js/react": "^1.6.21",
2121
"clsx": "^1.1.1",
2222
"prism-react-renderer": "^1.2.1",

scripts/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ yarn release:version graduate
2626
1.3.3-rc.5 -> 1.3.3
2727
```
2828

29-
### 2. Update `CHANGELOG.md`
29+
### 2. Update template version
30+
31+
Update the template file, which will be used by `npx` and `yarn` to create a new template site.
32+
33+
Go to `packages\docusaurus-template-openapi\template.json`, then update the version of the template and the relevant version of `docusaurus-preset-openapi` under the dependencies.
34+
35+
### 3. Update `CHANGELOG.md`
3036

3137
A partial changelog can be generated by running:
3238

0 commit comments

Comments
 (0)