Skip to content

Commit

Permalink
updating for release
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Feb 21, 2023
1 parent a662bfc commit 8b40a42
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion eightshift-boilerplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 8b40a42

Please sign in to comment.