Skip to content

Commit 825b49b

Browse files
Bump to 2.2.0 (#918) (#919)
* Bump to 2.2.0 Signed-off-by: vamsi-amazon <[email protected]> * Update snapshots Signed-off-by: Joshua Li <[email protected]> Co-authored-by: Joshua Li <[email protected]> (cherry picked from commit da9e9c0) Co-authored-by: vamsi-amazon <[email protected]>
1 parent e87f2a2 commit 825b49b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/dashboards-observability-test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: [pull_request, push]
66
env:
77
PLUGIN_NAME: dashboards-observability
88
OPENSEARCH_VERSION: 'main'
9-
OPENSEARCH_PLUGIN_VERSION: 2.1.0.0
9+
OPENSEARCH_PLUGIN_VERSION: 2.2.0.0
1010

1111
jobs:
1212

opensearch_dashboards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "observabilityDashboards",
3-
"version": "2.1.0.0",
4-
"opensearchDashboardsVersion": "2.1.0",
3+
"version": "2.2.0.0",
4+
"opensearchDashboardsVersion": "2.2.0",
55
"server": true,
66
"ui": true,
77
"requiredPlugins": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "observability-dashboards",
3-
"version": "2.1.0.0",
3+
"version": "2.2.0.0",
44
"main": "index.ts",
55
"license": "Apache-2.0",
66
"scripts": {

public/components/custom_panels/panel_modules/visualization_flyout/__tests__/__snapshots__/visualization_flyout.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ exports[`Visualization Flyout Component renders add visualization Flyout 1`] = `
9292
ownFocus={false}
9393
size="m"
9494
>
95-
<EuiWindowEvent
95+
<OuiWindowEvent
9696
event="keydown"
9797
handler={[Function]}
9898
/>
@@ -1319,7 +1319,7 @@ exports[`Visualization Flyout Component renders replace visualization Flyout 1`]
13191319
ownFocus={false}
13201320
size="m"
13211321
>
1322-
<EuiWindowEvent
1322+
<OuiWindowEvent
13231323
event="keydown"
13241324
handler={[Function]}
13251325
/>

public/components/trace_analytics/components/traces/__tests__/__snapshots__/span_detail_flyout.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`<SpanDetailFlyout /> spec renders the empty component 1`] = `
1515
onClose={[MockFunction]}
1616
size="s"
1717
>
18-
<EuiWindowEvent
18+
<OuiWindowEvent
1919
event="keydown"
2020
handler={[Function]}
2121
/>

0 commit comments

Comments
 (0)