@shift72/core-template 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/0.5.0...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/0.5.1...HEAD)
4
4
 
5
+ ## [0.5.1](https://github.com/shift72/core-template/compare/0.5.0...0.5.1)
6
+
7
+ ### Changed
8
+ - Upgrade to kibble `0.16.7`.
9
+
10
+ ### Fixed
11
+ - Sentence casing for `en_AU` translation about passes.
5
12
 
6
13
  ## [0.5.0](https://github.com/shift72/core-template/compare/0.4.4...0.5.0)
7
14
  ### Changed
@@ -21,7 +28,6 @@
21
28
  - Can now override the cookie consent styling.
22
29
  - Can now send analytics data to both GA4 and UA Legacy google analytics (GA4 previously not supported)
23
30
 
24
-
25
31
  ## [0.4.4](https://github.com/shift72/core-template/compare/0.4.3...0.4.4)
26
32
  ### Fixed
27
33
  - Fixed obsolete `$primary` var for trailer button.
package/kibble.json CHANGED
@@ -185,5 +185,5 @@
185
185
  "pageSize": 0
186
186
  }
187
187
  ],
188
- "coreTemplateVersion": "0.5.0"
188
+ "coreTemplateVersion": "0.5.1"
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -53,7 +53,7 @@
53
53
  "postcss-cli": "^9.0.1",
54
54
  "rollup": "^2.23.0",
55
55
  "rollup-plugin-terser": "^6.1.0",
56
- "s72-kibble": "^0.16.6",
56
+ "s72-kibble": "^0.16.7",
57
57
  "sass": "^1.36.0"
58
58
  },
59
59
  "devDependencies": {
@@ -1228,7 +1228,7 @@
1228
1228
  "other": "OR"
1229
1229
  },
1230
1230
  "page_plan_explore_link": {
1231
- "other": "Explore other passes"
1231
+ "other": "Explore other Passes"
1232
1232
  },
1233
1233
  "plan_showcase_page_ownership_button_buy": {
1234
1234
  "other": "Buy now"
@@ -1251,4 +1251,4 @@
1251
1251
  "meta_description_collapse": {
1252
1252
  "other": "Show less"
1253
1253
  }
1254
- }
1254
+ }