From 7480a90ef7191843f0183cfa64f3a689b51fdf01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Tue, 19 Apr 2022 23:35:39 +0200 Subject: [PATCH] preparation for new release --- CHANGELOG.md | 2 +- composer.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbdac5..5f9b320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/composer.json b/composer.json index 06dc7ac..588b7fd 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/package.json b/package.json index 5a33e16..ea6d082 100644 --- a/package.json +++ b/package.json @@ -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": {