Skip to content

Commit

Permalink
Upgrade 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johtani committed Nov 9, 2018
1 parent b374074 commit a563f20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.idea
*.iml
.DS_store
/yarn.lock
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Analyze text with Aalyzer
See [Getting Started](docs/GETTING_STARTED.md)

## Installation
The latest version is for kibana 6.4.2.
The latest version is for kibana 6.4.3.

| Kibana version | Command |
| ---------- | ------- |
| 6.4.3 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.4.3/analyze-api-ui-plugin-6.4.3.zip`
| 6.4.2 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.4.2/analyze-api-ui-plugin-6.4.2.zip`
| 6.4.1 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.4.1/analyze-api-ui-plugin-6.4.1.zip`
| 6.4.0 | `./bin/kibana-plugin install https://github.com/johtani/analyze-api-ui-plugin/releases/download/6.4.0/analyze-api-ui-plugin-6.4.0.zip`
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "analyze-api-ui-plugin",
"version": "6.4.2",
"version": "6.4.3",
"description": "UI for elasticsearch analyze API",
"main": "index.js",
"kibana": {
"version": "6.4.2",
"templateVersion": "7.2.0"
"version": "6.4.3",
"templateVersion": "1.0.0"
},
"scripts": {
"preinstall": "node ../kibana/preinstall_check",
"kbn": "node ../kibana/scripts/kbn",
"preinstall": "node ../../kibana/preinstall_check",
"kbn": "node ../../kibana/scripts/kbn",
"lint": "eslint",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
Expand All @@ -22,9 +22,9 @@
"lodash": "4.17.5"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "link:../kibana/packages/eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "link:../kibana/packages/kbn-eslint-import-resolver-kibana",
"@kbn/plugin-helpers": "link:../kibana/packages/kbn-plugin-helpers",
"@elastic/eslint-config-kibana": "link:../../kibana/packages/eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "link:../../kibana/packages/kbn-eslint-import-resolver-kibana",
"@kbn/plugin-helpers": "link:../../kibana/packages/kbn-plugin-helpers",
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-plugin-babel": "^4.1.1",
Expand Down

0 comments on commit a563f20

Please sign in to comment.