Skip to content

Commit 9359162

Browse files
author
Joshua Sprey
authored
Merge pull request #9 from angular-dashboard-framework/feature/8_fix_wrong_table_header
Feature/8 fix wrong table header
2 parents bd37e6c + 1492021 commit 9359162

14 files changed

+8036
-102
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [v0.1.6] - 2020-12-08
10+
11+
### Fixed
12+
- Fixes burndown chart; #8
13+
- Fixes wrong table entities

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adf-widget-redmine",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"main": "dist/adf-widget-redmine.js",
55
"ignore": [
66
"bower.json",

dist/adf-widget-redmine.js

+52-50
Large diffs are not rendered by default.

dist/adf-widget-redmine.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var annotateOptions = {
1414
};
1515

1616
var templateOptions = {
17-
root: '{widgetsPath}/redmine/src',
17+
root: '{widgetsPath}/redmine/src/main',
1818
module: 'adf.widget.redmine'
1919
};
2020

0 commit comments

Comments
 (0)