Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Sep 21, 2017
1 parent 10cf88c commit 9bd0e01
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "1.5.2",
"version": "1.5.3",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/handy-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handy-api",
"version": "1.5.2",
"version": "1.5.3",
"description": "Handy class to create an API client.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -18,7 +18,7 @@
"build"
],
"dependencies": {
"handy-url": "^1.5.2",
"handy-url": "^1.5.3",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"jolt-lodash": "^2.7.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/handy-datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handy-datetime",
"version": "1.5.2",
"version": "1.5.3",
"description": "Handy class to parse, format, and manipulate datetimes.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/handy-duration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handy-duration",
"version": "1.5.2",
"version": "1.5.3",
"description": "Handy class to parse, format, and manipulate durations.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/handy-filesize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handy-filesize",
"version": "1.5.2",
"version": "1.5.3",
"description": "Handy class to parse, format, and manipulate filesizes.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
12 changes: 6 additions & 6 deletions packages/handy-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handy-js",
"version": "1.5.2",
"version": "1.5.3",
"description": "Handy format classes for common abstractions: datetime, duration, filesize.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -16,11 +16,11 @@
"build"
],
"dependencies": {
"handy-api": "^1.5.2",
"handy-datetime": "^1.5.2",
"handy-duration": "^1.5.2",
"handy-filesize": "^1.5.2",
"handy-url": "^1.5.2"
"handy-api": "^1.5.3",
"handy-datetime": "^1.5.3",
"handy-duration": "^1.5.3",
"handy-filesize": "^1.5.3",
"handy-url": "^1.5.3"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
2 changes: 1 addition & 1 deletion packages/handy-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handy-url",
"version": "1.5.2",
"version": "1.5.3",
"description": "Handy class to parse, format, and manipulate urls.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down

0 comments on commit 9bd0e01

Please sign in to comment.