Skip to content

Commit

Permalink
feat(version): release 0.17.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Nov 1, 2023
1 parent 83534ea commit 8069096
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="https://img.shields.io/badge/nodejs-18.18.2-dgreen" alt="node">
</a>
<a href="https://github.com/robolaunch/ui/releases">
<img src="https://img.shields.io/badge/release-v0.17.4-red" alt="release">
<img src="https://img.shields.io/badge/release-v0.17.5-red" alt="release">
</a>
<a href="#">
<img src="https://img.shields.io/badge/language-typescript-blue" alt="language">
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": "ui",
"version": "0.17.4",
"version": "0.17.5",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down
1 change: 0 additions & 1 deletion src/components/CreateForms/CreateEnvironmentFormStep1.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { CreateEnvironmentsFormStep1Validations } from "../../validations/EnvironmentsValidations";
import CFConfigWorkspaces from "../CFConfigWorkspaces/CFConfigWorkspaces";
import CFAdvancedSettings from "../CFAdvancedSettings/CFAdvancedSettings";
import CFGpuResourceRange from "../CFGpuResourceRange/CFGpuResourceRange";
import React, { ReactElement, useEffect, useState } from "react";
import CFEnvCategories from "../CFEnvCategories/CFEnvCategories";
import { IRobotStep1 } from "../../interfaces/robotInterfaces";
Expand Down

0 comments on commit 8069096

Please sign in to comment.