Skip to content

Commit

Permalink
bump util version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Nov 3, 2020
1 parent f547b56 commit ca51bf2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harlem/utilities",
"version": "1.0.14",
"version": "1.0.15",
"license": "MIT",
"author": "Andrew Courtice <[email protected]>",
"description": "Harlem utilities package",
Expand Down
2 changes: 1 addition & 1 deletion plugins/reset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@harlem/core": "^1.0.10"
},
"dependencies": {
"@harlem/utilities": "^1.0.14"
"@harlem/utilities": "^1.0.15"
},
"devDependencies": {
"@harlem/core": "^1.0.15"
Expand Down
2 changes: 1 addition & 1 deletion plugins/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@harlem/core": "^1.0.10"
},
"dependencies": {
"@harlem/utilities": "^1.0.14"
"@harlem/utilities": "^1.0.15"
},
"devDependencies": {
"@harlem/core": "^1.0.15"
Expand Down
2 changes: 1 addition & 1 deletion plugins/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@harlem/core": "^1.0.10"
},
"dependencies": {
"@harlem/utilities": "^1.0.14"
"@harlem/utilities": "^1.0.15"
},
"devDependencies": {
"@harlem/core": "^1.0.15"
Expand Down
2 changes: 1 addition & 1 deletion plugins/transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@harlem/core": "^1.0.10"
},
"dependencies": {
"@harlem/utilities": "^1.0.14"
"@harlem/utilities": "^1.0.15"
},
"devDependencies": {
"@harlem/core": "^1.0.15"
Expand Down

0 comments on commit ca51bf2

Please sign in to comment.