@trackunit/iris-app 0.0.359 → 0.0.360

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 +33 -0
  2. package/package.json +12 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,39 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.360](https://github.com/Trackunit/manager/compare/iris-app/0.0.359...iris-app/0.0.360) (2023-09-11)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `iris-app-build-utilities` updated to version `0.0.231`
10
+ * `iris-app-api` updated to version `0.0.112`
11
+ * `iris-app-webpack-plugin` updated to version `0.0.125`
12
+
13
+ ### Reverts
14
+
15
+ * Revert "Upgrades NX to v16.8.1 and ran migrations (#9225)" ([1974d46](https://github.com/Trackunit/manager/commit/1974d4681e1c5862dc1a91701fb46cfc8d032b36)), closes [#9225](https://github.com/Trackunit/manager/issues/9225)
16
+
17
+ ## 0.0.1 (2023-09-11)
18
+
19
+ ### Dependency Updates
20
+
21
+ * `iris-app-build-utilities` updated to version `0.0.1`
22
+ * `iris-app-api` updated to version `0.0.1`
23
+ * `iris-app-webpack-plugin` updated to version `0.0.1`
24
+ * `test-setup` updated to version `0.0.1`
25
+
26
+ ### Bug Fixes
27
+
28
+ * upgrade @typescript-eslint/eslint-plugin from 5.48.2 to 5.59.0 ([c11c098](https://github.com/Trackunit/manager/commit/c11c0982d5e43042b95aaa302f29d866853071a3))
29
+
30
+
31
+ ### Reverts
32
+
33
+ * Revert "create-iris-app CLI (#8798)" ([98bef9a](https://github.com/Trackunit/manager/commit/98bef9ac0cb5ac70ed0025d39f254e89ffe1a942)), closes [#8798](https://github.com/Trackunit/manager/issues/8798)
34
+ * Revert "ci: bump iris-app to 0.0.162-alpha-45f19e6f76.0 [skip ci]" ([8912fe9](https://github.com/Trackunit/manager/commit/8912fe9ca56acbd3bdd2304ec915acb08a2e6d0b))
35
+ * Revert "ci: bump iris-app to 0.0.1-alpha-5a781097d3.0 [skip ci]" ([91d46d1](https://github.com/Trackunit/manager/commit/91d46d1847e60f6030a1d29dd1c90acc6a2b779e))
36
+ * Revert "ci: bump iris-app to 0.0.109-alpha-61732b8ce.0 [skip ci]" ([a4cf66d](https://github.com/Trackunit/manager/commit/a4cf66df50677042e4089aacf1d55ffb6b2b2065))
37
+
5
38
  ## [0.0.359](https://github.com/Trackunit/manager/compare/iris-app/0.0.358...iris-app/0.0.359) (2023-09-11)
6
39
 
7
40
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "0.0.359",
3
+ "version": "0.0.360",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -48,14 +48,17 @@
48
48
  "@babel/template": "7.18.10",
49
49
  "@floating-ui/react": "0.22.2",
50
50
  "@heroicons/react": "2.0.16",
51
- "@trackunit/css-class-variance-utilities": "0.0.12",
52
- "@trackunit/css-components": "0.0.406",
53
- "@trackunit/css-core": "0.0.93",
54
- "@trackunit/iris-app-api": "0.0.111",
55
- "@trackunit/iris-app-build-utilities": "0.0.230",
56
- "@trackunit/iris-app-webpack-plugin": "0.0.124",
57
- "@trackunit/ui-design-tokens": "0.0.75",
58
- "@trackunit/ui-icons": "0.0.73",
51
+ "@trackunit/css-class-variance-utilities": "0.0.13",
52
+ "@trackunit/css-component-tokens": "0.0.38",
53
+ "@trackunit/css-components": "0.0.407",
54
+ "@trackunit/css-core": "0.0.94",
55
+ "@trackunit/css-tailwind": "0.0.84",
56
+ "@trackunit/css-tailwind-custom-properties-plugin": "0.0.30",
57
+ "@trackunit/iris-app-api": "0.0.112",
58
+ "@trackunit/iris-app-build-utilities": "0.0.231",
59
+ "@trackunit/iris-app-webpack-plugin": "0.0.125",
60
+ "@trackunit/ui-design-tokens": "0.0.76",
61
+ "@trackunit/ui-icons": "0.0.74",
59
62
  "capitalize": "2.0.4",
60
63
  "class-variance-authority": "0.6.0",
61
64
  "date-fns": "2.29.3",