Compare commits

..

10 Commits

3 changed files with 3 additions and 3 deletions

View File

@ -259,7 +259,7 @@ export const FileMachineProvider = ({
// Refresh the route selected above because it's possible we're on // Refresh the route selected above because it's possible we're on
// the same path on the navigate, which doesn't cause anything to // the same path on the navigate, which doesn't cause anything to
// refresh, leaving a stale execution state. // refresh, leaving a stale execution state.
navigate(0) navigate('.')
return { return {
message: 'No more files in project, created main.kcl', message: 'No more files in project, created main.kcl',
} }

View File

@ -1542,7 +1542,7 @@ dependencies = [
[[package]] [[package]]
name = "kcl-lib" name = "kcl-lib"
version = "0.2.22" version = "0.2.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"approx 0.5.1", "approx 0.5.1",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "kcl-lib" name = "kcl-lib"
description = "KittyCAD Language implementation and tools" description = "KittyCAD Language implementation and tools"
version = "0.2.22" version = "0.2.21"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app" repository = "https://github.com/KittyCAD/modeling-app"