create-raclette-app 0.1.36 → 0.1.38

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,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.38] - 2026-06-29 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.38...v0.1.38" 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.37` → `0.1.38`
16
+ - `@raclettejs/types`: `0.1.37` → `0.1.38`
17
+ - `@raclettejs/workbench`: `0.1.37` → `0.1.38`
18
+
19
+ ## [0.1.38] - 2026-06-29 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.37...v0.1.38" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
20
+
21
+ - updated core dependencies
22
+
23
+ ## [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>
24
+
25
+ ### Updated
26
+
27
+ - Scaffold `templates/package.json` dependency pins:
28
+ - `@raclettejs/core`: `0.1.36` → `0.1.37`
29
+ - `@raclettejs/types`: `0.1.36` → `0.1.37`
30
+ - `@raclettejs/workbench`: `0.1.36` → `0.1.37`
31
+
10
32
  ## [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>
11
33
 
12
34
  ### Updated
@@ -23,7 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
45
 
24
46
  - fixed that published package had wrong path resolution
25
47
 
26
-
27
48
  ### Added
28
49
 
29
50
  ## [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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-raclette-app",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "description": "CLI tool to create a racletteJS application boilerplate",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -17,12 +17,12 @@
17
17
  "lint:fix": "eslint --fix"
18
18
  },
19
19
  "dependencies": {
20
- "@raclettejs/workbench": "0.1.36",
21
- "@raclettejs/core": "0.1.36"
20
+ "@raclettejs/workbench": "0.1.38",
21
+ "@raclettejs/core": "0.1.38"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@eslint/js": "9.35.0",
25
- "@raclettejs/types": "0.1.36",
25
+ "@raclettejs/types": "0.1.38",
26
26
  "@sinclair/typebox": "0.34.48",
27
27
  "@typescript-eslint/eslint-plugin": "^8.32.1",
28
28
  "@typescript-eslint/parser": "^8.32.1",