@trackunit/iris-app-webpack-plugin 0.0.124 → 0.0.125
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 +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.125](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.124...iris-app-webpack-plugin/0.0.125) (2023-09-11)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `iris-app-api` updated to version `0.0.112`
|
|
10
|
+
## 0.0.1 (2023-09-11)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `iris-app-api` updated to version `0.0.1`
|
|
15
|
+
|
|
16
|
+
### Reverts
|
|
17
|
+
|
|
18
|
+
* Revert "ci: bump iris-app-webpack-plugin to 0.0.82-alpha-45f19e6f76.0 [skip ci]" ([7fc4c3e](https://github.com/Trackunit/manager/commit/7fc4c3e0a5747cb70456382cf3e7378ce759faf4))
|
|
19
|
+
* Revert "ci: bump iris-app-webpack-plugin to 0.0.1-alpha-5a781097d3.0 [skip ci]" ([0b5590f](https://github.com/Trackunit/manager/commit/0b5590fb9f7443ba30fc46e771e71d57d2e6f1f2))
|
|
20
|
+
* Revert "ci: bump iris-app-webpack-plugin to 0.0.50-alpha-61732b8ce.0 [skip ci]" ([45108cf](https://github.com/Trackunit/manager/commit/45108cf83fb235f92842ce2daac907cc639e0625))
|
|
21
|
+
|
|
5
22
|
## [0.0.124](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.123...iris-app-webpack-plugin/0.0.124) (2023-09-08)
|
|
6
23
|
|
|
7
24
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-webpack-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.125",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"engines": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"csp-header": "^5.1.0",
|
|
11
|
-
"@trackunit/iris-app-api": "0.0.
|
|
11
|
+
"@trackunit/iris-app-api": "0.0.112",
|
|
12
12
|
"tslib": "1.10.0"
|
|
13
13
|
},
|
|
14
14
|
"main": "./src/index.js",
|