Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#53)
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 19, 2024
1 parent d2acef0 commit c8ed72c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 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.6"}
{".":"0.8.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.0](https://github.com/atty303/pob-web/compare/v0.7.6...v0.8.0) (2024-05-19)


### Features

* added cloudflare kv filesystem ([d2acef0](https://github.com/atty303/pob-web/commit/d2acef00c209d3fbf634aa94f43a29c5748d32b4)), closes [#48](https://github.com/atty303/pob-web/issues/48)


### Bug Fixes

* **driver:** don't clear cache ([dc1df89](https://github.com/atty303/pob-web/commit/dc1df89db8ac4e217b8c6cbc52fe1dde456762f7)), closes [#49](https://github.com/atty303/pob-web/issues/49)

## [0.7.6](https://github.com/atty303/pob-web/compare/v0.7.5...v0.7.6) (2024-05-19)


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.6",
"version": "0.8.0",
"workspaces": [
"packages/driver",
"packages/web",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pob-driver",
"private": true,
"version": "0.7.6",
"version": "0.8.0",
"type": "module",
"files": [
"dist"
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.6",
"version": "0.8.0",
"type": "module",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
Expand Down

0 comments on commit c8ed72c

Please sign in to comment.