Skip to content

Commit

Permalink
chore(release): publish v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 17, 2021
1 parent fb250f7 commit 2148ea5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.1](https://github.com/BenShelton/library-api/compare/v0.10.0...v0.10.1) (2021-07-17)


### Bug Fixes

* **media:** enable roundedCorners again as it prevents the app from closing ([fb250f7](https://github.com/BenShelton/library-api/commit/fb250f7599309c412e0c33abb1eaac261b7c6c5f)), closes [#59](https://github.com/BenShelton/library-api/issues/59)





# [0.10.0](https://github.com/BenShelton/library-api/compare/v0.9.1...v0.10.0) (2021-06-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.0",
"version": "0.10.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
11 changes: 11 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.1](https://github.com/BenShelton/library-api/compare/v0.10.0...v0.10.1) (2021-07-17)


### Bug Fixes

* **media:** enable roundedCorners again as it prevents the app from closing ([fb250f7](https://github.com/BenShelton/library-api/commit/fb250f7599309c412e0c33abb1eaac261b7c6c5f)), closes [#59](https://github.com/BenShelton/library-api/issues/59)





# [0.10.0](https://github.com/BenShelton/library-api/compare/v0.9.1...v0.10.0) (2021-06-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@library-api/media",
"private": true,
"version": "0.10.0",
"version": "0.10.1",
"description": "A cross-platform application that simplifies showing media for meetings of Jehovah's Witnesses.",
"main": "app/main/dist/index.cjs",
"repository": {
Expand Down

0 comments on commit 2148ea5

Please sign in to comment.