Skip to content

Commit

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

## [0.9.1](https://github.com/BenShelton/library-api/compare/v0.9.0...v0.9.1) (2021-06-20)


### Bug Fixes

* **media:** show error dialog when media fails to load rather than infinite loader ([8331046](https://github.com/BenShelton/library-api/commit/83310469028724ee6ffbfadd1956b27d50b2fbf3))
* **media:** use placeholder image when videos do not have image details ([c6ed45e](https://github.com/BenShelton/library-api/commit/c6ed45ef4f358c240cb88d6431805178717efd0e)), closes [#53](https://github.com/BenShelton/library-api/issues/53)





# [0.9.0](https://github.com/BenShelton/library-api/compare/v0.8.0...v0.9.0) (2021-06-10)


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.9.0",
"version": "0.9.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
12 changes: 12 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.1](https://github.com/BenShelton/library-api/compare/v0.9.0...v0.9.1) (2021-06-20)


### Bug Fixes

* **media:** show error dialog when media fails to load rather than infinite loader ([8331046](https://github.com/BenShelton/library-api/commit/83310469028724ee6ffbfadd1956b27d50b2fbf3))
* **media:** use placeholder image when videos do not have image details ([c6ed45e](https://github.com/BenShelton/library-api/commit/c6ed45ef4f358c240cb88d6431805178717efd0e)), closes [#53](https://github.com/BenShelton/library-api/issues/53)





# [0.9.0](https://github.com/BenShelton/library-api/compare/v0.8.0...v0.9.0) (2021-06-10)


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.9.0",
"version": "0.9.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 4a61125

Please sign in to comment.