Skip to content

Commit

Permalink
chore(master): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and remarkablemark committed Jan 8, 2024
1 parent 60cf145 commit aaf5fe4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser-jsx",
"version": "0.1.0-alpha",
"version": "0.1.0",
"description": "Use JSX in Phaser.",
"author": "Mark <mark@remarkablemark.org>",
"main": "./cjs/index.js",
Expand Down

0 comments on commit aaf5fe4

Please sign in to comment.