Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.1
18
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased](https://github.com/shift72/core-template/compare/1.9.25...HEAD)
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.26...HEAD)

## [1.9.26](https://github.com/shift72/core-template/compare/1.9.25...1.9.26)

### Added

Expand All @@ -23,6 +25,10 @@
Introduces CSS variables for this to make customizing these styles easier.
- Poster images have an aspect-ratio applied before they load. `.meta-item`
uses flex-column sizing to give the posters some size before the images load
- Switched to babel
- Update autoprefixer, postcss to fix out of date browserslist.
- Update nvmrc to 18
- Bump to kibble builder 0.17.8

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions kibble.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-template",
"version": "1.9.25",
"version": "1.9.26",
"siteUrl": "https://staging-store-kibble.shift72.com",
"builderVersion": "0.17.6",
"defaultLanguage": "en",
Expand Down Expand Up @@ -195,5 +195,5 @@
"pageSize": 0
}
],
"coreTemplateVersion": "1.9.25"
"coreTemplateVersion": "1.9.26"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shift72/core-template",
"version": "1.9.25",
"version": "1.9.26",
"description": "Shift72 core template",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"postcss-cli": "^11.0.1",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^6.1.0",
"s72-kibble": "^0.17.6",
"s72-kibble": "^0.17.8",
"sass": "^1.36.0"
},
"devDependencies": {
Expand Down