Skip to content

Commit

Permalink
chore(main): release 0.11.1 (#70)
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] committed May 26, 2024
1 parent e29f70a commit 16f2627
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 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.11.0"}
{".":"0.11.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.11.1](https://github.com/atty303/pob-web/compare/v0.11.0...v0.11.1) (2024-05-26)


### Bug Fixes

* **driver:** import to new build ([4784638](https://github.com/atty303/pob-web/commit/4784638a8398b5cf70246cef95612e7d8048a0dd))
* **driver:** text color and measure cursor index ([93bfd1d](https://github.com/atty303/pob-web/commit/93bfd1d1b3f95028353aa5aad4c4824b3f73c012)), closes [#67](https://github.com/atty303/pob-web/issues/67)

## [0.11.0](https://github.com/atty303/pob-web/compare/v0.10.0...v0.11.0) (2024-05-26)


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

0 comments on commit 16f2627

Please sign in to comment.