Skip to content

Commit df32e38

Browse files
committed
Release 0.11.2
1 parent 6ace17f commit df32e38

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/less-openui5/compare/v0.11.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/less-openui5/compare/v0.11.2...HEAD).
6+
7+
<a name="v0.11.2"></a>
8+
## [v0.11.2] - 2021-06-28
9+
### Bug Fixes
10+
- **CSS Variables:** Fix variable handling / relative urls ([#172](https://github.com/SAP/less-openui5/issues/172)) [`6ace17f`](https://github.com/SAP/less-openui5/commit/6ace17fda10d47d0e33be91100bd3089c293a483)
11+
612

713
<a name="v0.11.1"></a>
814
## [v0.11.1] - 2021-03-17
@@ -115,6 +121,7 @@ Only Node.js v10 or higher is supported.
115121
- Scope rule handling ([#92](https://github.com/SAP/less-openui5/issues/92)) [`89b56c1`](https://github.com/SAP/less-openui5/commit/89b56c1a975f53ea8e436878b07707f1fb061486)
116122

117123

124+
[v0.11.2]: https://github.com/SAP/less-openui5/compare/v0.11.1...v0.11.2
118125
[v0.11.1]: https://github.com/SAP/less-openui5/compare/v0.11.0...v0.11.1
119126
[v0.11.0]: https://github.com/SAP/less-openui5/compare/v0.10.0...v0.11.0
120127
[v0.10.0]: https://github.com/SAP/less-openui5/compare/v0.9.0...v0.10.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less-openui5",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "Build OpenUI5 themes with Less.js",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)