Skip to content
Merged
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
5 changes: 5 additions & 0 deletions packages/spine-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.1 - 2026-05-11

### Changed
- Bump bundled Spine runtimes (`@esotericsoftware/spine-canvas`, `@esotericsoftware/spine-core`, `@esotericsoftware/spine-webgl`) range from `^4.2.109` to `^4.2.114`. Picks up the empty-atlas hang fix in `AssetManagerBase` (4.2.113) — `loadTextureAtlas` no longer waits forever on an atlas with zero pages. No plugin API change.

## 2.2.0 - 2026-04-15

### Added
Expand Down
8 changes: 4 additions & 4 deletions packages/spine-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@melonjs/spine-plugin",
"version": "2.2.0",
"version": "2.2.1",
"description": "melonJS Spine plugin",
"homepage": "https://www.npmjs.com/package/@melonjs/spine-plugin",
"type": "module",
Expand Down Expand Up @@ -50,9 +50,9 @@
"melonjs": ">=18.3.0"
},
"dependencies": {
"@esotericsoftware/spine-canvas": "^4.2.109",
"@esotericsoftware/spine-core": "^4.2.109",
"@esotericsoftware/spine-webgl": "^4.2.109"
"@esotericsoftware/spine-canvas": "^4.2.114",
"@esotericsoftware/spine-core": "^4.2.114",
"@esotericsoftware/spine-webgl": "^4.2.114"
},
"devDependencies": {
"concurrently": "^9.2.1",
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading