@raclettejs/core 0.1.10 → 0.1.11

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.11] - 19.09.2025 <a href="https://gitlab.com/raclettejs/core/-/compare/v0.1.10...v0.1.11" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
11
+
12
+ ### Security
13
+
14
+ - Updated all Node.js dependencies to latest versions
15
+ - Removed caret (^) version ranges from package.json to prevent automatic minor/patch updates
16
+
17
+ ### Fixed
18
+
19
+ - buttons will not longer have `color: inherit`
20
+
10
21
  ## [0.1.10] - 12.09.2025 <a href="https://gitlab.com/raclettejs/core/-/compare/v0.1.9...v0.1.10" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
11
22
 
12
23
  ### Changed
@@ -20,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
31
  - https://docs.raclettejs.com/docs/examples/recipes/readingDataFromTheBackend
21
32
  - queries now always return dataArr
22
33
 
23
- ### Fix
34
+ ### Fixed
24
35
 
25
36
  - fixed missing "raclette" string in welcome page
26
37
  - fixed missing "new" i18n key in user Notifier
@@ -29,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
40
 
30
41
  ## [0.1.9] - 11.09.2025 <a href="https://gitlab.com/raclettejs/core/-/compare/v0.1.8...v0.1.9" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
31
42
 
32
- ### Feat
43
+ ### Added
33
44
 
34
45
  - language preference is now properly respected in all components
35
46