Skip to content

Commit

Permalink
Release v2.4.5 (#992)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Sep 23, 2024
1 parent ea58ed8 commit f48710d
Show file tree
Hide file tree
Showing 8 changed files with 11,342 additions and 11,239 deletions.
File renamed without changes.
22,563 changes: 11,328 additions & 11,235 deletions dist/esm/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export interface ApplicationLogoProps {
| "missioncontrol"
| "globalconsole"
| "minio"
| "enterprise";
| "enterprise"
| "aistor";
subVariant?:
| "simple"
| "AGPL"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { FC, SVGProps } from "react";
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
declare const AIStor: FC<SVGProps<any> & LogoBaseProps>;
export default AIStor;
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { FC, SVGProps } from "react";
import { LogoBaseProps } from "../LogoBase/LogoBase.types";
declare const AIStorTag: FC<SVGProps<any> & LogoBaseProps>;
export default AIStorTag;
3 changes: 2 additions & 1 deletion dist/mds.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,8 @@ interface ApplicationLogoProps {
| "missioncontrol"
| "globalconsole"
| "minio"
| "enterprise";
| "enterprise"
| "aistor";
subVariant?:
| "simple"
| "AGPL"
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": "mds",
"version": "2.4.4",
"version": "2.4.5",
"description": "A MinIO Components Library",
"homepage": ".",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit f48710d

Please sign in to comment.