@quartzds/core-react 1.0.0-beta.106 → 1.0.0-beta.107

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,6 +11,18 @@ SPDX-License-Identifier: Apache-2.0
11
11
 
12
12
  > All notable changes to this project will be documented in this file
13
13
 
14
+ ## @quartzds/core-react 1.0.0-beta.107 (2025-09-19)
15
+
16
+ * chore(deps): update dependency vite to v6.3.6 [security] ([a767786](https://github.com/quartzds/core-foundations/commit/a767786))
17
+
18
+
19
+
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@quartzds/core:** upgraded to 1.0.0-beta.108
25
+
14
26
  ## @quartzds/core-react 1.0.0-beta.106 (2025-09-12)
15
27
 
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quartzds/core-react",
3
- "version": "1.0.0-beta.106",
3
+ "version": "1.0.0-beta.107",
4
4
  "description": "React wrapper for @quartzds/core",
5
5
  "homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/react",
6
6
  "bugs": {
@@ -29,7 +29,7 @@
29
29
  "CHANGELOG.md"
30
30
  ],
31
31
  "dependencies": {
32
- "@quartzds/core": "1.0.0-beta.107",
32
+ "@quartzds/core": "1.0.0-beta.108",
33
33
  "@stencil/core": "^4.35.2",
34
34
  "@stencil/react-output-target": "^1.2.0",
35
35
  "@stencil/ssr": "^0.1.1"