Skip to content

Commit

Permalink
Bump versions and update docs with breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatliner committed Jun 30, 2017
1 parent ed78381 commit 104a60a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vex",
"version": "3.1.0",
"version": "4.0.0",
"homepage": "http://github.hubspot.com/vex/docs/welcome",
"authors": [
"Adam Schwartz <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vex",
"repo": "HubSpot/vex",
"description": "Beautiful, functional dialogs in vanilla Javascript",
"version": "3.0.0",
"version": "4.0.0",
"homepage": "http://github.hubspot.com/vex",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion docs/api/3-Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
When opening an instance, vex appends the following HTML to `appendLocation` (which defaults to `body`).

```html
<div class="vex-overlay"></div>
<div class="vex">
<div class="vex-overlay"></div>
<div class="vex-content">
<div class="vex-close"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vex-js",
"version": "3.1.1",
"version": "4.0.0",
"description": "Beautiful, functional dialogs in vanilla JavaScript",
"contributors": [
"Adam Schwartz <[email protected]>",
Expand Down

0 comments on commit 104a60a

Please sign in to comment.