Skip to content

Commit

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

# [0.6.0](https://github.com/BenShelton/library-api/compare/v0.5.0...v0.6.0) (2021-05-30)


### Bug Fixes

* **media:** adjust link area to match button size ([08fb9f5](https://github.com/BenShelton/library-api/commit/08fb9f5fd8039c5c02eff648d57e4b367c5952f5))
* **media:** load the correct week when opened on a sunday ([0561317](https://github.com/BenShelton/library-api/commit/0561317cd0700f489e2c512e032fbcf2a5527fd2)), closes [#31](https://github.com/BenShelton/library-api/issues/31)


### Features

* **media:** add auto-updating functionality ([aa92539](https://github.com/BenShelton/library-api/commit/aa92539f1491d5e928dbc1ae9be50f2508f0ce1f)), closes [#19](https://github.com/BenShelton/library-api/issues/19)
* **media:** add picker page to show any image or video from the computer ([c8b079f](https://github.com/BenShelton/library-api/commit/c8b079fca802ace406cc59a6dc4394431b1efdbe)), closes [#10](https://github.com/BenShelton/library-api/issues/10)





# [0.5.0](https://github.com/BenShelton/library-api/compare/v0.4.0...v0.5.0) (2021-05-21)


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

# [0.6.0](https://github.com/BenShelton/library-api/compare/v0.5.0...v0.6.0) (2021-05-30)

**Note:** Version bump only for package @library-api/core





# [0.5.0](https://github.com/BenShelton/library-api/compare/v0.4.0...v0.5.0) (2021-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@library-api/core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Core tools for use with @library-api packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/BenShelton/library-api/compare/v0.5.0...v0.6.0) (2021-05-30)

**Note:** Version bump only for package @library-api/express





# [0.5.0](https://github.com/BenShelton/library-api/compare/v0.4.0...v0.5.0) (2021-05-21)

**Note:** Version bump only for package @library-api/express
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@library-api/express",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"description": "An Express API for easily accessing information related to meetings and publications of Jehovah's Witnesses.",
"main": "dist/server.js",
"types": "dist/server.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@library-api/core": "^0.5.0",
"@library-api/core": "^0.6.0",
"express": "^4.17.1"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/BenShelton/library-api/compare/v0.5.0...v0.6.0) (2021-05-30)


### Bug Fixes

* **media:** adjust link area to match button size ([08fb9f5](https://github.com/BenShelton/library-api/commit/08fb9f5fd8039c5c02eff648d57e4b367c5952f5))
* **media:** load the correct week when opened on a sunday ([0561317](https://github.com/BenShelton/library-api/commit/0561317cd0700f489e2c512e032fbcf2a5527fd2)), closes [#31](https://github.com/BenShelton/library-api/issues/31)


### Features

* **media:** add auto-updating functionality ([aa92539](https://github.com/BenShelton/library-api/commit/aa92539f1491d5e928dbc1ae9be50f2508f0ce1f)), closes [#19](https://github.com/BenShelton/library-api/issues/19)
* **media:** add picker page to show any image or video from the computer ([c8b079f](https://github.com/BenShelton/library-api/commit/c8b079fca802ace406cc59a6dc4394431b1efdbe)), closes [#10](https://github.com/BenShelton/library-api/issues/10)





# [0.5.0](https://github.com/BenShelton/library-api/compare/v0.4.0...v0.5.0) (2021-05-21)


Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"description": "A cross-platform application that simplifies showing media for meetings of Jehovah's Witnesses.",
"main": "app/main/dist/index.cjs",
"repository": {
Expand All @@ -28,7 +28,7 @@
"tsc:renderer": "vue-tsc --noEmit -p app/renderer/tsconfig.json"
},
"dependencies": {
"@library-api/core": "^0.5.0",
"@library-api/core": "^0.6.0",
"electron-aspect-ratio-browser-window": "^1.0.2",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.9",
Expand Down

0 comments on commit 4a4db7b

Please sign in to comment.