Skip to content

Commit 3cf25b0

Browse files
committed
chore(release): 2.7.5
1 parent a6d4d98 commit 3cf25b0

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.7.5](https://github.com/hiddentao/clockwork-engine/compare/v2.7.2...v2.7.5) (2025-12-12)
6+
7+
8+
### Bug Fixes
9+
10+
* **platform-web-pixi:** apply tint to graphics objects in PixiRenderingLayer ([a6d4d98](https://github.com/hiddentao/clockwork-engine/commit/a6d4d982b7ea0049bf6adaa6dd71030f75e2fab4))
11+
* **release:** fix version sync order and use npm publish ([7e99a89](https://github.com/hiddentao/clockwork-engine/commit/7e99a899785c72556cafdc94106a60689b8a3a1e))
12+
13+
14+
### Documentation
15+
16+
* update documentation for monorepo structure ([9828e85](https://github.com/hiddentao/clockwork-engine/commit/9828e85a78ab190832f52af91642bfa76c3cc9e0))
17+
518
## [2.7.4](https://github.com/hiddentao/clockwork-engine/compare/v2.7.2...v2.7.4) (2025-12-12)
619

720

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clockwork-engine/core",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"description": "A TypeScript game engine for deterministic, replayable games with platform-agnostic rendering",
55
"author": "Ramesh Nair <ram@hiddentao.com> (https://hiddentao.com)",
66
"license": "MIT",

packages/platform-memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clockwork-engine/platform-memory",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"description": "Headless memory platform layer for Clockwork Engine - testing and replay validation",
55
"author": "Ramesh Nair <ram@hiddentao.com> (https://hiddentao.com)",
66
"license": "MIT",

packages/platform-web-pixi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clockwork-engine/platform-web-pixi",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"description": "Web platform layer with PIXI.js rendering for Clockwork Engine",
55
"author": "Ramesh Nair <ram@hiddentao.com> (https://hiddentao.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)