Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Pleiss authored and vinsonchuong committed May 27, 2015
1 parent 3702ae1 commit 526a2e4
Show file tree
Hide file tree
Showing 199 changed files with 136,448 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.7.1"></a>
## 1.7.1 (2015-05-27)


#### Bug Fixes

* **alerts:** Remove erroneous border from alerts ((5207bfc9), closes (#94972296))
* **dropdowns:** update link dropdown example to have proper spacing ((41a84ac6), closes (#94978452))
* **btn-default-alt button:** Update btn-default-alt to have border ((5e0bbacc))


#### Deprecation warnings

The following components are deprecated, and will be removed in the next major release:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "pivotal-ui",
"private": true,
"description": "***",
"version": "1.7.1",
"main": "gulpfile.js",
"browser": {
"bootstrap": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap.js",
"modernizr": "./src/modernizr/modernizr.min.js"
Expand Down Expand Up @@ -73,9 +76,6 @@
"yargs": "^1.3.2",
"zeroclipboard": "^2.1.6"
},
"description": "***",
"version": "1.6.0",
"main": "gulpfile.js",
"dependencies": {
"prismjs": "0.0.1",
"pui-css-alerts": "^0",
Expand Down
1 change: 1 addition & 0 deletions release/pui-v1.7.1/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h2>Whoops! 404 :(</h2>
Loading

0 comments on commit 526a2e4

Please sign in to comment.