diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f48502..7ddd7ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.1", + ".": "0.1.2", "docs": "0.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f6064..51242b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/Streetless/Editor/compare/v0.1.1...v0.1.2) (2024-12-27) + + +### 🔧 Build System + +* **cargo:** Updated space editor revision number ([5891281](https://github.com/Streetless/Editor/commit/5891281a4c00704e883d9623290d723f5eb70bdd)) +* **deps:** 📦️ Remove bevy lua ([94721d4](https://github.com/Streetless/Editor/commit/94721d4563c18e08d7107c189079924316f205f4)) + ## [0.1.1](https://github.com/Streetless/Editor/compare/v0.1.0...v0.1.1) (2024-11-21) diff --git a/package.json b/package.json index 705a28f..532a587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@envronment/editor", - "version": "0.1.1", + "version": "0.1.2", "description": "Rust editor for EnVRonment", "author": "Alwyn Mattapullut", "contributors": [ diff --git a/scene-editor/Cargo.toml b/scene-editor/Cargo.toml index 966ef88..268d124 100644 --- a/scene-editor/Cargo.toml +++ b/scene-editor/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true build = "build.rs" [workspace.package] -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Editor for EnVRonment" repository = "https://github.com/Streetless/Editor" diff --git a/visual-editor/package.json b/visual-editor/package.json index c4bed1c..9180353 100644 --- a/visual-editor/package.json +++ b/visual-editor/package.json @@ -1,6 +1,6 @@ { "name": "@envronment/visual-editor", - "version": "0.1.1", + "version": "0.1.2", "description": "Visual editor for EnVRonment", "type": "module", "private": true, diff --git a/visual-editor/src-tauri/Cargo.toml b/visual-editor/src-tauri/Cargo.toml index fe757b7..3b11463 100644 --- a/visual-editor/src-tauri/Cargo.toml +++ b/visual-editor/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "EnVRonment-VisualScripting" -version = "0.1.1" +version = "0.1.2" description = "Visual Scripting for EnVRonment" authors = ["EnVRonment"] license = "Copyright"