mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(NA): bump version to 8.3.4 (#137468)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
601decd582
commit
b9fdfcfb0c
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": true,
|
||||
"version": "8.3.3",
|
||||
"version": "8.3.4",
|
||||
"branch": "8.3",
|
||||
"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.3 threw an error"`
|
||||
`"Migration function for version 8.3.4 threw an error"`
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "x-pack",
|
||||
"version": "8.3.3",
|
||||
"version": "8.3.4",
|
||||
"author": "Elastic",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue