Update to 0.5.2
This commit is contained in:
parent
49281ff070
commit
65dd85911b
|
@ -1,4 +1,11 @@
|
||||||
|
|
||||||
|
- ** Release 0.5.2 Jan. 7th 2017 **
|
||||||
|
- Updating to Bootstrap 4 Alpha 6
|
||||||
|
- fixing german translation issues
|
||||||
|
- Cleanup navbar code
|
||||||
|
- Cleanup underStrap Sass file
|
||||||
|
|
||||||
|
|
||||||
- ** Release 0.5.1 Dec. 29th 2016 **
|
- ** Release 0.5.1 Dec. 29th 2016 **
|
||||||
- Adding spanish translation
|
- Adding spanish translation
|
||||||
- Translation updates for: Greek, German, French
|
- Translation updates for: Greek, German, French
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"homepage": "http://understrap.com",
|
"homepage": "http://understrap.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||||
|
@ -26,6 +26,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
},
|
},
|
||||||
"_source": "https://github.com/holger1411/understrap.git",
|
"_source": "https://github.com/holger1411/understrap.git",
|
||||||
"_target": "~0.5.1",
|
"_target": "~0.5.2",
|
||||||
"_originalSource": "understrap"
|
"_originalSource": "understrap"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "understrap",
|
"name": "understrap",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "Wordpress Theme framework",
|
"description": "Wordpress Theme framework",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in New Issue