From 3fb965dad8b253e5840d43cb9191bb5e55a02c39 Mon Sep 17 00:00:00 2001
From: Ilank <63646693+ilan7empest@users.noreply.github.com>
Date: Mon, 2 Dec 2024 13:23:52 +0200
Subject: [PATCH] Create a new dist version `2.2.7` (#341)
Collecting:
- Impl [Jobs] Pagination (#340)
---
commit_message | 5 ++---
dist/images/double-back-arrow.svg | 4 ++++
dist/images/pagination-arrow.svg | 3 +++
dist/images/pagination-double-arrow.svg | 4 ++++
package.json | 2 +-
5 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 dist/images/double-back-arrow.svg
create mode 100644 dist/images/pagination-arrow.svg
create mode 100644 dist/images/pagination-double-arrow.svg
diff --git a/commit_message b/commit_message
index cbcd8c22..3ed2fd20 100644
--- a/commit_message
+++ b/commit_message
@@ -1,7 +1,6 @@
-Create a new dist version 2.2.6
+Create a new dist version 2.2.7
Collecting:
-- Fix [Tooltip] add ref (#337)
-- Impl [UI] Show details in a popup instead of redirection (#338)
+- Impl [Jobs] Pagination (#340)
diff --git a/dist/images/double-back-arrow.svg b/dist/images/double-back-arrow.svg
new file mode 100644
index 00000000..1dd3a66e
--- /dev/null
+++ b/dist/images/double-back-arrow.svg
@@ -0,0 +1,4 @@
+
diff --git a/dist/images/pagination-arrow.svg b/dist/images/pagination-arrow.svg
new file mode 100644
index 00000000..233b5a22
--- /dev/null
+++ b/dist/images/pagination-arrow.svg
@@ -0,0 +1,3 @@
+
diff --git a/dist/images/pagination-double-arrow.svg b/dist/images/pagination-double-arrow.svg
new file mode 100644
index 00000000..f3b84390
--- /dev/null
+++ b/dist/images/pagination-double-arrow.svg
@@ -0,0 +1,4 @@
+
diff --git a/package.json b/package.json
index 6c87f2f0..1e958985 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "iguazio.dashboard-react-controls",
- "version": "2.2.6",
+ "version": "2.2.7",
"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",