@sap/ux-ui5-tooling 1.10.6 → 1.11.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.
package/CHANGELOG.md CHANGED
@@ -2,10 +2,13 @@
2
2
  All notable changes to this project are documented in this file.
3
3
 
4
4
  This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
5
+ ## [1.11.0] - 2023-09-06
6
+ ### Fixed
7
+ - Fixed an issue with newly created variants not being shown during the preview
5
8
 
6
9
  ## [1.10.6] - 2023-08-23
7
10
  ### Added
8
- - Check the `@ui5/cli` version of the project and advise the user how to upgrade, if version < 3
11
+ - Check the `@ui5/cli` version of the project and advise the user on how to upgrade, if version < 3
9
12
 
10
13
  ## [1.10.5] - 2023-08-09
11
14
  ### Changed