From 8b40a42ea127a7c3f8bf222d96b27f1329910828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Tue, 21 Feb 2023 10:28:23 +0100 Subject: [PATCH] updating for release --- CHANGELOG.md | 14 +++++++++++--- composer.json | 6 +++--- eightshift-boilerplate.php | 2 +- package.json | 10 +++++----- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af6249..650d462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,19 @@ 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/). +## [4.0.0] - 2023-02-21 + +- Updating packages. +- Full change log can be checked on Github [frontend-libs release](https://github.com/infinum/eightshift-frontend-libs/releases/tag/8.0.0) and [libs release](https://github.com/infinum/eightshift-libs/releases/tag/6.4.0). + ## [3.0.0] - 2022-07-11 -- Updating packages + +- Updating packages- - Full change log can be checked on Github [frontend-libs release](https://github.com/infinum/eightshift-frontend-libs/releases/tag/7.0.0) and [libs release](https://github.com/infinum/eightshift-libs/releases/tag/6.0.0). ## [2.0.0] - 2021-08-16 + - Major braking changes do to updates on css variables, and helpers. ## [1.3.0] - 2020-05-25 @@ -74,8 +81,9 @@ Initial tagged release. [Unreleased]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/master...HEAD -[3.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v2.0.0...v3.0.0 -[2.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.3.0...v2.0.0 +[4.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/3.0.0...4.0.0 +[3.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/2.0.0...3.0.0 +[2.0.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.3.0...2.0.0 [1.3.0]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/infinum/eightshift-boilerplate-plugin/compare/v1.2.0...v1.2.1 diff --git a/composer.json b/composer.json index 932bc47..4aae7fb 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,12 @@ "require-dev": { "infinum/eightshift-coding-standards": "^1.6", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", - "szepeviktor/phpstan-wordpress": "^1.0.3", - "php-stubs/wordpress-stubs": "^5.9" + "szepeviktor/phpstan-wordpress": "^1.1.7", + "php-stubs/wordpress-stubs": "^6.1.1" }, "require": { "php": "^7.4 || <8.0", - "infinum/eightshift-libs": "^6.0.0", + "infinum/eightshift-libs": "^6.4.0", "typisttech/imposter-plugin": "^0.6.2" }, "autoload": { diff --git a/eightshift-boilerplate.php b/eightshift-boilerplate.php index 204493e..349d1b0 100644 --- a/eightshift-boilerplate.php +++ b/eightshift-boilerplate.php @@ -6,7 +6,7 @@ * Description: Eightshift Boilerplate Description * Author: Team Eightshift * Author URI: https://eightshift.com/ - * Version: 3.0.0 + * Version: 4.0.0 * Text Domain: eightshift-boilerplate * * @package EightshiftBoilerplate diff --git a/package.json b/package.json index 6e7d457..1b028e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/eightshift-boilerplate-plugin", - "version": "3.0.0", + "version": "4.0.0", "description": "This repository contains all the tools you need to start building a modern WordPress project.", "authors": [ { @@ -30,12 +30,12 @@ "storybook": "start-storybook -s public" }, "devDependencies": { - "husky": "^8.0.1", - "webpack": "^5.73.0", - "webpack-cli": "^4.10.0" + "husky": "^8.0.3", + "webpack": "^5.75.0", + "webpack-cli": "^5.0.1" }, "dependencies": { - "@eightshift/frontend-libs": "^7.0.0" + "@eightshift/frontend-libs": "^8.0.0" }, "husky": { "hooks": {