@telia-ace/alliance-ui 1.0.1 → 1.0.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 +12 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @telia-ace/alliance-ui
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 36a2430: Support global APP_MANIFEST environment variable.
8
+
9
+ ## 1.0.2-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 0383954: Support global APP_MANIFEST environment variable.
14
+
3
15
  ## 1.0.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "UI components used by ACE Alliance apps.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -34,6 +34,7 @@
34
34
  "lit": "^2.4.0"
35
35
  },
36
36
  "devDependencies": {
37
+ "@telia-ace/alliance-framework": "^1.0.2",
37
38
  "@telia-ace/alliance-utilities": "^1.0.1",
38
39
  "@types/fs-extra": "^9.0.13",
39
40
  "fs-extra": "^10.1.0",