Skip to content

Commit

Permalink
Merge pull request #3 from atty303/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--pob-web

chore(main): release 0.1.0
  • Loading branch information
atty303 authored May 10, 2024
2 parents 436c595 + 5af7ebe commit d1d159a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.0"}
{".":"0.1.0"}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

## 0.1.0 (2024-05-10)


### Features

* added engine ([77ff143](https://github.com/atty303/pob-web/commit/77ff14382eaa135d583d884cf5defb463ddbed08))
* draw quad ([476bdf4](https://github.com/atty303/pob-web/commit/476bdf42aa82a2d9a57a2052bcdf89d10be3fa79))
* draw string ([8c1a7ec](https://github.com/atty303/pob-web/commit/8c1a7ecb2ef655e2d261b3c91c1251dcbab8a34f))
* drawimage ([f4242e8](https://github.com/atty303/pob-web/commit/f4242e8ec5dc6be5f0ca4a12b427b5f803d6dad7))
* favicon ([a9ee139](https://github.com/atty303/pob-web/commit/a9ee13956271718f3db1fed8cf17522a179e5fa6))
* image draw ([fdeac21](https://github.com/atty303/pob-web/commit/fdeac21eca704271e65876cb7164dd377bcebc46))
* image handle ([c9bf48d](https://github.com/atty303/pob-web/commit/c9bf48d78fa3c374ed1fbb2ca4151fe314c56f48))
* launch headless ([eb2cb49](https://github.com/atty303/pob-web/commit/eb2cb4952b55c875a44a3d83667e6adebd6008cb))
* launch pob ([d7cb7f8](https://github.com/atty303/pob-web/commit/d7cb7f8ba5aac121c567445a041db77480dcf309))
* resize ([4a83c3c](https://github.com/atty303/pob-web/commit/4a83c3c210845a602479b223da694598bd06c6aa))
* screen size ([5e663ce](https://github.com/atty303/pob-web/commit/5e663ce7d06cbd7077bf36509748f178f5f92476))
* tree draw ([e3ef19d](https://github.com/atty303/pob-web/commit/e3ef19d206d2599b04ce413fd53aa6c987d65ad9))
* viewport ([e5f2947](https://github.com/atty303/pob-web/commit/e5f294792daa05c58e9ab23d00a515b4316c17ff))
* web ([839045d](https://github.com/atty303/pob-web/commit/839045d0397331cf57d9ac6dee706b5656d7fc14))
* web ([f4dd2dc](https://github.com/atty303/pob-web/commit/f4dd2dc8b265d887991e0c47804637146ff718db))
* web ([0df4d97](https://github.com/atty303/pob-web/commit/0df4d971348701d3a8bde9c9c50fcaefb05bd5bd))
* web ([5fa0df4](https://github.com/atty303/pob-web/commit/5fa0df4c1085887a903309f94aad9e91d6352a20))


### Bug Fixes

* color escape ([f26dac8](https://github.com/atty303/pob-web/commit/f26dac855c0135e1addc4d002665dbce7a712ae5))
* driver shell ([af74562](https://github.com/atty303/pob-web/commit/af745627319e603b51296e5c029d1b575fd7e764))
* mouse position ([e24383c](https://github.com/atty303/pob-web/commit/e24383c8d4cfd8dd5690d43cb2a5f38eb90fb6ee))


### Miscellaneous Chores

* release 0.1.0 ([436c595](https://github.com/atty303/pob-web/commit/436c595df034fd55ef37bbc25aabfeaf6abd38c7))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atty303/pob-web",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"workspaces": [
"packages/driver",
"packages/web"
Expand Down

0 comments on commit d1d159a

Please sign in to comment.