@ui5/manifest 1.63.1 → 1.64.0

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 +4 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,10 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.63.1...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.64.0...HEAD).
6
6
 
7
- <a name="v1.63.1"></a>
8
- ## [v1.63.1] - 2024-04-08
7
+ <a name="v1.64.0"></a>
8
+ ## [v1.64.0] - 2024-04-08
9
9
 
10
10
  <a name="v1.63.0"></a>
11
11
  ## [v1.63.0] - 2024-03-07
@@ -64,7 +64,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
64
64
  <a name="v1.48.1"></a>
65
65
  ## v1.48.1 - 2022-11-10
66
66
 
67
- [v1.63.1]: https://github.com/SAP/ui5-manifest/compare/v1.63.0...v1.63.1
67
+ [v1.64.0]: https://github.com/SAP/ui5-manifest/compare/v1.63.0...v1.64.0
68
68
  [v1.63.0]: https://github.com/SAP/ui5-manifest/compare/v1.62.1...v1.63.0
69
69
  [v1.62.1]: https://github.com/SAP/ui5-manifest/compare/v1.62.0...v1.62.1
70
70
  [v1.62.0]: https://github.com/SAP/ui5-manifest/compare/v1.61.1...v1.62.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.63.1",
3
+ "version": "1.64.0",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",