From 104a60a9999f965f22ced3ab712f1ff109ef0924 Mon Sep 17 00:00:00 2001 From: Brendan Batliner Date: Thu, 29 Jun 2017 21:31:21 -0500 Subject: [PATCH] Bump versions and update docs with breaking change --- bower.json | 2 +- component.json | 2 +- docs/api/3-Advanced.md | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 69fb919..8a177db 100644 --- a/bower.json +++ b/bower.json @@ -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 ", diff --git a/component.json b/component.json index ed8995e..77ed76f 100644 --- a/component.json +++ b/component.json @@ -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": [ diff --git a/docs/api/3-Advanced.md b/docs/api/3-Advanced.md index c756557..05fef49 100644 --- a/docs/api/3-Advanced.md +++ b/docs/api/3-Advanced.md @@ -5,8 +5,8 @@ When opening an instance, vex appends the following HTML to `appendLocation` (which defaults to `body`). ```html +
-
diff --git a/package.json b/package.json index 72e1cda..a3d64fa 100644 --- a/package.json +++ b/package.json @@ -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 ",