@quintype/framework 6.2.0-rm-logo-size.0 → 6.3.0

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [6.3.0](https://github.com/quintype/quintype-node-framework/compare/v6.2.0...v6.3.0) (2021-11-18)
6
+
7
+ ## [6.2.0](https://github.com/quintype/quintype-node-framework/compare/v5.0.5...v6.2.0) (2021-10-11)
8
+
9
+
10
+ ### Features
11
+
12
+ * support collection of collection of stories data based on index ([#271](https://github.com/quintype/quintype-node-framework/issues/271)) ([6c7afa3](https://github.com/quintype/quintype-node-framework/commit/6c7afa37e02cdddbebf0ed57dca849133dfb0261))
13
+ * support svg in between header and footer when service worker is enabled ([#273](https://github.com/quintype/quintype-node-framework/issues/273)) ([07a61ce](https://github.com/quintype/quintype-node-framework/commit/07a61ce50c4759c1dfb77436d14077dfc6f625f1))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * update backend version ([#274](https://github.com/quintype/quintype-node-framework/issues/274)) ([16efdae](https://github.com/quintype/quintype-node-framework/commit/16efdae8a88f4dd8bcd2358512032108e7f13a14))
19
+
5
20
  ### [6.1.4](https://github.com/quintype/quintype-node-framework/compare/v6.1.2...v6.1.4) (2021-10-04)
6
21
 
7
22
  ### [6.1.3](https://github.com/quintype/quintype-node-framework/compare/v6.1.2...v6.1.3) (2021-10-04)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "6.2.0-rm-logo-size.0",
3
+ "version": "6.3.0",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -27,7 +27,7 @@
27
27
  "homepage": "https://github.com/quintype/quintype-node-framework#readme",
28
28
  "dependencies": {
29
29
  "@ampproject/toolbox-optimizer": "2.8.0",
30
- "@quintype/amp": "^2.4.13-rm-logo-size.0",
30
+ "@quintype/amp": "^2.4.15",
31
31
  "@quintype/backend": "^2.1.0",
32
32
  "@quintype/components": "^2.31.2",
33
33
  "@quintype/prerender-node": "^3.2.24",