chore(release): 7.11.0
This commit is contained in:
parent
b0b92b4b26
commit
a299e22816
21
CHANGELOG.md
21
CHANGELOG.md
@ -2,6 +2,27 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [7.11.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.10.0...v7.11.0) (2019-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* hlint ([b0b92b4](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/b0b92b4))
|
||||
* **async-table:** fix condition for uw-async-table class ([9a87730](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/9a87730))
|
||||
* **async-table:** uw-async-table instead of .uw-async-table ([a5d9bfc](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/a5d9bfc))
|
||||
* do not add async-table class to empty tables ([b8e2911](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/b8e2911))
|
||||
* **datepicker:** insert datepicker after the form ([b590995](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/b590995))
|
||||
* **datepicker:** manually add scroll offset based on scroll target ([3ecf834](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/3ecf834))
|
||||
* **datepicker:** no manual positioning; update tail.datetime ([3cd71d6](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/3cd71d6))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **changelog:** bump ([a684b90](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/a684b90))
|
||||
* **courses:** course events ([fa7f771](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/fa7f771))
|
||||
|
||||
|
||||
|
||||
## [7.10.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.9.1...v7.10.0) (2019-10-09)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "7.10.0",
|
||||
"version": "7.11.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "7.10.0",
|
||||
"version": "7.11.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: uniworx
|
||||
version: 7.10.0
|
||||
version: 7.11.0
|
||||
|
||||
dependencies:
|
||||
- base >=4.9.1.0 && <5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user