diff --git a/commit_message b/commit_message index 3ed2fd20..f42f50bb 100644 --- a/commit_message +++ b/commit_message @@ -1,6 +1,6 @@ -Create a new dist version 2.2.7 +Create a new dist version 2.2.8 Collecting: -- Impl [Jobs] Pagination (#340) +- Impl [Project Alerts] Add “Alerts Table” (#342) diff --git a/dist/images/email-icon.svg b/dist/images/email-icon.svg new file mode 100644 index 00000000..ee239669 --- /dev/null +++ b/dist/images/email-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/entity-type-application.svg b/dist/images/entity-type-application.svg new file mode 100644 index 00000000..fc9f8a80 --- /dev/null +++ b/dist/images/entity-type-application.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/entity-type-endpoint.svg b/dist/images/entity-type-endpoint.svg new file mode 100644 index 00000000..a272f691 --- /dev/null +++ b/dist/images/entity-type-endpoint.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/entity-type-job.svg b/dist/images/entity-type-job.svg new file mode 100644 index 00000000..fee73b3b --- /dev/null +++ b/dist/images/entity-type-job.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/git-icon.svg b/dist/images/git-icon.svg new file mode 100644 index 00000000..83227d46 --- /dev/null +++ b/dist/images/git-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/severity-critical.svg b/dist/images/severity-critical.svg new file mode 100644 index 00000000..adb65ebb --- /dev/null +++ b/dist/images/severity-critical.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/severity-high.svg b/dist/images/severity-high.svg new file mode 100644 index 00000000..31f19b56 --- /dev/null +++ b/dist/images/severity-high.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/severity-low.svg b/dist/images/severity-low.svg new file mode 100644 index 00000000..ca6c649e --- /dev/null +++ b/dist/images/severity-low.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/severity-normal.svg b/dist/images/severity-normal.svg new file mode 100644 index 00000000..2b4bafe6 --- /dev/null +++ b/dist/images/severity-normal.svg @@ -0,0 +1,3 @@ + + + diff --git a/dist/images/slack-icon-colored.svg b/dist/images/slack-icon-colored.svg new file mode 100644 index 00000000..19f034b2 --- /dev/null +++ b/dist/images/slack-icon-colored.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/dist/images/webhook-icon.svg b/dist/images/webhook-icon.svg new file mode 100644 index 00000000..f265f7ca --- /dev/null +++ b/dist/images/webhook-icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/package.json b/package.json index 1e958985..9bbd1eb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iguazio.dashboard-react-controls", - "version": "2.2.7", + "version": "2.2.8", "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.", "main": "dist/index.js", "module": "dist/index.js",