Skip to content

Commit

Permalink
bump version, reconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Jan 7, 2020
1 parent 8007958 commit 1db9338
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion k8s/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ spec:
serviceName: logojs-webapp-service
servicePort: 80
tls:
- secretName: logojs-web-app-tls-secret
- secretName: logojs-webapp-tls-secret
hosts:
- logojs.wenglab.org
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logojs-webapp",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Henry Pratt",
"homepage": "/app",
Expand All @@ -11,7 +11,7 @@
"copy-to-clipboard": "^3.2.0",
"hsts": "^2.2.0",
"jszip": "^3.2.2",
"logojs-react": "^2.0.4",
"logojs-react": "^2.0.7",
"pretty": "^2.0.0",
"prismjs": "^1.17.1",
"react": "^16.8.6",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5603,9 +5603,10 @@ loglevel@^1.6.4:
version "1.6.6"
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.6.tgz#0ee6300cc058db6b3551fa1c4bf73b83bb771312"

logojs-react@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/logojs-react/-/logojs-react-2.0.4.tgz#a5bb3e0c86b0597d6de0e06bd350aef5bd1a135d"
logojs-react@^2.0.7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/logojs-react/-/logojs-react-2.0.7.tgz#1250eb69bbf619becdf10a9dfef7133a86e6054a"
integrity sha512-QZLGWiSF2qinKUkpYo4fx5OZ4w8adUB4dNFNwVSQHejEoSWO/2FMz+So0FAq3ll84NPmkMuNEwPUb/BdnEp2pQ==
dependencies:
react "^16.3.1"
react-dom "^16.3.1"
Expand Down

0 comments on commit 1db9338

Please sign in to comment.