@trackunit/iris-app-webpack-plugin 1.3.1 → 1.3.4
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 +27 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## 1.3.4 (2025-02-24)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **docs:** Updating url to target new location ([7c3ec8344af](https://github.com/Trackunit/manager/commit/7c3ec8344af))
|
|
6
|
+
- **docs:** Updating url to target new template location ([562d45cdfb0](https://github.com/Trackunit/manager/commit/562d45cdfb0))
|
|
7
|
+
|
|
8
|
+
### 🧱 Updated Dependencies
|
|
9
|
+
|
|
10
|
+
- Updated iris-app-api to 1.3.4
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- Noah Jensen @craftutopia
|
|
15
|
+
|
|
16
|
+
## 1.3.3 (2025-02-21)
|
|
17
|
+
|
|
18
|
+
### 🧱 Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated iris-app-api to 1.3.3
|
|
21
|
+
|
|
22
|
+
## 1.3.2 (2025-02-21)
|
|
23
|
+
|
|
24
|
+
### 🧱 Updated Dependencies
|
|
25
|
+
|
|
26
|
+
- Updated iris-app-api to 1.3.2
|
|
27
|
+
|
|
1
28
|
## 1.3.1 (2025-02-19)
|
|
2
29
|
|
|
3
30
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-webpack-plugin",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"engines": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"csp-header": "^5.2.1",
|
|
11
11
|
"webpack": "5.97.1",
|
|
12
|
-
"@trackunit/iris-app-api": "1.3.
|
|
12
|
+
"@trackunit/iris-app-api": "1.3.4",
|
|
13
13
|
"tslib": "^2.6.2"
|
|
14
14
|
},
|
|
15
15
|
"types": "./src/index.d.ts",
|