chore(NA): bump version to 8.2.3 (#133064)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2022-05-27 00:38:25 +01:00 committed by GitHub
parent 3b0263f126
commit 183db6533a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "8.2.2",
"version": "8.2.3",
"branch": "8.2",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",

View file

@ -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.2.2 threw an error"`
`"Migration function for version 8.2.3 threw an error"`
);
});

View file

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