create-atelier-ui-workspace 0.2.26 → 0.2.35

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,46 @@
1
+ ## 0.2.35 (2026-09-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **deps:** the manifests the sweep left behind, and one it must not touch ([460bdf9](https://github.com/DominikPieper/atelier-ui/commit/460bdf9))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Opus 5 (1M context)
10
+ - Dominik Pieper @DominikPieper
11
+
12
+ ## 0.2.34 (2026-09-05)
13
+
14
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
15
+
16
+ ## 0.2.33 (2026-09-05)
17
+
18
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
19
+
20
+ ## 0.2.32 (2026-09-05)
21
+
22
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
23
+
24
+ ## 0.2.31 (2026-08-29)
25
+
26
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
27
+
28
+ ## 0.2.30 (2026-08-29)
29
+
30
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
31
+
32
+ ## 0.2.29 (2026-08-29)
33
+
34
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
35
+
36
+ ## 0.2.28 (2026-08-29)
37
+
38
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
39
+
40
+ ## 0.2.27 (2026-08-29)
41
+
42
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
43
+
1
44
  ## 0.2.26 (2026-08-29)
2
45
 
3
46
  This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-atelier-ui-workspace",
3
- "version": "0.2.26",
3
+ "version": "0.2.35",
4
4
  "description": "Create an Atelier Angular workshop workspace in one command",
5
5
  "keywords": [
6
6
  "nx",
@@ -19,7 +19,7 @@
19
19
  "type": "commonjs",
20
20
  "main": "./bin/index.js",
21
21
  "dependencies": {
22
- "create-nx-workspace": "23.1.1",
22
+ "create-nx-workspace": "23.2.0",
23
23
  "enquirer": "^2.3.6",
24
24
  "tslib": "^2.3.0"
25
25
  },