create-raclette-app 0.1.36-canary.0 → 0.1.36

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,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Added
10
+ ## [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
+
12
+ ### Updated
13
+
14
+ - Scaffold `templates/package.json` dependency pins:
15
+ - `@raclettejs/core`: `0.1.36-canary.1` → `0.1.36`
16
+ - `@raclettejs/types`: `0.1.36-canary.1` → `0.1.36`
17
+ - `@raclettejs/workbench`: `0.1.36-canary.1` → `0.1.36`
11
18
 
12
19
  - added .yarnrc.yml for make yarn behave better for local development
13
20
  - added packed smoke test + manual gitlab pipeline for real npm test
@@ -16,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
23
 
17
24
  - fixed that published package had wrong path resolution
18
25
 
26
+
27
+ ### Added
28
+
19
29
  ## [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
30
 
21
31
  ### Updated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-raclette-app",
3
- "version": "0.1.36-canary.0",
3
+ "version": "0.1.36",
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-canary.0",
21
- "@raclettejs/core": "0.1.36-canary.0"
20
+ "@raclettejs/workbench": "0.1.36",
21
+ "@raclettejs/core": "0.1.36"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@eslint/js": "9.35.0",
25
- "@raclettejs/types": "0.1.36-canary.0",
25
+ "@raclettejs/types": "0.1.36",
26
26
  "@sinclair/typebox": "0.34.48",
27
27
  "@typescript-eslint/eslint-plugin": "^8.32.1",
28
28
  "@typescript-eslint/parser": "^8.32.1",