@stainless-api/playgrounds 0.0.1-beta.0 → 0.0.1-beta.2
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 +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @stainless-api/playgrounds
|
|
2
2
|
|
|
3
|
+
## 0.0.1-beta.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ae56b3c: ensure changeset release commit doesn’t include [skip ci]
|
|
8
|
+
- Updated dependencies [ae56b3c]
|
|
9
|
+
- @stainless-api/docs-ui@0.1.0-beta.46
|
|
10
|
+
- @stainless-api/ui-primitives@0.1.0-beta.35
|
|
11
|
+
|
|
12
|
+
## 0.0.1-beta.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 2ebf696: enable trusted publishing
|
|
17
|
+
- Updated dependencies [2ebf696]
|
|
18
|
+
- Updated dependencies [a70f60c]
|
|
19
|
+
- @stainless-api/docs-ui@0.1.0-beta.45
|
|
20
|
+
- @stainless-api/ui-primitives@0.1.0-beta.34
|
|
21
|
+
|
|
3
22
|
## 0.0.1-beta.0
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stainless-api/playgrounds",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"unenv": "^1.10.0",
|
|
46
46
|
"vite-plugin-prebundle-workers": "^0.2.0",
|
|
47
47
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
48
|
-
"@stainless-api/docs-ui": "0.1.0-beta.
|
|
49
|
-
"@stainless-api/ui-primitives": "0.1.0-beta.
|
|
48
|
+
"@stainless-api/docs-ui": "0.1.0-beta.46",
|
|
49
|
+
"@stainless-api/ui-primitives": "0.1.0-beta.35",
|
|
50
50
|
"@stainless/sdk-json": "^0.1.0-beta.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|