@trackunit/create-iris-app-workspace 0.0.303 → 0.0.304

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
@@ -2,6 +2,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.304](https://github.com/Trackunit/manager/compare/create-iris-app-workspace/0.0.303...create-iris-app-workspace/0.0.304) (2024-09-05)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `iris-app` updated to version `0.0.303`
5
10
  ## [0.0.303](https://github.com/Trackunit/manager/compare/create-iris-app-workspace/0.0.302...create-iris-app-workspace/0.0.303) (2024-09-04)
6
11
 
7
12
  ### Dependency Updates
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- > **⚠️ Beta**
2
- >
3
- > This is a beta version and subject to change without notice.
4
-
5
1
  # Trackunit Iris App SDK
6
2
 
7
3
  The `create-iris-app-workspace` package is a cli tool extending `create-nx-workspace`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/create-iris-app-workspace",
3
- "version": "0.0.303",
3
+ "version": "0.0.304",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "engines": {
6
6
  "node": ">=20.x"