diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..795491ea --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 0.1.0 (2024-01-08) + +### Features + +- **components:** export GameObjects ([138a597](https://github.com/remarkablegames/phaser-jsx/commit/138a597dff5cbeb3f0b54967dbfb660d875cc185)) +- **constants:** add events ([fd4ac79](https://github.com/remarkablegames/phaser-jsx/commit/fd4ac79c1b0d198bea4972030e098c0bf7b81be7)) +- export components ([14a2f94](https://github.com/remarkablegames/phaser-jsx/commit/14a2f949436df647d7a7241a370db47867ccd81a)) +- export createElement and jsx ([787dfdb](https://github.com/remarkablegames/phaser-jsx/commit/787dfdbc65c6019e505382380f920c0b5cef1990)) +- **jsx-dev-runtime:** export jsx-dev-runtime ([b226b5d](https://github.com/remarkablegames/phaser-jsx/commit/b226b5de3d24b7e276c35ded7e960b6f8ff2524c)) +- **jsx-runtime:** export jsx, jsxDEV, jsxs, and Fragment ([c3c500d](https://github.com/remarkablegames/phaser-jsx/commit/c3c500d39eb55e5b9a49542f54278bc87c7aaad1)) +- **package:** add phaser 3 to peerDependencies ([1801a77](https://github.com/remarkablegames/phaser-jsx/commit/1801a77aeb6bb105ed463fba124c9fffdd8d5d8a)) +- **render:** export render ([22e7807](https://github.com/remarkablegames/phaser-jsx/commit/22e78075ce8404aae566fd69b216ed1900075c3b)) +- **types:** export Events and Props ([0c4e041](https://github.com/remarkablegames/phaser-jsx/commit/0c4e0411f7280076aabbc4c4e81cc47798470d82)) + +### Bug Fixes + +- **element:** correct createElement props and children ([b2cfbc1](https://github.com/remarkablegames/phaser-jsx/commit/b2cfbc1db302fcf02b80d0182542d7085ef0bcfd)) diff --git a/package-lock.json b/package-lock.json index 0929dcce..50c94feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "phaser-jsx", - "version": "0.1.0-alpha", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "phaser-jsx", - "version": "0.1.0-alpha", + "version": "0.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8c8820ea..5866ffc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser-jsx", - "version": "0.1.0-alpha", + "version": "0.1.0", "description": "Use JSX in Phaser.", "author": "Mark ", "main": "./cjs/index.js",