Skip to content

Commit

Permalink
Upgrade bloom-player to 2.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed May 9, 2023
1 parent 4850fe9 commit 3408634
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ yarn-debug.log*
yarn-error.log*

.yarnrc.yml
.yarn/*
.yarn/*

*.orig
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BloomPUB Viewer

> A desktop viewer for bloomPUB books
> A desktop viewer for BloomPUB books
## Building

Expand All @@ -16,5 +16,5 @@ yarn dev

1. Change the version in `package.json`
1. Commit, push. A github action will build an installer Windows and create an unpublished "Release" on github.
1. Go to https://github.com/BloomBooks/bloompub-viewer/releases/ , edit that draft, and publish it.
1. Go to https://github.com/BloomBooks/bloompub-viewer/releases/, edit that draft, and publish it.
1. Users will be notified of the new version via toast on the next run.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bloompub-viewer",
"version": "1.0.0",
"version": "1.0.1",
"author": "Bloom Devs",
"description": "Viewer for Bloom Digital books",
"license": "MIT",
Expand Down Expand Up @@ -175,5 +175,9 @@
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
},
"packageManager": "[email protected]"
}
"packageManager": "[email protected]",
"volta": {
"node": "16.13.0",
"yarn": "1.22.19"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2658,9 +2658,9 @@ bl@^4.0.3:
readable-stream "^3.4.0"

bloom-player@^2.1.25:
version "2.1.25"
resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-2.1.25.tgz#22ff25de60ea09778491e9c1b8c6847ab2e541a5"
integrity sha512-ahikJVhsAHFaucyyE7hyCDLCI0ROGB7zub/PD56UgvkboqVhix4ByDekucY+rwXCZ9FxcLKXZz0VqGXJt3TeEw==
version "2.1.28"
resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-2.1.28.tgz#771cc3bcadbf61be23f52bea6e561a1a93ac736a"
integrity sha512-+vieDDhHU13KodWROYGJ5it0DY/pVJV+hQMVVmjVQirdScqypL8mZDi9i7Ww9tKGVB8N67D+taRFmQQKFBFLsA==

bluebird-lst@^1.0.9:
version "1.0.9"
Expand Down

0 comments on commit 3408634

Please sign in to comment.