Skip to content

Commit

Permalink
chore: publish v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christie Baker authored and Christie Baker committed Jul 13, 2018
1 parent bf62307 commit 6b1f68e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"message": "chore: publish %s",
"version": "2.4.2"
"version": "2.4.3"
}
4 changes: 2 additions & 2 deletions packages/dl-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/dl-angular",
"version": "2.4.1",
"version": "2.4.3",
"description": "Utility to download files from services",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"angular": "^1.6.0"
},
"devDependencies": {
"@availity/dl-core": "^2.4.1",
"@availity/dl-core": "^2.4.3",
"angular": "^1.6.0",
"angular-mocks": "^1.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dl-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/dl-axios",
"version": "2.4.2",
"version": "2.4.3",
"description": "Utility to download files from services",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"axios": "^0.16.0 || ^0.17.0"
},
"devDependencies": {
"@availity/dl-core": "^2.4.1",
"@availity/dl-core": "^2.4.3",
"axios": "^0.16.0 || ^0.17.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dl-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@availity/dl-core",
"version": "2.4.1",
"version": "2.4.3",
"description": "Utility to download files from services",
"main": "src/download.js",
"scripts": {
Expand Down

0 comments on commit 6b1f68e

Please sign in to comment.