@ui5/webcomponents-localization 1.20.0-rc.1 → 1.20.0-rc.3

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,22 @@
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.3](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.2...v1.20.0-rc.3) (2023-11-30)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-localization
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-localization
17
+
18
+
19
+
20
+
21
+
6
22
  # [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
23
 
8
24
 
package/README.md CHANGED
@@ -44,7 +44,7 @@ In order to be able to use Buddhist, Islamic, Japanese, or Persian calendar with
44
44
  - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/)
45
45
 
46
46
  ## Support
47
- 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/).
47
+ 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/).
48
48
 
49
49
  ## Contribute
50
50
  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-localization",
3
- "version": "1.20.0-rc.1",
3
+ "version": "1.20.0-rc.3",
4
4
  "description": "Localization for UI5 Web Components",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@openui5/sap.ui.core": "1.116.0",
32
- "@ui5/webcomponents-tools": "1.20.0-rc.1",
33
- "chromedriver": "117.0.3",
32
+ "@ui5/webcomponents-tools": "1.20.0-rc.3",
33
+ "chromedriver": "119.0.1",
34
34
  "mkdirp": "^1.0.4",
35
35
  "resolve": "^1.20.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "@types/openui5": "^1.113.0",
39
- "@ui5/webcomponents-base": "1.20.0-rc.1"
39
+ "@ui5/webcomponents-base": "1.20.0-rc.3"
40
40
  },
41
- "gitHead": "feaa199dac11125b849623f85e1595ce9addb29e"
41
+ "gitHead": "db65adba918cc8605bcd8e0096778a63bf8ca8c2"
42
42
  }