@trackunit/iris-app-webpack-plugin 1.2.0 → 1.3.2

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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## 1.3.2 (2025-02-21)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-api to 1.3.2
6
+
7
+ ## 1.3.1 (2025-02-19)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated iris-app-api to 1.3.1
12
+
13
+ ## 1.3.0 (2025-02-19)
14
+
15
+ ### 🚀 Features
16
+
17
+ - add components lib ([f547306f8be](https://github.com/Trackunit/manager/commit/f547306f8be))
18
+ - **accounts:** move Administration Accounts to an Iris App ([a428f0319e1](https://github.com/Trackunit/manager/commit/a428f0319e1))
19
+
20
+ ### 🧱 Updated Dependencies
21
+
22
+ - Updated iris-app-api to 1.3.0
23
+
24
+ ### ❤️ Thank You
25
+
26
+ - John Acosta
27
+ - Simon Laustsen
28
+
1
29
  ## 1.2.0 (2025-02-19)
2
30
 
3
31
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "1.2.0",
3
+ "version": "1.3.2",
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.2.0",
12
+ "@trackunit/iris-app-api": "1.3.2",
13
13
  "tslib": "^2.6.2"
14
14
  },
15
15
  "types": "./src/index.d.ts",