Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
OpenDistro Release 1.9.0.1 (#81)
Browse files Browse the repository at this point in the history
* Revert icon fixes and release 1.9.0.1

* Update version number in package.json
  • Loading branch information
joshuali925 authored Jun 29, 2020
1 parent 9494270 commit 6ed5068
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 24 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function (kibana) {
icon:'plugins/' + PLUGIN_NAME + '/icons/sql.svg',
category: DEFAULT_APP_CATEGORIES.kibana,
},
styleSheetPaths: [resolve(__dirname, 'public/app.scss'), require('path').resolve(__dirname, 'public/app.css')]
styleSheetPaths: [resolve(__dirname, 'public/app.scss')].find(p => existsSync(p))
},

config(Joi) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendistro-sql-workbench",
"version": "1.9.0.0",
"version": "1.9.0.1",
"description": "SQL Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
21 changes: 0 additions & 21 deletions public/app.css

This file was deleted.

2 changes: 1 addition & 1 deletion release-notes/sql-workbench.release-notes-1.9.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2020-06-23 Version 1.9.0.0 (Current)
## 2020-06-23 Version 1.9.0.0

### Features
#### Kibana Compatibility
Expand Down
4 changes: 4 additions & 0 deletions release-notes/sql-workbench.release-notes-1.9.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 2020-06-23 Version 1.9.0.1 (Current)

### Bug Fixes
- Fix: Kibana did not load properly ([#81](https://github.com/opendistro-for-elasticsearch/sql-workbench/pull/81))

0 comments on commit 6ed5068

Please sign in to comment.