@trackunit/create-iris-app-workspace 1.4.24 → 1.4.26

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 1.4.26 (2025-08-05)
2
+
3
+ This was a version bump only for create-iris-app-workspace to align it with other projects, there were no code changes.
4
+
5
+ ## 1.4.25 (2025-08-05)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **circleci:** reintroduce --max-time 60 ([3d8f763694f](https://github.com/Trackunit/manager/commit/3d8f763694f))
10
+ - **circleci:** fix jq call ([c41bfdcd737](https://github.com/Trackunit/manager/commit/c41bfdcd737))
11
+ - **circleci:** use a token while requesting Github metadata to avoid hitting default rate limits ([0889aa1d161](https://github.com/Trackunit/manager/commit/0889aa1d161))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Paweł Kozioł
16
+
1
17
  ## 1.4.24 (2025-08-04)
2
18
 
3
19
  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.4.24",
3
+ "version": "1.4.26",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "engines": {
6
6
  "node": ">=22.x"