@quartzds/core-react 1.0.0-beta.115 → 1.0.0-beta.117

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,38 @@
1
+ <!--
2
+ SPDX-FileCopyrightText: © 2026 Schneider Electric
3
+
4
+ SPDX-License-Identifier: Apache-2.0
5
+ -->
6
+
7
+ # Change Log
8
+
9
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
10
+ [![Semantic Versioning](https://img.shields.io/badge/Semantic%20Versioning-2.0.0-green.svg)](https://semver.org/spec/v2.0.0)
11
+
12
+ > All notable changes to this project will be documented in this file
13
+
14
+ ## @quartzds/core-react 1.0.0-beta.117 (2026-01-28)
15
+
16
+
17
+
18
+
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@quartzds/core:** upgraded to 1.0.0-beta.118
24
+
25
+ ## @quartzds/core-react 1.0.0-beta.116 (2026-01-15)
26
+
27
+
28
+
29
+
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * **@quartzds/core:** upgraded to 1.0.0-beta.117
35
+
1
36
  <!--
2
37
  SPDX-FileCopyrightText: © 2025 Schneider Electric
3
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quartzds/core-react",
3
- "version": "1.0.0-beta.115",
3
+ "version": "1.0.0-beta.117",
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.116",
32
+ "@quartzds/core": "1.0.0-beta.118",
33
33
  "@stencil/core": "^4.37.0",
34
34
  "@stencil/react-output-target": "^1.2.0",
35
35
  "@stencil/ssr": "^0.1.1"