Skip to content

Commit

Permalink
Merge branch 'release/1.0.27'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansoweb committed Apr 14, 2016
2 parents 7c11b68 + bd797ff commit 2d74c98
Show file tree
Hide file tree
Showing 52 changed files with 13,540 additions and 175 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
This module provides a shortcut to several UI resources from some of the best front frameworks.
I will add more libraries with time and add more resources to the current ones.

- Jquery: 2.2.0 [jquery.com](http://jquery.com)
- Jquery: 2.2.3 [jquery.com](http://jquery.com)
- Bootstrap: 3.3.6 [getbootstrap.com](http://getbootstrap.com)
- Font Awesome: 4.5.0 [fortawesome.github.io](http://fortawesome.github.io/Font-Awesome/)
- Chosen: 1.4.2 [http://harvesthq.github.io/chosen/](http://harvesthq.github.io/chosen/)
- Font Awesome: 4.6.1 [fortawesome.github.io](http://fortawesome.github.io/Font-Awesome/)
- Chosen: 1.5.1 [http://harvesthq.github.io/chosen/](http://harvesthq.github.io/chosen/)
- MomentJs: 2.11.1 [http://momentjs.com](http://momentjs.com)

The ideia is to facilitate the front development. You do not need to worry about download individually each library, control their versions, so on. Refer to the Usage bellow.
Expand All @@ -22,6 +22,12 @@ The ideia is to facilitate the front development. You do not need to worry about

## ChangeLog

* 1.0.27
1. Updating JQuery from 2.2.0 to 2.2.3
2. Updating Fort Awesome from 4.5.0 to 4.6.1
3. Updating MomentJs from 2.11.1 to 2.11.2
4. Updating Chosen from 1.4.2 to 1.5.1

* 1.0.26
1. Updating JQuery from 2.1.4 to 2.2.0
2. Updating Bootstrap from 3.3.5 to 3.3.6
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"bootstrap": "~3.3",
"chosen": "~1.4",
"chosen": "~1.5",
"fontawesome": "~4",
"moment": "~2.11.0"
}
Expand Down
20 changes: 9 additions & 11 deletions vendors/chosen/.bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "chosen",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"version": "1.4.2",
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
"main": [
"chosen.jquery.min.js",
"chosen.css",
"chosen-sprite@2x.png",
"chosen-sprite.png"
"chosen.jquery.js",
"chosen.css"
],
"license": [
{
Expand Down Expand Up @@ -50,13 +47,14 @@
"jquery": ">=1.4.4"
},
"devDependencies": [],
"_release": "1.4.2",
"version": "1.5.1",
"_release": "1.5.1",
"_resolution": {
"type": "version",
"tag": "v1.4.2",
"commit": "c088eaae25211cb7512734695aec08ed2645a70b"
"tag": "v1.5.1",
"commit": "737ac310c62cc8aa72888f170894054ab7692f05"
},
"_source": "git://github.com/harvesthq/bower-chosen.git",
"_target": "~1.4",
"_source": "https://github.com/harvesthq/bower-chosen.git",
"_target": "~1.5",
"_originalSource": "chosen"
}
9 changes: 3 additions & 6 deletions vendors/chosen/bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "chosen",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"version": "1.4.1",
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
"main": [
"chosen.jquery.min.js",
"chosen.css",
"chosen-sprite@2x.png",
"chosen-sprite.png"
"chosen.jquery.js",
"chosen.css"
],
"license": [
{
Expand Down
Loading

0 comments on commit 2d74c98

Please sign in to comment.