Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottusrobus committed Feb 16, 2017
1 parent 84b84b5 commit b1ff87d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.2.2
**2017-02-16**
* Fix bug with webpack + sidebar, by removing aggressive m.redraw().

### 1.2.1
**2017-02-09**
* Apply CSS-based text truncation (with ellipsis) to select component's label/placeholder.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion dist/filter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };

vhxm.components.shared.filter.constants = Object.freeze({
date: {
Expand Down
2 changes: 0 additions & 2 deletions dist/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ vhxm.components.shared.sidebar.toggle = function (state, route) {
if (route) {
return m.route(route);
}

m.redraw();
};

if (vhxm.components.shared.sidebar.state.isOpen() && !state || !vhxm.components.shared.sidebar.state.isOpen() && state) {
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": "@vhx/quartz",
"version": "1.2.1",
"version": "1.2.2",
"description": "VHX Style Guide and JS Components.",
"homepage": "https://github.com/vhx/quartz",
"author": "VHX",
Expand Down

0 comments on commit b1ff87d

Please sign in to comment.