@ui5/webcomponents-icons-tnt 0.0.0-49cef2d02 → 0.0.0-4a28ecb24

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 +52 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,58 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.11.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.4-rc.0...v1.11.0-rc.0) (2023-02-02)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.10.4-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.10.3...v1.10.4-rc.0) (2023-01-26)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.10.3](https://github.com/SAP/ui5-webcomponents/compare/v1.10.2...v1.10.3) (2023-01-25)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.10.2](https://github.com/SAP/ui5-webcomponents/compare/v1.10.1...v1.10.2) (2023-01-25)
31
+
32
+ **Note:** Version bump only for package ui5-webcomponents
33
+
34
+ ## [1.10.1](https://github.com/SAP/ui5-webcomponents/compare/v0.0.0-7b49a7ff1...v1.10.1) (2023-01-24)
35
+
36
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
37
+
38
+
39
+
40
+
41
+
42
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
43
+
44
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
45
+
46
+
47
+
48
+
49
+
50
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
51
+
52
+ **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
53
+
54
+
55
+
56
+
57
+
6
58
  ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
7
59
 
8
60
  **Note:** Version bump only for package @ui5/webcomponents-icons-tnt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-icons-tnt",
3
- "version": "0.0.0-49cef2d02",
3
+ "version": "0.0.0-4a28ecb24",
4
4
  "description": "UI5 Web Components: SAP Fiori Tools icon set",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -26,10 +26,10 @@
26
26
  "directory": "packages/icons-tnt"
27
27
  },
28
28
  "dependencies": {
29
- "@ui5/webcomponents-base": "0.0.0-49cef2d02"
29
+ "@ui5/webcomponents-base": "0.0.0-4a28ecb24"
30
30
  },
31
31
  "devDependencies": {
32
- "@ui5/webcomponents-tools": "0.0.0-49cef2d02",
33
- "chromedriver": "107.0.3"
32
+ "@ui5/webcomponents-tools": "0.0.0-4a28ecb24",
33
+ "chromedriver": "109.0.0"
34
34
  }
35
35
  }