create-atelier-ui-workspace 0.1.3 → 0.1.8

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 +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## 0.1.8 (2026-06-02)
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.1.7 (2026-05-30)
6
+
7
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
8
+
9
+ ## 0.1.6 (2026-05-27)
10
+
11
+ This was a version bump only for create-atelier-ui-workspace to align it with other projects, there were no code changes.
12
+
13
+ ## 0.1.5 (2026-05-20)
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - **lint:** bump create-nx-workspace + @nx/devkit pins to 22.7.2 ([b33716d](https://github.com/DominikPieper/atelier-ui/commit/b33716d))
18
+
19
+ ### ❤️ Thank You
20
+
21
+ - Claude Opus 4.7 (1M context)
22
+ - Dominik Pieper @DominikPieper
23
+
24
+ ## 0.1.4 (2026-05-20)
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
+
1
28
  ## 0.1.3 (2026-05-19)
2
29
 
3
30
  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.1.3",
3
+ "version": "0.1.8",
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": "22.6.5",
22
+ "create-nx-workspace": "22.7.2",
23
23
  "enquirer": "^2.3.6",
24
24
  "tslib": "^2.3.0"
25
25
  },