@redocly/revel-reef 0.95.0 → 0.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/bin.js +1 -1
- package/dist/bin.js.map +1 -1
- package/dist/cli/translations/options.js +1 -1
- package/dist/server/plugins/config-parser/loaders/utils/read-and-validate-config.js +1 -1
- package/dist/server/plugins/config-parser/loaders/utils/read-and-validate-config.js.map +1 -1
- package/dist/server/plugins/dev-onboarding/api/combine.d.ts +1 -1
- package/dist/server/plugins/dev-onboarding/api/combine.d.ts.map +1 -1
- package/dist/server/plugins/dev-onboarding/api/middlewares/auth.d.ts +1 -1
- package/dist/server/plugins/dev-onboarding/api/middlewares/auth.d.ts.map +1 -1
- package/dist/server/plugins/dev-onboarding/api/middlewares/integrations.d.ts +1 -1
- package/dist/server/plugins/dev-onboarding/api/middlewares/integrations.d.ts.map +1 -1
- package/dist/server/plugins/dev-onboarding/api/types.d.ts +1 -1
- package/dist/server/plugins/dev-onboarding/api/types.d.ts.map +1 -1
- package/dist/server/plugins/ensure-frontmatter-theme-compatibility.js +1 -1
- package/dist/server/plugins/ensure-frontmatter-theme-compatibility.js.map +1 -1
- package/dist/server/plugins/markdown/index.d.ts.map +1 -1
- package/dist/server/plugins/markdown/index.js +1 -1
- package/dist/server/plugins/markdown/index.js.map +1 -1
- package/dist/server/plugins/pages/index.d.ts.map +1 -1
- package/dist/server/plugins/pages/index.js +1 -1
- package/dist/server/plugins/pages/index.js.map +1 -1
- package/dist/server/plugins/utils.d.ts +1 -1
- package/dist/server/plugins/utils.d.ts.map +1 -1
- package/dist/server/plugins/utils.js +1 -1
- package/dist/server/plugins/utils.js.map +1 -1
- package/dist/server/web-server/routes/feedback.d.ts +2 -2
- package/dist/server/web-server/routes/feedback.d.ts.map +1 -1
- package/dist/server/web-server/utils.d.ts +2 -2
- package/dist/server/web-server/utils.d.ts.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @redocly/revel-reef
|
|
2
2
|
|
|
3
|
+
## 0.97.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 260457ce4b: Add ability to set multiple custom slugs for Markdown and React pages using front matter configuration
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 33a77527d0: Updated hono to v4.5.8
|
|
12
|
+
- 768b565f42: Fixed the backwards compatibility of the `theme` configuration property in the front matter.
|
|
13
|
+
- 8e45b63ea3: Fixed the backwards compatibility of the `theme.imports` configuration property.
|
|
14
|
+
- Updated dependencies [9f628578dd]
|
|
15
|
+
- Updated dependencies [9f628578dd]
|
|
16
|
+
- @redocly/theme@0.40.3
|
|
17
|
+
- @redocly/openapi-docs@3.3.6
|
|
18
|
+
- @redocly/portal-plugin-mock-server@0.3.12
|
|
19
|
+
|
|
20
|
+
## 0.96.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- 91a42ab027: Renamed the `translations` command to `translate`.
|
|
25
|
+
|
|
3
26
|
## 0.95.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|