Skip to content

Commit

Permalink
feat(version): release 0.33.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Feb 9, 2024
1 parent dedf6f5 commit 15044d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.33.6",
"version": "0.33.7",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
12 changes: 6 additions & 6 deletions src/interfaces/hook/functions.hook.interface.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { ICloudInstance } from "../global/cloudInstance.interface";
import { IEnvironmentStep1 } from "../environment/environment.step1.interface";
import { IEnvironmentStep2 } from "../environment/environment.step2.interface";
import { IFleet } from "../global/fleet.interface";
import { INamespace } from "../global/namespace.interface";
import { IOrganization } from "../global/organization.interface";
import { IRegion } from "../global/region.interface";
import { ISystemStatus } from "../global/system.interface";
import { IPhysicalInstance } from "../global/physicalInstance.interface";
import { ICloudInstance } from "../global/cloudInstance.interface";
import { IDataScienceApp } from "../global/dataSciende.interface";
import { IOrganization } from "../global/organization.interface";
import { INamespace } from "../global/namespace.interface";
import { ISystemStatus } from "../global/system.interface";
import { IRegion } from "../global/region.interface";
import { IFleet } from "../global/fleet.interface";

export interface IsingleGetParameters {
isSetState?: boolean;
Expand Down

0 comments on commit 15044d3

Please sign in to comment.