@ui5/webcomponents-localization 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 +59 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,65 @@
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-localization
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-localization
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-localization
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
+
37
+ ### Bug Fixes
38
+
39
+ * add openui5 types as a dependency ([#6346](https://github.com/SAP/ui5-webcomponents/issues/6346)) ([2f06c71](https://github.com/SAP/ui5-webcomponents/commit/2f06c71eefb455db179cdbb9bd4b293af5b5aa2b))
40
+
41
+
42
+
43
+
44
+
45
+ # [1.10.0](https://github.com/SAP/ui5-webcomponents/compare/v1.9.3...v1.10.0) (2023-01-20)
46
+
47
+
48
+ ### Features
49
+
50
+ * add TS types for localization packages ([#6147](https://github.com/SAP/ui5-webcomponents/issues/6147)) ([39dcbfd](https://github.com/SAP/ui5-webcomponents/commit/39dcbfd91e6bc728f1c3feaff5e229ae3a359b06))
51
+ * **ui5-button, ui5-date-picker, ui5-calendar:** migrate to TS ([#6173](https://github.com/SAP/ui5-webcomponents/issues/6173)) ([7232ca0](https://github.com/SAP/ui5-webcomponents/commit/7232ca08f286c5dde10080373fb62247f1acf7b7)), closes [#6080](https://github.com/SAP/ui5-webcomponents/issues/6080)
52
+
53
+
54
+
55
+
56
+
57
+ ## [1.9.3](https://github.com/SAP/ui5-webcomponents/compare/v1.9.2...v1.9.3) (2022-12-16)
58
+
59
+ **Note:** Version bump only for package @ui5/webcomponents-localization
60
+
61
+
62
+
63
+
64
+
6
65
  ## [1.9.1](https://github.com/SAP/ui5-webcomponents/compare/v1.9.0...v1.9.1) (2022-11-10)
7
66
 
8
67
  **Note:** Version bump only for package @ui5/webcomponents-localization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-localization",
3
- "version": "0.0.0-49cef2d02",
3
+ "version": "0.0.0-4a28ecb24",
4
4
  "description": "Localization for UI5 Web Components",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@openui5/sap.ui.core": "1.109.0",
31
- "@types/openui5": "^1.108.0",
32
- "@ui5/webcomponents-tools": "0.0.0-49cef2d02",
33
- "chromedriver": "107.0.3",
31
+ "@ui5/webcomponents-tools": "0.0.0-4a28ecb24",
32
+ "chromedriver": "109.0.0",
34
33
  "mkdirp": "^1.0.4",
35
34
  "resolve": "^1.20.0"
36
35
  },
37
36
  "dependencies": {
38
- "@ui5/webcomponents-base": "0.0.0-49cef2d02"
37
+ "@types/openui5": "^1.109.0",
38
+ "@ui5/webcomponents-base": "0.0.0-4a28ecb24"
39
39
  }
40
40
  }