Skip to content

Commit

Permalink
Version v1.66.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5manifestbot committed Sep 19, 2024
1 parent aa46206 commit 9d79324
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<a name="v1.66.0-1"></a>
## [v1.66.0-1] - 2024-09-19
### Flattened schema version 67 (1.66.0, rel-1.66); UI5 version >= 1.129

<a name="v1.65.0-1"></a>
## [v1.65.0-1] - 2024-06-27
### Flattened schema version 66 (1.65.0, rel-1.65); UI5 version >= 1.126
Expand Down
3 changes: 2 additions & 1 deletion mapping.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"latest": "1.65.0",
"latest": "1.66.0",
"1.129": "1.66.0",
"1.126": "1.65.0",
"1.124": "1.64.0",
"1.123": "1.63.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"@ui5/manifest","version":"1.65.0","description":"This project contains the flattend json schema for the ui5 manifest.","repository":{"type":"git","url":"git+https://github.com/SAP/ui5-manifest.git"},"scripts":{"version":"git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md","prepublishOnly":"git push --follow-tags","release-note":"git-chglog -c .chglog/release-config.yml v$npm_package_version"},"keywords":["ui5","manifest"],"author":"SAP SE","license":"Apache-2.0","bugs":{"url":"https://github.com/SAP/ui5-manifest/issues"},"homepage":"https://github.com/SAP/ui5-manifest#readme"}
{"name":"@ui5/manifest","version":"1.66.0","description":"This project contains the flattend json schema for the ui5 manifest.","repository":{"type":"git","url":"git+https://github.com/SAP/ui5-manifest.git"},"scripts":{"version":"git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md","prepublishOnly":"git push --follow-tags","release-note":"git-chglog -c .chglog/release-config.yml v$npm_package_version"},"keywords":["ui5","manifest"],"author":"SAP SE","license":"Apache-2.0","bugs":{"url":"https://github.com/SAP/ui5-manifest/issues"},"homepage":"https://github.com/SAP/ui5-manifest#readme"}
3 changes: 2 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"1.62.0",
"1.63.0",
"1.64.0",
"1.65.0"
"1.65.0",
"1.66.0"
]
},
"start_url": {
Expand Down
3 changes: 2 additions & 1 deletion types/manifest.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
| "1.62.0"
| "1.63.0"
| "1.64.0"
| "1.65.0";
| "1.65.0"
| "1.66.0";
/**
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
*/
Expand Down

0 comments on commit 9d79324

Please sign in to comment.