Skip to content

Commit

Permalink
updating release
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Mar 5, 2020
1 parent ac7774b commit 9550c2f
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 87 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

*No documentation available about unreleased changes as of yet.*

## [4.1.0] - 2020-03-04
## [4.1.0] - 2020-03-05

### Changed
- Eightshift-frontend-libs update.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eightshift/eightshift-boilerplate",
"version": "4.0.7",
"version": "4.1.0",
"description": "This repository contains all the tools you need to start building a modern WordPress project.",
"keywords": [
"composer",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"require": {
"php": ">=7.1",
"infinum/eightshift-libs": "^2.1.0"
"infinum/eightshift-libs": "^2.1.1"
},
"autoload": {
"classmap": [
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

153 changes: 77 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightshift/eightshift-boilerplate",
"version": "4.0.7",
"version": "4.1.0",
"description": "This repository contains all the tools you need to start building a modern WordPress project.",
"authors": [
{
Expand Down Expand Up @@ -36,7 +36,7 @@
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@eightshift/frontend-libs": "^3.1.0"
"@eightshift/frontend-libs": "^3.1.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9550c2f

Please sign in to comment.