Skip to content

Commit

Permalink
chore(main): release 0.7.5 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: atty303-bot[bot] <166891552+atty303-bot[bot]@users.noreply.github.com>
  • Loading branch information
atty303-bot[bot] authored May 16, 2024
1 parent 4c42200 commit c7ca7aa
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.7.4"}
{".":"0.7.5"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.5](https://github.com/atty303/pob-web/compare/v0.7.4...v0.7.5) (2024-05-16)


### Bug Fixes

* **driver:** disable antialias ([7313473](https://github.com/atty303/pob-web/commit/7313473cfc71e7c5a37a220b9847a2be7f3e13bb)), closes [#6](https://github.com/atty303/pob-web/issues/6)
* **driver:** measure multiline text ([4c42200](https://github.com/atty303/pob-web/commit/4c42200cc774ef3b0b49e253d7b2df1898557ed8)), closes [#21](https://github.com/atty303/pob-web/issues/21)

## [0.7.4](https://github.com/atty303/pob-web/compare/v0.7.3...v0.7.4) (2024-05-16)


Expand Down
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,7 +1,7 @@
{
"name": "@atty303/pob-web",
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"workspaces": [
"packages/driver",
"packages/web",
Expand Down
6 changes: 4 additions & 2 deletions packages/driver/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "pob-driver",
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "npm run build:debug && npm run build:release",
"build:debug": "emcmake cmake -G Ninja -B build -S . -DCMAKE_BUILD_TYPE=Debug && emmake ninja -C build",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pob-web",
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"type": "module",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
Expand Down

0 comments on commit c7ca7aa

Please sign in to comment.