Skip to content

Commit

Permalink
updating change log
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Aug 16, 2021
1 parent febb21f commit f63bb1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [6.0.0] - 2021-08-16
- Major braking changes do to updates on css variables, and helpers.

## [5.0.1] - 2021-01-15

### Removed
Expand Down Expand Up @@ -263,6 +266,7 @@ Initial tagged release.

[Unreleased]: https://github.com/infinum/eightshift-boilerplate/compare/master...HEAD

[6.0.0]: https://github.com/infinum/eightshift-boilerplate/compare/5.0.1...v6.0.0
[5.0.1]: https://github.com/infinum/eightshift-boilerplate/compare/5.0.0...v5.0.1
[5.0.0]: https://github.com/infinum/eightshift-boilerplate/compare/4.3.0...v5.0.0
[4.3.0]: https://github.com/infinum/eightshift-boilerplate/compare/4.2.2...v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
},
"require": {
"php": "^7.2 || <8.0",
"infinum/eightshift-libs": "^3.0.0",
"infinum/eightshift-libs": "^4.0.0",
"typisttech/imposter-plugin": "^0.6.2"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@eightshift/eightshift-boilerplate",
"version": "5.0.1",
"version": "6.0.0",
"description": "This repository contains all the tools you need to start building a modern WordPress project.",
"authors": [
{
Expand Down Expand Up @@ -37,7 +37,7 @@
"webpack-cli": "^4.3.1"
},
"dependencies": {
"@eightshift/frontend-libs": "^4.0.0"
"@eightshift/frontend-libs": "^5.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit f63bb1f

Please sign in to comment.