Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: melonjs/melonJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18.2.1
Choose a base ref
...
head repository: melonjs/melonJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18.2.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 29, 2026

  1. Bump spine-plugin to 2.0.1

    Update minimum melonJS peerDep to >=18.2.1 (loading screen race fix).
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    obiot and claude committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    501de1f View commit details
    Browse the repository at this point in the history
  2. Copy root README into melonjs package during dist

    npm was showing "this package doesn't have a README" because
    packages/melonjs/ had no README.md. The dist script now copies
    the repo root README before publish.
    
    Also fix clean script reference (.js → .ts).
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    obiot and claude committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    6ef58cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1336 from melonjs/chore/spine-plugin-v2.0.1

    Bump spine-plugin to 2.0.1
    obiot authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    73c20be View commit details
    Browse the repository at this point in the history
  4. Chore: fix missing README on the npm release

    Bump to 18.2.2 to republish with the README included.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    obiot and claude committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    58a534d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1337 from melonjs/chore/fix-npm-readme

    Chore: fix missing README on the npm release
    obiot authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    a9147da View commit details
    Browse the repository at this point in the history
Loading