Skip to content

Commit a23f98e

Browse files
committed
v2.2.5
1 parent d24502d commit a23f98e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# [2025-06-29] v2.2.4
1+
# [2025-07-27] v2.2.5
2+
3+
- SimpleGrid bugfix
4+
- Game UIs CI test
5+
- DomStyle caching
6+
7+
# [2025-06-29] v2.2.4
28

39
- CultureInfo.InvariantCulture for Length parsing
410
- EditorScriptEngine updates

Runtime/Engine/Bundler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Bundler : MonoBehaviour {
3636
public string[] ignoreList = new string[] { "@outputs/tsc", "node_modules", "tmp" };
3737

3838
ScriptEngine _engine;
39-
string _onejsVersion = "2.2.4";
39+
string _onejsVersion = "2.2.5";
4040

4141
void Awake() {
4242
_engine = GetComponent<ScriptEngine>();

0 commit comments

Comments
 (0)