Skip to content

Commit

Permalink
0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saulhardman committed Jan 27, 2017
1 parent 8dafee6 commit c5ac311
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.14.1"
"version": "0.14.2"
}
2 changes: 1 addition & 1 deletion packages/autotyper-jquery/dist/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/autotyper-jquery/dist/index.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/autotyper-jquery/package.json
Expand Up @@ -19,10 +19,10 @@
],
"author": "Saul Hardman <hello@iamsaul.co.uk>",
"homepage": "https://github.com/saulhardman/autotyper/",
"version": "0.14.1",
"version": "0.14.2",
"repository": "https://github.com/saulhardman/autotyper/tree/master/packages/autotyper-jquery",
"dependencies": {
"autotyper": "^0.14.1"
"autotyper": "^0.14.2"
},
"peerDependencies": {
"jquery": "^3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/autotyper/dist/index.amd.js
Expand Up @@ -2,7 +2,7 @@ define([ "exports", "component-emitter" ], function(exports, Emitter) {
"use strict";
Emitter = "default" in Emitter ? Emitter["default"] : Emitter;
var name = "autotyper";
var version = "0.14.1";
var version = "0.14.2";
function upperCaseFirstLetter(string) {
return "" + string.substring(0, 1).toUpperCase() + string.substring(1);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/autotyper/dist/index.es.js
Expand Up @@ -8,7 +8,7 @@ var name = "autotyper";



var version = "0.14.1";
var version = "0.14.2";

function upperCaseFirstLetter(string) {
// e.g. text => Text
Expand Down
2 changes: 1 addition & 1 deletion packages/autotyper/dist/index.js
Expand Up @@ -12,7 +12,7 @@ var Emitter = _interopDefault(require("component-emitter"));

var name = "autotyper";

var version = "0.14.1";
var version = "0.14.2";

function upperCaseFirstLetter(string) {
return "" + string.substring(0, 1).toUpperCase() + string.substring(1);
Expand Down

0 comments on commit c5ac311

Please sign in to comment.