Skip to content

Commit

Permalink
preparation for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Apr 19, 2022
1 parent 03736d6 commit 7480a90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

## [7.0.0] - 2022-04-19
- Major braking changes do to updates on css variables, and helpers and updating min PHP version to 7.4.
- Full change log can be checked on Github [releases](https://github.com/infinum/eightshift-boilerplate/releases/tag/7.0.0).
- Full change log can be checked on Github [releases](https://github.com/infinum/eightshift-frontend-libs/releases/tag/6.0.0).

## [6.0.0] - 2021-08-16
- Major braking changes do to updates on css variables, and helpers.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
},
"require": {
"php": "^7.4 || <8.0",
"infinum/eightshift-libs": "dev-develop",
"infinum/eightshift-libs": "^5.0.0",
"typisttech/imposter-plugin": "^0.6.2"
},
"repositories": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"webpack-cli": "^4.3.1"
},
"dependencies": {
"@eightshift/frontend-libs": "git+https://github.com/infinum/eightshift-frontend-libs.git"
"@eightshift/frontend-libs": "^6.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 7480a90

Please sign in to comment.