Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
chore(build): Build v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Oct 8, 2016
1 parent 7fdb19c commit ae84dde
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.0 (2016/10/8)
## Bug Fixes
- **macPopover:** Fix mac-popover-refresh-on not registering properly (ec9e4ff4, #38)

# 1.0.0-rc.1 (2016/5/22)
## Bug Fixes
- **macTagAutocomplete:**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MacGyver",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"main": ["dist/macgyver.css", "dist/macgyver.js"],
"ignore": [
"misc",
Expand Down
5 changes: 3 additions & 2 deletions dist/macgyver.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* MacGyver v1.0.0-rc.1
* MacGyver v1.0.0
* @link http://angular-macgyver.github.io/MacGyver
* @license
*/
Expand Down Expand Up @@ -306,7 +306,8 @@ constant('macPopoverDefaults', {
footer: false,
header: false,
title: '',
direction: 'above left'
direction: 'above left',
refreshOn: ''
},
template: "<div class='mac-popover' ng-class='macPopoverClasses'>\
<div class='tip'></div>\
Expand Down
4 changes: 2 additions & 2 deletions dist/macgyver.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Adrian Lee <adrian@adrianlee.me>",
"name": "angular-macgyver",
"description": "A library of shared directives",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"homepage": "http://angular-macgyver.github.io/MacGyver",
"repository": {
"type": "git",
Expand Down

0 comments on commit ae84dde

Please sign in to comment.