@ui5/webcomponents-localization 0.0.0-fb61e9889 → 0.0.0-fd6264051

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,72 @@
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.2.0](https://github.com/SAP/ui5-webcomponents/compare/v1.1.2...v1.2.0) (2022-02-28)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-localization
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.1.2](https://github.com/SAP/ui5-webcomponents/compare/v1.1.1...v1.1.2) (2022-01-26)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-localization
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.1.1](https://github.com/SAP/ui5-webcomponents/compare/v1.1.0...v1.1.1) (2022-01-24)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-localization
25
+
26
+
27
+
28
+
29
+
30
+ # [1.1.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.2...v1.1.0) (2022-01-21)
31
+
32
+ **Note:** Version bump only for package @ui5/webcomponents-localization
33
+
34
+
35
+
36
+
37
+
38
+ ## [1.0.2](https://github.com/SAP/ui5-webcomponents/compare/v1.0.1...v1.0.2) (2021-11-29)
39
+
40
+ **Note:** Version bump only for package @ui5/webcomponents-localization
41
+
42
+
43
+
44
+
45
+
46
+ ## [1.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
47
+
48
+ **Note:** Version bump only for package @ui5/webcomponents-localization
49
+
50
+
51
+
52
+
53
+
54
+ # [1.0.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.16...v1.0.0) (2021-11-10)
55
+
56
+
57
+ **Note:** Version bump only for package @ui5/webcomponents-localization
58
+
59
+
60
+
61
+
62
+
63
+ # [1.0.0-rc.16](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2021-11-09)
64
+
65
+
66
+ **Note:** Version bump only for package @ui5/webcomponents-localization
67
+
68
+
69
+
70
+
71
+
6
72
  # [1.0.0-rc.15](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.14...v1.0.0-rc.15) (2021-07-23)
7
73
 
8
74
 
package/README.md CHANGED
@@ -47,7 +47,7 @@ In order to be able to use Buddhist, Islamic, Japanese, or Persian calendar with
47
47
  We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/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/).
48
48
 
49
49
  ## Contribute
50
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/CONTRIBUTING.md).
50
+ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md).
51
51
 
52
52
  ## License
53
53
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-localization",
3
- "version": "0.0.0-fb61e9889",
3
+ "version": "0.0.0-fd6264051",
4
4
  "description": "Localization for UI5 Web Components",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -28,12 +28,12 @@
28
28
  "prepublishOnly": "npm run clean && npm run build"
29
29
  },
30
30
  "devDependencies": {
31
- "@ui5/webcomponents-tools": "0.0.0-fb61e9889",
32
- "chromedriver": "94.0.0",
31
+ "@ui5/webcomponents-tools": "0.0.0-fd6264051",
32
+ "chromedriver": "98.0.0",
33
33
  "mkdirp": "^1.0.4",
34
34
  "resolve": "^1.20.0"
35
35
  },
36
36
  "dependencies": {
37
- "@ui5/webcomponents-base": "0.0.0-fb61e9889"
37
+ "@ui5/webcomponents-base": "0.0.0-fd6264051"
38
38
  }
39
39
  }