@trackunit/iris-app-sdk-webpack 1.0.58 → 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 +82 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,85 @@
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-build-utilities to 1.1.0
11
+ - Updated iris-app-webpack-plugin to 1.1.0
12
+ - Updated iris-app-api to 1.1.0
13
+ - Updated shared-utils to 1.3.0
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Simon Laustsen
18
+
19
+ ## 1.0.64 (2025-02-18)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 1.0.60
24
+ - Updated iris-app-webpack-plugin to 1.0.59
25
+ - Updated iris-app-api to 1.0.58
26
+
27
+ ## 1.0.63 (2025-02-18)
28
+
29
+ ### 🧱 Updated Dependencies
30
+
31
+ - Updated iris-app-build-utilities to 1.0.59
32
+ - Updated iris-app-webpack-plugin to 1.0.58
33
+ - Updated iris-app-api to 1.0.57
34
+ - Updated shared-utils to 1.2.50
35
+
36
+ ## 1.0.62 (2025-02-17)
37
+
38
+ ### 🧱 Updated Dependencies
39
+
40
+ - Updated iris-app-build-utilities to 1.0.58
41
+ - Updated iris-app-webpack-plugin to 1.0.57
42
+ - Updated iris-app-api to 1.0.56
43
+ - Updated shared-utils to 1.2.49
44
+
45
+ ## 1.0.61 (2025-02-17)
46
+
47
+ ### 🩹 Fixes
48
+
49
+ - circle ci config ([c99709507d5](https://github.com/Trackunit/manager/commit/c99709507d5))
50
+ - circle ci config ([303fe57eb44](https://github.com/Trackunit/manager/commit/303fe57eb44))
51
+ - increase timeout ([b7e0355df9e](https://github.com/Trackunit/manager/commit/b7e0355df9e))
52
+ - linting and tests split ([2b0676e974e](https://github.com/Trackunit/manager/commit/2b0676e974e))
53
+
54
+ ### 🧱 Updated Dependencies
55
+
56
+ - Updated iris-app-build-utilities to 1.0.57
57
+ - Updated iris-app-webpack-plugin to 1.0.56
58
+ - Updated iris-app-api to 1.0.55
59
+ - Updated shared-utils to 1.2.48
60
+
61
+ ### ❤️ Thank You
62
+
63
+ - John Acosta
64
+
65
+ ## 1.0.60 (2025-02-17)
66
+
67
+ ### 🧱 Updated Dependencies
68
+
69
+ - Updated iris-app-build-utilities to 1.0.56
70
+ - Updated iris-app-webpack-plugin to 1.0.55
71
+ - Updated iris-app-api to 1.0.54
72
+ - Updated shared-utils to 1.2.47
73
+
74
+ ## 1.0.59 (2025-02-17)
75
+
76
+ ### 🧱 Updated Dependencies
77
+
78
+ - Updated iris-app-build-utilities to 1.0.55
79
+ - Updated iris-app-webpack-plugin to 1.0.54
80
+ - Updated iris-app-api to 1.0.53
81
+ - Updated shared-utils to 1.2.46
82
+
1
83
  ## 1.0.58 (2025-02-17)
2
84
 
3
85
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-webpack",
3
- "version": "1.0.58",
3
+ "version": "1.1.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
@@ -17,10 +17,10 @@
17
17
  "semver": "7.5.4",
18
18
  "copy-webpack-plugin": "11.0.0",
19
19
  "webpack-bundle-analyzer": "^4.8.0",
20
- "@trackunit/iris-app-build-utilities": "1.0.54",
21
- "@trackunit/shared-utils": "1.2.45",
22
- "@trackunit/iris-app-api": "1.0.52",
23
- "@trackunit/iris-app-webpack-plugin": "1.0.53",
20
+ "@trackunit/iris-app-build-utilities": "1.1.0",
21
+ "@trackunit/shared-utils": "1.3.0",
22
+ "@trackunit/iris-app-api": "1.1.0",
23
+ "@trackunit/iris-app-webpack-plugin": "1.1.0",
24
24
  "tslib": "^2.6.2"
25
25
  },
26
26
  "types": "./src/index.d.ts",