Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoloured committed Jun 5, 2024
1 parent 5c69ca0 commit e046465
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/design-system",
"version": "0.69.2-rc.3",
"version": "0.69.2-rc.4",
"description": "Instill AI's design system",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instill-ai/toolkit",
"version": "0.92.0-rc.17",
"version": "0.92.0-rc.18",
"description": "Instill AI's frontend toolkit",
"repository": "https://github.com/instill-ai/design-system.git",
"bugs": "https://github.com/instill-ai/design-system/issues",
Expand Down
5 changes: 0 additions & 5 deletions packages/toolkit/src/lib/vdp-sdk/model/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,3 @@ export type ModelTriggerResult = {
}
>;
};

export type ModelRegion = {
region_name: string;
hardware: string[];
};

0 comments on commit e046465

Please sign in to comment.