@ui5/webcomponents-icons 1.21.0 → 1.21.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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.21.2](https://github.com/SAP/ui5-webcomponents/compare/v1.21.1...v1.21.2) (2024-01-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * sync all packages cross references to point to 1.21.2 ([c73d552](https://github.com/SAP/ui5-webcomponents/commit/c73d552c7aed7e2fbc3fca85a324cdd84c5b5b11))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
7
18
 
8
19
  **Note:** Version bump only for package @ui5/webcomponents-icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-icons",
3
- "version": "1.21.0",
3
+ "version": "1.21.2",
4
4
  "description": "UI5 Web Components: webcomponents.SAP-icons",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -28,10 +28,10 @@
28
28
  "directory": "packages/icons"
29
29
  },
30
30
  "dependencies": {
31
- "@ui5/webcomponents-base": "1.21.0"
31
+ "@ui5/webcomponents-base": "1.21.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@ui5/webcomponents-tools": "1.21.0"
34
+ "@ui5/webcomponents-tools": "1.21.2"
35
35
  },
36
- "gitHead": "cddf8ba1cf0e587fe084872c8fc2f2b598ffebbc"
36
+ "gitHead": "1777f5289b1b23f96efd1389b6bb7ba0b3e1e580"
37
37
  }