bump version to 7.0.1

This commit is contained in:
LeeDr 2019-04-10 11:05:43 -05:00
parent e1c115d502
commit 265bf2c060
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "7.0.0",
"version": "7.0.1",
"branch": "7.0",
"types": "./kibana.d.ts",
"build": {
@ -244,12 +244,12 @@
"webpack-merge": "4.1.4",
"whatwg-fetch": "^3.0.0",
"wreck": "^14.0.2",
"x-pack": "7.0.0",
"x-pack": "7.0.1",
"yauzl": "2.7.0"
},
"devDependencies": {
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0",
"@babel/types": "^7.0.1",
"@elastic/eslint-config-kibana": "0.15.0",
"@elastic/makelogs": "^4.4.0",
"@kbn/es": "1.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "7.0.0",
"version": "7.0.1",
"author": "Elastic",
"private": true,
"license": "Elastic-License",