@stainless-api/docs 0.1.0-beta.104 → 0.1.0-beta.106
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 +13 -0
- package/package.json +1 -1
- package/plugin/vendor/preview.worker.docs.js +7775 -6679
- package/plugin/vendor/templates/java.md +2 -0
- package/plugin/vendor/templates/kotlin.md +2 -0
- package/styles/page.css +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @stainless-api/docs
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.106
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a8ed299: Adds the ability for AI chat to move into a sidebar “panel” position.
|
|
8
|
+
|
|
9
|
+
## 0.1.0-beta.105
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 46956c1: update preview worker
|
|
14
|
+
- 04d04c1: update preview worker
|
|
15
|
+
|
|
3
16
|
## 0.1.0-beta.104
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|