create-atelier-ui-workspace 0.0.13 → 0.0.15

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.0.15 (2026-04-22)
2
+
3
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.14 (2026-04-22)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **release:** bump source package.json + refresh lockfile for CI ([fc4314f](https://github.com/DominikPieper/atelier-ui/commit/fc4314f))
10
+ - **create-workspace:** make CLI e2e green end-to-end ([f0e46c6](https://github.com/DominikPieper/atelier-ui/commit/f0e46c6))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Claude Opus 4.7 (1M context)
15
+ - Dominik Pieper @DominikPieper
16
+
17
+ ## 0.0.13 (2026-04-22)
18
+
19
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
20
+
1
21
  ## 0.0.12 (2026-04-22)
2
22
 
3
23
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-atelier-ui-workspace",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Create an Atelier UI Angular workshop workspace in one command",
5
5
  "keywords": [
6
6
  "nx",
@@ -27,4 +27,4 @@
27
27
  "create-atelier-ui-workspace": "./bin/index.js"
28
28
  },
29
29
  "types": "./bin/index.d.ts"
30
- }
30
+ }