@royaloperahouse/harmonic 1.0.1-e → 1.0.1-f

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 +5 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,12 @@
1
- ## [Proposed]
2
- - Carousel title realignment following font change
1
+ ## [Proposed: 1.0.2]
2
+ - Castfilter: fix NDVA issues
3
3
 
4
4
  ## [Proposed: 1.0.1]
5
5
  - Accessibility fixes to CastFilter component
6
6
 
7
+ ## [0.19.3]
8
+ - Carousel title realignment following font change
9
+
7
10
  ## [1.0.1]
8
11
  - Carousel: fix first click
9
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "1.0.1-e",
3
+ "version": "1.0.1-f",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",