Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77ea44f77c | ||
|
|
183f614a3a |
@@ -1,31 +1,31 @@
|
||||
build/
|
||||
.git
|
||||
js/node_modules
|
||||
js/tests
|
||||
js/legacy
|
||||
js/controller
|
||||
js/directive
|
||||
js/filters
|
||||
js/service
|
||||
js/bower.json
|
||||
js/.bowerrc
|
||||
js/.jshintrc
|
||||
js/Gruntfile.js
|
||||
js/package.json
|
||||
js/package-lock.json
|
||||
docs/
|
||||
tests
|
||||
.codecov.yml
|
||||
composer.json
|
||||
composer.lock
|
||||
_config.yml
|
||||
.drone.yml
|
||||
.travis.yml
|
||||
.eslintignore
|
||||
.eslintrc.yml
|
||||
.gitignore
|
||||
issue_template.md
|
||||
krankerl.toml
|
||||
Makefile
|
||||
mkdocs.yml
|
||||
run-eslint.sh
|
||||
/build/
|
||||
/.git
|
||||
/js/node_modules
|
||||
/js/tests
|
||||
/js/legacy
|
||||
/js/controller
|
||||
/js/directive
|
||||
/js/filters
|
||||
/js/service
|
||||
/js/bower.json
|
||||
/js/.bowerrc
|
||||
/js/.jshintrc
|
||||
/js/Gruntfile.js
|
||||
/js/package.json
|
||||
/js/package-lock.json
|
||||
/docs/
|
||||
/tests
|
||||
/.codecov.yml
|
||||
/composer.json
|
||||
/composer.lock
|
||||
/_config.yml
|
||||
/.drone.yml
|
||||
/.travis.yml
|
||||
/.eslintignore
|
||||
/.eslintrc.yml
|
||||
/.gitignore
|
||||
/issue_template.md
|
||||
/krankerl.toml
|
||||
/Makefile
|
||||
/mkdocs.yml
|
||||
/run-eslint.sh
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.8.2 - 2020-04-08
|
||||
|
||||
## Fixed
|
||||
- Fix build with missing javascript bundles
|
||||
|
||||
## 0.8.1 - 2020-04-08
|
||||
|
||||
## Added
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>0.8.1</version>
|
||||
<version>0.8.2</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Deck</namespace>
|
||||
|
||||
Reference in New Issue
Block a user