@trackunit/create-iris-app-workspace 1.3.163 → 1.4.0

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 1.4.0 (2025-07-03)
2
+
3
+ ### 🚀 Features
4
+
5
+ - generate boilerplate code for widget ([8869f018cc2](https://github.com/Trackunit/manager/commit/8869f018cc2))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Simon Laustsen
10
+
1
11
  ## 1.3.163 (2025-07-02)
2
12
 
3
13
  This was a version bump only for create-iris-app-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": "@trackunit/create-iris-app-workspace",
3
- "version": "1.3.163",
3
+ "version": "1.4.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "engines": {
6
6
  "node": ">=22.x"