From e58f72b67c051331a14c33df5380a8fc9cf3a34e Mon Sep 17 00:00:00 2001 From: Ilank <63646693+ilan7empest@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:02:14 +0200 Subject: [PATCH] Create a new dist version `2.2.8` (#343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collecting: - Impl [Project Alerts] Add “Alerts Table” (#342) --- commit_message | 4 ++-- dist/images/email-icon.svg | 3 +++ dist/images/entity-type-application.svg | 3 +++ dist/images/entity-type-endpoint.svg | 3 +++ dist/images/entity-type-job.svg | 3 +++ dist/images/git-icon.svg | 3 +++ dist/images/severity-critical.svg | 3 +++ dist/images/severity-high.svg | 3 +++ dist/images/severity-low.svg | 3 +++ dist/images/severity-normal.svg | 3 +++ dist/images/slack-icon-colored.svg | 10 ++++++++++ dist/images/webhook-icon.svg | 9 +++++++++ package.json | 2 +- 13 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 dist/images/email-icon.svg create mode 100644 dist/images/entity-type-application.svg create mode 100644 dist/images/entity-type-endpoint.svg create mode 100644 dist/images/entity-type-job.svg create mode 100644 dist/images/git-icon.svg create mode 100644 dist/images/severity-critical.svg create mode 100644 dist/images/severity-high.svg create mode 100644 dist/images/severity-low.svg create mode 100644 dist/images/severity-normal.svg create mode 100644 dist/images/slack-icon-colored.svg create mode 100644 dist/images/webhook-icon.svg 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",