@scalar/use-codemirror 0.13.45 → 0.13.48

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 +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @scalar/use-codemirror
2
2
 
3
+ ## 0.13.48
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/components@0.19.13**
10
+
11
+ ## 0.13.47
12
+
13
+ ### Patch Changes
14
+
15
+ #### Updated Dependencies
16
+
17
+ - **@scalar/components@0.19.12**
18
+ - [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
19
+
20
+ ## 0.13.46
21
+
22
+ ### Patch Changes
23
+
24
+ #### Updated Dependencies
25
+
26
+ - **@scalar/components@0.19.11**
27
+ - [#8276](https://github.com/scalar/scalar/pull/8276): feat(components): standardize form inputs to have a height of 40px
28
+
3
29
  ## 0.13.45
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "vue",
17
17
  "vue3"
18
18
  ],
19
- "version": "0.13.45",
19
+ "version": "0.13.48",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -55,7 +55,7 @@
55
55
  "@lezer/highlight": "^1.2.1",
56
56
  "@replit/codemirror-css-color-picker": "^6.3.0",
57
57
  "vue": "^3.5.26",
58
- "@scalar/components": "0.19.10"
58
+ "@scalar/components": "0.19.13"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@vitejs/plugin-vue": "^6.0.3",
@@ -63,7 +63,7 @@
63
63
  "vitest": "4.0.16",
64
64
  "vue": "^3.5.26",
65
65
  "@scalar/build-tooling": "0.4.1",
66
- "@scalar/themes": "0.14.0"
66
+ "@scalar/themes": "0.14.2"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "scalar-build-esbuild",