@scalar/workspace-store 0.25.1 → 0.25.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @scalar/workspace-store
2
2
 
3
+ ## 0.25.2
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/snippetz@0.6.6**
10
+ - [#7859](https://github.com/scalar/scalar/pull/7859): fix the use of httpx.AsyncClient async context manager
11
+
12
+ - **@scalar/openapi-upgrader@0.1.8**
13
+ - [#7842](https://github.com/scalar/scalar/pull/7842): feat: migrate swagger 2.0 responses
14
+
3
15
  ## 0.25.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "openapi",
17
17
  "scalar"
18
18
  ],
19
- "version": "0.25.1",
19
+ "version": "0.25.2",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -115,10 +115,10 @@
115
115
  "yaml": "^2.8.0",
116
116
  "@scalar/code-highlight": "0.2.2",
117
117
  "@scalar/helpers": "0.2.8",
118
- "@scalar/object-utils": "1.2.22",
119
- "@scalar/openapi-upgrader": "0.1.7",
120
118
  "@scalar/json-magic": "0.9.2",
121
- "@scalar/snippetz": "0.6.5",
119
+ "@scalar/openapi-upgrader": "0.1.8",
120
+ "@scalar/snippetz": "0.6.6",
121
+ "@scalar/object-utils": "1.2.22",
122
122
  "@scalar/themes": "0.13.26",
123
123
  "@scalar/types": "0.5.8"
124
124
  },