mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
chore(NA): bump version to 8.4.0 (#132906)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
f6086d90b4
commit
2ddac9f111
5 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": true,
|
||||
"version": "8.3.0",
|
||||
"version": "8.4.0",
|
||||
"branch": "main",
|
||||
"types": "./kibana.d.ts",
|
||||
"tsdocMetadata": "./build/tsdoc-metadata.json",
|
||||
|
|
|
@ -191,7 +191,7 @@ describe('validates saved object types when a schema is provided', () => {
|
|||
{ migrationVersion: { foo: '7.16.0' } }
|
||||
);
|
||||
}).rejects.toThrowErrorMatchingInlineSnapshot(
|
||||
`"Migration function for version 8.3.0 threw an error"`
|
||||
`"Migration function for version 8.4.0 threw an error"`
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-pack",
|
||||
"version": "8.3.0",
|
||||
"version": "8.4.0",
|
||||
"author": "Elastic",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
|
|
|
@ -22,4 +22,4 @@ export const PLUGIN = {
|
|||
// "PluginInitializerContext.env.packageInfo.version". In some cases it is not possible
|
||||
// to dynamically inject that version without a huge refactor on the code base.
|
||||
// We will then keep this single constant to declare on which major branch we are.
|
||||
export const MAJOR_VERSION = '8.3.0';
|
||||
export const MAJOR_VERSION = '8.4.0';
|
||||
|
|
|
@ -20,7 +20,7 @@ export const PLUGIN = {
|
|||
},
|
||||
};
|
||||
|
||||
export const MAJOR_VERSION = '8.3.0';
|
||||
export const MAJOR_VERSION = '8.4.0';
|
||||
|
||||
export const API_BASE_PATH = '/api/remote_clusters';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue