Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.1.1",
".": "0.1.2",
"docs": "0.0.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "@envronment/editor",
"version": "0.1.1",
"version": "0.1.2",
"description": "Rust editor for EnVRonment",
"author": "Alwyn Mattapullut",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion scene-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion visual-editor/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion visual-editor/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down