@redocly/portal-plugin-async-api 1.0.198 → 1.0.199
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 +15 -0
- package/lib/.tsbuildinfo +1 -1
- package/lib/styles.d.ts +1 -1
- package/lib/styles.js +130 -130
- package/lib/template.js +1 -1
- package/lib/template.js.map +1 -1
- package/package.json +3 -2
- package/src/styles.tsx +130 -130
- package/src/template.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @redocly/portal-plugin-async-api
|
|
2
2
|
|
|
3
|
+
## 1.0.199
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 25e87a10c9: feat: Updated the product with a major UX and DX overhaul. Please, see the detailed [release notes](./realm-redesign-release-notes.md).
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [86d4161187]
|
|
12
|
+
- Updated dependencies [86d4161187]
|
|
13
|
+
- Updated dependencies [dedc191d6c]
|
|
14
|
+
- Updated dependencies [25e87a10c9]
|
|
15
|
+
- @redocly/realm@0.84.0
|
|
16
|
+
- @redocly/theme@0.37.0
|
|
17
|
+
|
|
3
18
|
## 1.0.198
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|