Skip to content

Commit

Permalink
Bump to 2.2.0 (opensearch-project#918)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
vmmusings and joshuali925 authored Aug 6, 2022
1 parent e87f2a2 commit 9698c79
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: dashboards-observability
OPENSEARCH_VERSION: 'main'
OPENSEARCH_PLUGIN_VERSION: 2.1.0.0
OPENSEARCH_PLUGIN_VERSION: 2.2.0.0

jobs:

Expand Down
4 changes: 2 additions & 2 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "observabilityDashboards",
"version": "2.1.0.0",
"opensearchDashboardsVersion": "2.1.0",
"version": "2.2.0.0",
"opensearchDashboardsVersion": "2.2.0",
"server": true,
"ui": true,
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "observability-dashboards",
"version": "2.1.0.0",
"version": "2.2.0.0",
"main": "index.ts",
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports[`Visualization Flyout Component renders add visualization Flyout 1`] = `
ownFocus={false}
size="m"
>
<EuiWindowEvent
<OuiWindowEvent
event="keydown"
handler={[Function]}
/>
Expand Down Expand Up @@ -1319,7 +1319,7 @@ exports[`Visualization Flyout Component renders replace visualization Flyout 1`]
ownFocus={false}
size="m"
>
<EuiWindowEvent
<OuiWindowEvent
event="keydown"
handler={[Function]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`<SpanDetailFlyout /> spec renders the empty component 1`] = `
onClose={[MockFunction]}
size="s"
>
<EuiWindowEvent
<OuiWindowEvent
event="keydown"
handler={[Function]}
/>
Expand Down

0 comments on commit 9698c79

Please sign in to comment.