Skip to content

Commit

Permalink
chore(main): release 0.10.0 (#58)
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 25, 2024
1 parent ab5c963 commit 57bf032
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.9.0"}
{".":"0.10.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.10.0](https://github.com/atty303/pob-web/compare/v0.9.0...v0.10.0) (2024-05-25)


### Features

* **web:** load build from hash ([898dec8](https://github.com/atty303/pob-web/commit/898dec881e2ddce03dc28465d2c24ccdbb009f6e)), closes [#20](https://github.com/atty303/pob-web/issues/20)


### Bug Fixes

* **driver:** disallow POESESSID cookie ([1a8879e](https://github.com/atty303/pob-web/commit/1a8879e85d307861de5d4c2d94c4a316ba9d5016))
* **driver:** fetch result length ([d43d131](https://github.com/atty303/pob-web/commit/d43d131880a8eb2d09eb4ec5c37c747aba1fe832)), closes [#62](https://github.com/atty303/pob-web/issues/62) [#60](https://github.com/atty303/pob-web/issues/60)
* **driver:** lcurl header handling ([26a1b48](https://github.com/atty303/pob-web/commit/26a1b489ce4d8e7e02cabe201c0377472e65ed0b))
* **driver:** rasterize text longer than texture width ([7fbc274](https://github.com/atty303/pob-web/commit/7fbc274b72b4bcba9357d0e9a7e2e4732e3c587a)), closes [#22](https://github.com/atty303/pob-web/issues/22)
* **driver:** render always when window is visible ([44b0537](https://github.com/atty303/pob-web/commit/44b0537b50b6f7b8899575cf6dc13f098748e434)), closes [#63](https://github.com/atty303/pob-web/issues/63)

## [0.9.0](https://github.com/atty303/pob-web/compare/v0.8.0...v0.9.0) (2024-05-21)


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.9.0",
"version": "0.10.0",
"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.9.0",
"version": "0.10.0",
"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.9.0",
"version": "0.10.0",
"type": "module",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
Expand Down

0 comments on commit 57bf032

Please sign in to comment.