@shift72/core-template 0.3.0 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,43 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/0.3.0-beta.4...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/0.3.4...HEAD)
4
+
5
+ ## [0.3.4](https://github.com/shift72/core-template/compare/0.3.3...0.3.4)
6
+
7
+ ### Changed
8
+ - Swapped Letterboxd social share icon for a different one.
9
+
10
+ ## [0.3.3](https://github.com/shift72/core-template/compare/0.3.2...0.3.3)
11
+
12
+ ### Added
13
+ - Added Catalan (`ca_ES`) translations file.
14
+
15
+ ## [0.3.2](https://github.com/shift72/core-template/compare/0.3.1...0.3.2)
16
+
17
+ ### Fixed
18
+ - Nav vertical line margins now on both sides.
19
+ - Modal trailer margins.
20
+
21
+ ### Fixed
22
+ - html tags were not being escaped in some places
23
+
24
+ ### Changed
25
+ - Moved year from film/tv titles into tagline.
26
+ - Redesigned meta item tagline jet for easier development.
27
+
28
+ ### Fixed
29
+ - Homepage has correct top-padding when carousel is empty.
30
+
31
+ ## [0.3.1](https://github.com/shift72/core-template/compare/0.3.0-beta.4...0.3.1)
32
+
33
+ ### Added
34
+ - Added Letterboxd social button.
35
+
36
+ ### Changed
37
+ - Targeting Kibble 0.15.19.
38
+
39
+ ### Fixed
40
+ - Signout button text colour now matches body text colour.
4
41
 
5
42
  ## [0.3.0-beta.4](https://github.com/shift72/core-template/compare/0.3.0-beta.3...0.3.0-beta.4)
6
43
 
package/kibble.json CHANGED
@@ -2,10 +2,11 @@
2
2
  "name": "core-template",
3
3
  "version": "0.0.1",
4
4
  "siteUrl": "https://abccinemas.screenplus.co",
5
- "builderVersion": "0.15.18",
5
+ "builderVersion": "0.15.19",
6
6
  "defaultLanguage": "en",
7
7
  "languages": {
8
8
  "ar": { "code": "ar_LB", "name": "عربى" },
9
+ "ca": { "code": "ca_ES", "name": "Català" },
9
10
  "da": { "code": "da_DK", "name": "Dansk" },
10
11
  "de": { "code": "de_DE", "name": "Deutsch" },
11
12
  "ee": { "code": "ee_EE", "name": "Eestlane" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "0.3.0",
3
+ "version": "0.3.4",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -44,7 +44,7 @@
44
44
  "postcss-cli": "^7.1.1",
45
45
  "rollup": "^2.23.0",
46
46
  "rollup-plugin-terser": "^6.1.0",
47
- "s72-kibble": "^0.15.18",
47
+ "s72-kibble": "^0.15.19",
48
48
  "sass": "^1.36.0",
49
49
  "watch": "^1.0.2"
50
50
  },