@scalar/docusaurus 0.7.37 → 0.7.40

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