create-raclette-app 0.1.36-canary.1 → 0.1.37
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 +20 -1
- package/package.json +1 -1
- package/templates/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## [0.1.37] - 2026-06-25 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.36...v0.1.37" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
11
|
+
|
|
12
|
+
### Updated
|
|
13
|
+
|
|
14
|
+
- Scaffold `templates/package.json` dependency pins:
|
|
15
|
+
- `@raclettejs/core`: `0.1.36` → `0.1.37`
|
|
16
|
+
- `@raclettejs/types`: `0.1.36` → `0.1.37`
|
|
17
|
+
- `@raclettejs/workbench`: `0.1.36` → `0.1.37`
|
|
18
|
+
|
|
19
|
+
## [0.1.36] - 2026-06-22 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.35...v0.1.36" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
20
|
+
|
|
21
|
+
### Updated
|
|
22
|
+
|
|
23
|
+
- Scaffold `templates/package.json` dependency pins:
|
|
24
|
+
- `@raclettejs/core`: `0.1.36-canary.1` → `0.1.36`
|
|
25
|
+
- `@raclettejs/types`: `0.1.36-canary.1` → `0.1.36`
|
|
26
|
+
- `@raclettejs/workbench`: `0.1.36-canary.1` → `0.1.36`
|
|
11
27
|
|
|
12
28
|
- added .yarnrc.yml for make yarn behave better for local development
|
|
13
29
|
- added packed smoke test + manual gitlab pipeline for real npm test
|
|
@@ -16,6 +32,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
32
|
|
|
17
33
|
- fixed that published package had wrong path resolution
|
|
18
34
|
|
|
35
|
+
|
|
36
|
+
### Added
|
|
37
|
+
|
|
19
38
|
## [0.1.35] - 2026-05-14 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.34...v0.1.35" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
20
39
|
|
|
21
40
|
### Updated
|
package/package.json
CHANGED
package/templates/package.json
CHANGED
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"lint:fix": "eslint --fix"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@raclettejs/workbench": "0.1.
|
|
21
|
-
"@raclettejs/core": "0.1.
|
|
20
|
+
"@raclettejs/workbench": "0.1.37",
|
|
21
|
+
"@raclettejs/core": "0.1.37"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@eslint/js": "9.35.0",
|
|
25
|
-
"@raclettejs/types": "0.1.
|
|
25
|
+
"@raclettejs/types": "0.1.37",
|
|
26
26
|
"@sinclair/typebox": "0.34.48",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
28
28
|
"@typescript-eslint/parser": "^8.32.1",
|