@thegetty/quire-cli 1.0.0-rc.10 → 1.0.0-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -18,6 +18,15 @@ Changelog entries are classified using the following labels:
18
18
 
19
19
  - `Removed`: for deprecated features removed in this release
20
20
 
21
+ ## [1.0.0-rc.11]
22
+
23
+ ### Bumped
24
+ - `epubjs-cli` to version 0.1.6
25
+ - `pagedjs-cli` to version 0.4.3
26
+
27
+ ### Fixed
28
+ - EPUB validation error where pages that include SVGs must include SVG as property under `readingOrder`
29
+
21
30
  ## [1.0.0-rc.10]
22
31
 
23
32
  ### Added
@@ -38,4 +47,4 @@ Changelog entries are classified using the following labels:
38
47
  ## [1.0.0-rc.7]
39
48
 
40
49
  ### Added
41
- - Added `new` command `--quire-path` option to support development with local version of `quire-11ty`
50
+ - Added `new` command `--quire-path` option to support development with local version of `quire-11ty`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thegetty/quire-cli",
3
3
  "description": "Quire command-line interface",
4
- "version": "1.0.0-rc.10",
4
+ "version": "1.0.0-rc.11",
5
5
  "author": "Getty Digital",
6
6
  "license": "SEE LICENSE IN https://github.com/thegetty/quire/blob/main/LICENSE",
7
7
  "bugs": {
@@ -51,7 +51,7 @@
51
51
  "conf": "^11.0.1",
52
52
  "cross-env": "^7.0.3",
53
53
  "del": "^7.0.0",
54
- "epubjs-cli": "^0.1.3",
54
+ "epubjs-cli": "^0.1.6",
55
55
  "execa": "^6.1.0",
56
56
  "fs-extra": "^11.1.0",
57
57
  "hosted-git-info": "^6.1.1",
@@ -61,7 +61,7 @@
61
61
  "loglevel": "^1.8.1",
62
62
  "open": "^8.4.0",
63
63
  "ora": "^6.1.2",
64
- "pagedjs-cli": "^0.3.3",
64
+ "pagedjs-cli": "^0.4.3",
65
65
  "semver": "^7.3.8",
66
66
  "simple-git": "^3.16.0",
67
67
  "update-notifier": "^6.0.2"