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

Commit 886c70c

Browse files
committed
v1.0.0
1 parent efbf4c9 commit 886c70c

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "0.0.10"
7+
"version": "1.0.0"
88
}

packages/hermes-adaptor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermes-adaptor",
3-
"version": "0.0.8",
3+
"version": "1.0.0",
44
"description": "Link between Hermes Bridge and the local server",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/chance-get-yours/hermes",
@@ -25,7 +25,7 @@
2525
"clear": "^0.1.0",
2626
"colors": "^1.1.2",
2727
"content-type": "^1.0.2",
28-
"hermes-utils": "^0.0.7",
28+
"hermes-utils": "^1.0.0",
2929
"is-json": "^2.0.1",
3030
"query-string": "^5.0.1",
3131
"request": "^2.83.0",

packages/hermes-backend/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermes-backend",
3-
"version": "0.0.7",
3+
"version": "1.0.0",
44
"description": "Provide the logic for running Hermes dashboard",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/chance-get-yours/hermes",
@@ -26,8 +26,8 @@
2626
"colors": "^1.2.1",
2727
"cors": "^2.8.4",
2828
"express": "^4.16.3",
29-
"hermes-dashboard": "^0.0.7",
30-
"hermes-utils": "^0.0.7",
29+
"hermes-dashboard": "^1.0.0",
30+
"hermes-utils": "^1.0.0",
3131
"jsonwebtoken": "^8.2.1",
3232
"lodash": "^4.17.5",
3333
"lowdb": "^1.0.0",

packages/hermes-bridge/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermes-bridge",
3-
"version": "0.0.10",
3+
"version": "1.0.0",
44
"description": "Link between the provider and the Hermes Adaptor",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/chance-get-yours/hermes",
@@ -23,8 +23,8 @@
2323
"license": "MIT",
2424
"dependencies": {
2525
"colors": "^1.1.2",
26-
"hermes-backend": "^0.0.7",
27-
"hermes-utils": "^0.0.7",
26+
"hermes-backend": "^1.0.0",
27+
"hermes-utils": "^1.0.0",
2828
"is-json": "^2.0.1",
2929
"lodash": "^4.17.5",
3030
"uuid": "^3.2.1",

packages/hermes-dashboard/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermes-dashboard",
3-
"version": "0.0.7",
3+
"version": "1.0.0",
44
"description": "Hermes dashboard front-end",
55
"homepage": "https://github.com/chance-get-yours/hermes",
66
"repository": {
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"axios": "^0.18.0",
24-
"hermes-utils": "^0.0.7",
24+
"hermes-utils": "^1.0.0",
2525
"history": "^4.7.2",
2626
"moment": "^2.22.1",
2727
"prop-types": "^15.6.1",
@@ -40,10 +40,10 @@
4040
},
4141
"scripts": {
4242
"start": "react-scripts start",
43-
"build": "REACT_APP_STACK=production PUBLIC_URL=\/ react-scripts build",
43+
"build": "REACT_APP_STACK=production PUBLIC_URL=/ react-scripts build",
4444
"test": "react-scripts test --env=jsdom",
4545
"eject": "react-scripts eject",
46-
"prepublish": "REACT_APP_STACK=production PUBLIC_URL=\/ react-scripts build"
46+
"prepublish": "REACT_APP_STACK=production PUBLIC_URL=/ react-scripts build"
4747
},
4848
"files": [
4949
"build"

packages/hermes-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermes-utils",
3-
"version": "0.0.7",
3+
"version": "1.0.0",
44
"description": "Hermes packages shared resources and utils",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/chance-get-yours/hermes",

0 commit comments

Comments
 (0)