@ui5/webcomponents-icons 1.20.0-rc.1 → 1.20.0-rc.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.20.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.1...v1.20.0-rc.2) (2023-11-23)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-icons
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.20.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.0...v1.20.0-rc.1) (2023-11-16)
7
15
 
8
16
  **Note:** Version bump only for package @ui5/webcomponents-icons
package/README.md CHANGED
@@ -63,7 +63,7 @@ The same applies if you want to always display the `SAP Icons v4` icons. You can
63
63
  - [UI5 Web Components - Using Icons](https://sap.github.io/ui5-webcomponents/playground/getting-started/using-icons/)
64
64
 
65
65
  ## Support
66
- We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
66
+ We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
67
67
 
68
68
  ## Contribute
69
69
  Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-icons",
3
- "version": "1.20.0-rc.1",
3
+ "version": "1.20.0-rc.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",
@@ -27,10 +27,10 @@
27
27
  "directory": "packages/icons"
28
28
  },
29
29
  "dependencies": {
30
- "@ui5/webcomponents-base": "1.20.0-rc.1"
30
+ "@ui5/webcomponents-base": "1.20.0-rc.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@ui5/webcomponents-tools": "1.20.0-rc.1"
33
+ "@ui5/webcomponents-tools": "1.20.0-rc.2"
34
34
  },
35
- "gitHead": "feaa199dac11125b849623f85e1595ce9addb29e"
35
+ "gitHead": "1d9acab8af658e34d3fd5abebf8f8a744ba0b1ab"
36
36
  }