@scalar/use-codemirror 0.13.1 → 0.13.5

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 +34 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @scalar/use-codemirror
2
2
 
3
+ ## 0.13.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/components@0.16.11**
12
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
13
+
14
+ ## 0.13.4
15
+
16
+ ### Patch Changes
17
+
18
+ #### Updated Dependencies
19
+
20
+ - **@scalar/components@0.16.10**
21
+ - [#7531](https://github.com/scalar/scalar/pull/7531): feat(components): add discrete sidebar group buttons
22
+
23
+ ## 0.13.3
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies []:
28
+ - @scalar/components@0.16.9
29
+
30
+ ## 0.13.2
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`4ac6227`](https://github.com/scalar/scalar/commit/4ac62278d4205c34a1a302b756ef3632185876cf)]:
35
+ - @scalar/components@0.16.8
36
+
3
37
  ## 0.13.1
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "vue",
17
17
  "vue3"
18
18
  ],
19
- "version": "0.13.1",
19
+ "version": "0.13.5",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -55,15 +55,15 @@
55
55
  "@lezer/highlight": "^1.2.1",
56
56
  "@replit/codemirror-css-color-picker": "^6.3.0",
57
57
  "vue": "^3.5.21",
58
- "@scalar/components": "0.16.7"
58
+ "@scalar/components": "0.16.11"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@vitejs/plugin-vue": "6.0.1",
62
62
  "vite": "7.1.11",
63
63
  "vitest": "3.2.4",
64
64
  "vue": "^3.5.21",
65
- "@scalar/build-tooling": "0.3.1",
66
- "@scalar/themes": "0.13.25"
65
+ "@scalar/build-tooling": "0.4.0",
66
+ "@scalar/themes": "0.13.26"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "scalar-build-esbuild",