Skip to content

Commit 0aa3527

Browse files
authored
Create a new dist version 3.2.2 (#450)
Collecting: - Fix [Monitoring app] Date picker selection not preserved between pages (#449)
1 parent 1c2ff9e commit 0aa3527

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

commit_message

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
Create a new dist version 3.2.1
3+
Create a new dist version 3.2.2
44

55
Collecting:
6-
- Impl [Infrastructure] Integrating IGZ-4 via Module Federation (#447)
6+
- Fix [Monitoring app] Date picker selection not preserved between pages (#449)

dist/elements/TableLinkCell/TableLinkCell.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const C = ({
2626
e.bodyCellClassName
2727
), c = u("item-name"), { value: d, label: l, className: h } = t.state ?? {};
2828
return /* @__PURE__ */ o("td", { "data-testid": e.headerId, className: v, children: [
29-
e.linkIsExternal ? /* @__PURE__ */ s("span", { className: "data-ellipsis", children: /* @__PURE__ */ o("a", { href: n, className: "link", target: "blank", children: [
29+
e.linkIsExternal ? /* @__PURE__ */ s("span", { className: "data-ellipsis", children: /* @__PURE__ */ o("a", { href: n, className: "link", target: "_top", children: [
3030
/* @__PURE__ */ s(
3131
r,
3232
{

dist/elements/TableLinkCell/TableLinkCell.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iguazio.dashboard-react-controls",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)