@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 +13 -2
- package/dist/cli.js +54 -54
- package/dist/index.js +2 -2
- package/package.json +30 -30
- package/services/backend/package.json +34 -45
- package/services/backend/yarn.lock +420 -1178
- package/services/frontend/package.json +28 -40
- package/services/frontend/src/orchestrator/assets/styles/vuetifyStyles.scss +0 -1
- package/services/frontend/src/orchestrator/i18n/de-DE.json +1 -1
- package/services/frontend/src/orchestrator/i18n/en-EU.json +1 -1
- package/services/frontend/src/orchestrator/i18n/sk.json +1 -1
- package/services/frontend/src/orchestrator/i18n/tl-TL.json +1 -1
- package/services/frontend/yarn.lock +792 -1873
- package/yarn.lock +435 -618
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
|
-
###
|
|
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
|
-
###
|
|
43
|
+
### Added
|
|
33
44
|
|
|
34
45
|
- language preference is now properly respected in all components
|
|
35
46
|
|