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
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

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

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

### Changed

- Bump to kibble builder 0.17.8 (re-release for npm build)

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

Expand Down Expand Up @@ -28,7 +34,6 @@
- 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
6 changes: 3 additions & 3 deletions kibble.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "core-template",
"version": "1.9.26",
"version": "1.9.27",
"siteUrl": "https://staging-store-kibble.shift72.com",
"builderVersion": "0.17.6",
"builderVersion": "0.17.8",
"defaultLanguage": "en",
"languages": {
"ar": {
Expand Down Expand Up @@ -195,5 +195,5 @@
"pageSize": 0
}
],
"coreTemplateVersion": "1.9.26"
"coreTemplateVersion": "1.9.27"
}
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shift72/core-template",
"version": "1.9.26",
"version": "1.9.27",
"description": "Shift72 core template",
"license": "MIT",
"scripts": {
Expand Down