Skip to content

Commit c42af97

Browse files
committed
[WIP] Upgrade 7.0.0-alpha1
* Fixed upgrade Hapi 17, still need to fix comparing analyzer results * Need to fix requesting to Rest API
1 parent 93f6fdf commit c42af97

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
Analyze text with Aalyzer
66
![Sample image](docs/sample_image.jpg)
77

8+
This branch is for Kibana 7.x.
9+
810
## How to use?
911

1012
See [Getting Started](docs/GETTING_STARTED.md)
1113

1214
## Installation
13-
The latest version is for kibana 6.6.0.
15+
The latest stable version is for kibana 6.6.0.
16+
The latest alpha version is for kibana 7.0.0-alpha1
1417

1518
| Kibana version | Command |
1619
| ---------- | ------- |

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "analyze-api-ui-plugin",
3-
"version": "6.6.0",
3+
"version": "7.0.0-alpha1",
44
"description": "UI for elasticsearch analyze API",
55
"main": "index.js",
66
"kibana": {
7-
"version": "6.6.0",
7+
"version": "7.0.0-alpha1",
88
"templateVersion": "1.0.0"
99
},
1010
"scripts": {
@@ -32,6 +32,5 @@
3232
"eslint-plugin-prefer-object-spread": "^1.2.1",
3333
"eslint-plugin-react": "^7.11.1",
3434
"expect.js": "^0.3.1"
35-
3635
}
3736
}

0 commit comments

Comments
 (0)