mirror of https://github.com/akveo/blur-admin
chore(version): update changelog and version
parent
bb5fe5f8fe
commit
cc60570131
|
@ -1,3 +1,12 @@
|
||||||
|
v1.3.0 - 10 Dec 2016
|
||||||
|
--------------------
|
||||||
|
- Update bower dependencies
|
||||||
|
- Add progress dialog component
|
||||||
|
- Add datepicker component
|
||||||
|
- Scroll up pages upon navigation
|
||||||
|
- CSS-only switchers
|
||||||
|
- Use ui-select instead of bootstrap-select
|
||||||
|
|
||||||
v1.2.0 - 16 May 2016
|
v1.2.0 - 16 May 2016
|
||||||
--------------------
|
--------------------
|
||||||
- Refactoring to improve customization, fixes #22, #26
|
- Refactoring to improve customization, fixes #22, #26
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "blur-admin",
|
"name": "blur-admin",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"homepage": "https://github.com/1itvinka/blur-admin",
|
"homepage": "https://github.com/1itvinka/blur-admin",
|
||||||
"authors": [
|
"authors": [
|
||||||
"akveo"
|
"akveo"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "blur_admin",
|
"name": "blur_admin",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browser-sync": "~2.18.2",
|
"browser-sync": "~2.18.2",
|
||||||
"browser-sync-spa": "~1.0.3",
|
"browser-sync-spa": "~1.0.3",
|
||||||
|
|
Loading…
Reference in New Issue