@scalar/docusaurus 0.7.37 → 0.7.41

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 +35 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @scalar/docusaurus
2
2
 
3
+ ## 0.7.41
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.6.7**
10
+
11
+ ## 0.7.40
12
+
13
+ ### Patch Changes
14
+
15
+ #### Updated Dependencies
16
+
17
+ - **@scalar/types@0.6.6**
18
+ - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
19
+
20
+ ## 0.7.39
21
+
22
+ ### Patch Changes
23
+
24
+ #### Updated Dependencies
25
+
26
+ - **@scalar/types@0.6.5**
27
+ - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
28
+
29
+ ## 0.7.38
30
+
31
+ ### Patch Changes
32
+
33
+ #### Updated Dependencies
34
+
35
+ - **@scalar/types@0.6.4**
36
+ - [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
37
+
3
38
  ## 0.7.37
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "0.7.37",
22
+ "version": "0.7.41",
23
23
  "engines": {
24
24
  "node": ">=20"
25
25
  },
@@ -48,10 +48,11 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@scalar/types": "0.6.3"
51
+ "@scalar/types": "0.6.7"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@docusaurus/core": "^3.9.2",
55
+ "@docusaurus/plugin-content-docs": "^3.9.2",
55
56
  "@docusaurus/preset-classic": "^3.9.2",
56
57
  "@docusaurus/tsconfig": "^3.9.2",
57
58
  "@docusaurus/types": "^3.9.2",