Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit a87a6bf

Browse files
committed
v1.1.0
1 parent ff47941 commit a87a6bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "1.0.1"
7+
"version": "1.1.0"
88
}

packages/hermes-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermes-backend",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Provide the logic for running Hermes dashboard",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/nclsndr/hermes",

packages/hermes-bridge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermes-bridge",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Link between the provider and the Hermes Adaptor",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/nclsndr/hermes",
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"dependencies": {
2525
"colors": "^1.1.2",
26-
"hermes-backend": "^1.0.1",
26+
"hermes-backend": "^1.1.0",
2727
"hermes-utils": "^1.0.1",
2828
"is-json": "^2.0.1",
2929
"lodash": "^4.17.5",

0 commit comments

Comments
 (0)