@ui5/webcomponents-localization 2.7.3 → 2.8.0-rc.1

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 +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- ## [2.7.3](https://github.com/SAP/ui5-webcomponents/compare/v2.7.1...v2.7.3) (2025-02-13)
6
+ # [2.8.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.8.0-rc.0...v2.8.0-rc.1) (2025-02-13)
7
7
 
8
8
  **Note:** Version bump only for package @ui5/webcomponents-localization
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [2.7.1](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0...v2.7.1) (2025-02-07)
14
+ # [2.8.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.7.0...v2.8.0-rc.0) (2025-02-06)
15
15
 
16
16
  **Note:** Version bump only for package @ui5/webcomponents-localization
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-localization",
3
- "version": "2.7.3",
3
+ "version": "2.8.0-rc.1",
4
4
  "description": "Localization for UI5 Web Components",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -33,16 +33,16 @@
33
33
  "@babel/generator": "^7.23.6",
34
34
  "@babel/parser": "^7.23.6",
35
35
  "@openui5/sap.ui.core": "1.120.17",
36
- "@ui5/webcomponents-tools": "2.7.3",
36
+ "@ui5/webcomponents-tools": "2.8.0-rc.1",
37
37
  "babel-plugin-amd-to-esm": "^2.0.3",
38
- "chromedriver": "^131.0.0",
38
+ "chromedriver": "^132.0.0",
39
39
  "estree-walk": "^2.2.0",
40
40
  "mkdirp": "^1.0.4",
41
41
  "resolve": "^1.20.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "@types/openui5": "^1.113.0",
45
- "@ui5/webcomponents-base": "2.7.3"
45
+ "@ui5/webcomponents-base": "2.8.0-rc.1"
46
46
  },
47
- "gitHead": "3c8ad1de49fdfebae5a5a506f07b301cfa4be029"
47
+ "gitHead": "3c8f6db1b5cc6e4f23423ab0075c009e9e4965e4"
48
48
  }