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
// the same path on the navigate, which doesn't cause anything to
// refresh, leaving a stale execution state.
navigate(0)
navigate('.')
return {
message: 'No more files in project, created main.kcl',
}

View File

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

View File

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