@trackunit/iris-app-webpack-plugin 1.0.53 → 1.1.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 +62 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,65 @@
1
+ ## 1.1.0 (2025-02-18)
2
+
3
+ ### 🚀 Features
4
+
5
+ - scaffold extension point ([6f925ee0854](https://github.com/Trackunit/manager/commit/6f925ee0854))
6
+ - scaffold iris app ([6f4c77bdc83](https://github.com/Trackunit/manager/commit/6f4c77bdc83))
7
+
8
+ ### 🧱 Updated Dependencies
9
+
10
+ - Updated iris-app-api to 1.1.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Simon Laustsen
15
+
16
+ ## 1.0.59 (2025-02-18)
17
+
18
+ ### 🧱 Updated Dependencies
19
+
20
+ - Updated iris-app-api to 1.0.58
21
+
22
+ ## 1.0.58 (2025-02-18)
23
+
24
+ ### 🧱 Updated Dependencies
25
+
26
+ - Updated iris-app-api to 1.0.57
27
+
28
+ ## 1.0.57 (2025-02-17)
29
+
30
+ ### 🧱 Updated Dependencies
31
+
32
+ - Updated iris-app-api to 1.0.56
33
+
34
+ ## 1.0.56 (2025-02-17)
35
+
36
+ ### 🩹 Fixes
37
+
38
+ - circle ci config ([c99709507d5](https://github.com/Trackunit/manager/commit/c99709507d5))
39
+ - circle ci config ([303fe57eb44](https://github.com/Trackunit/manager/commit/303fe57eb44))
40
+ - increase timeout ([b7e0355df9e](https://github.com/Trackunit/manager/commit/b7e0355df9e))
41
+ - linting and tests split ([2b0676e974e](https://github.com/Trackunit/manager/commit/2b0676e974e))
42
+
43
+ ### 🧱 Updated Dependencies
44
+
45
+ - Updated iris-app-api to 1.0.55
46
+
47
+ ### ❤️ Thank You
48
+
49
+ - John Acosta
50
+
51
+ ## 1.0.55 (2025-02-17)
52
+
53
+ ### 🧱 Updated Dependencies
54
+
55
+ - Updated iris-app-api to 1.0.54
56
+
57
+ ## 1.0.54 (2025-02-17)
58
+
59
+ ### 🧱 Updated Dependencies
60
+
61
+ - Updated iris-app-api to 1.0.53
62
+
1
63
  ## 1.0.53 (2025-02-17)
2
64
 
3
65
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "1.0.53",
3
+ "version": "1.1.0",
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.0.52",
12
+ "@trackunit/iris-app-api": "1.1.0",
13
13
  "tslib": "^2.6.2"
14
14
  },
15
15
  "types": "./src/index.d.ts",