Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Mar 4, 2020
1 parent c3570e4 commit 57f1d96
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 18 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

## [Unreleased]

* Added build_di_container() method to class Main
* Added class-components.php helper class for easier component rendering
* Added ability to wrap components with parent class on render
## [2.1.0] - 2020-03-04

### Added
* build_di_container() method to class Main.
* class-components.php helper class for easier component rendering
* ability to wrap components with parent class on render
* class-main.php - Added build_di_container() method.
* class-blocks.php - Added custom filter `block-attributes-override` to be able to override attributes depending on the post type.
* class-invalid-block.php - Fixed error msg.

### Moved
* class-shortcode.php - moved from general namespace to helpers.

### Changed
* class-base-post-columns.php was renamed to class-base-post-type-columns.php.

### Fixed
* class-invalid-block.php - Fixed error msg.

## [2.0.7] - 2020-01-29

### Added
Expand Down Expand Up @@ -144,6 +153,7 @@ Init setup

[Unreleased]: https://github.com/infinum/eightshift-libs/compare/master...HEAD

[2.1.0]: https://github.com/infinum/eightshift-libs/compare/2.0.7...v2.1.0
[2.0.7]: https://github.com/infinum/eightshift-libs/compare/2.0.6...v2.0.7
[2.0.6]: https://github.com/infinum/eightshift-libs/compare/2.0.5...v2.0.6
[2.0.5]: https://github.com/infinum/eightshift-libs/compare/2.0.4...v2.0.5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "infinum/eightshift-libs",
"version": "2.0.7",
"version": "2.1.0",
"description": "WordPress libs developed by Eightshift team to use in modern WordPress.",
"keywords": [
"composer",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

20 changes: 10 additions & 10 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": "@infinum/eightshift-libs",
"version": "2.0.7",
"version": "2.1.0",
"description": "WordPress libs developed by Eightshift team to use in modern WordPress.",
"author": {
"name": "Eightshift team",
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://eightshift.com/",
"license": "MIT",
"dependencies": {
"husky": "^4.2.1"
"husky": "^4.2.3"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 57f1d96

Please sign in to comment.