@scalar/workspace-store 0.24.3 → 0.24.4

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 +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @scalar/workspace-store
2
2
 
3
+ ## 0.24.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/helpers@0.2.6**
12
+ - [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
13
+
14
+ - **@scalar/types@0.5.6**
15
+ - [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation
16
+
17
+ - **@scalar/json-magic@0.8.10**
18
+
19
+ - **@scalar/object-utils@1.2.20**
20
+
21
+ - **@scalar/openapi-upgrader@0.1.6**
22
+
23
+ - **@scalar/snippetz@0.6.3**
24
+
3
25
  ## 0.24.3
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "openapi",
17
17
  "scalar"
18
18
  ],
19
- "version": "0.24.3",
19
+ "version": "0.24.4",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -114,12 +114,12 @@
114
114
  "vue": "^3.5.21",
115
115
  "yaml": "^2.8.0",
116
116
  "@scalar/code-highlight": "0.2.2",
117
- "@scalar/helpers": "0.2.5",
118
- "@scalar/object-utils": "1.2.19",
119
- "@scalar/json-magic": "0.8.9",
117
+ "@scalar/helpers": "0.2.6",
118
+ "@scalar/object-utils": "1.2.20",
120
119
  "@scalar/openapi-upgrader": "0.1.6",
121
- "@scalar/snippetz": "0.6.2",
122
- "@scalar/types": "0.5.5",
120
+ "@scalar/snippetz": "0.6.3",
121
+ "@scalar/json-magic": "0.8.10",
122
+ "@scalar/types": "0.5.6",
123
123
  "@scalar/themes": "0.13.26"
124
124
  },
125
125
  "devDependencies": {