Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v2.2.0'
Browse files Browse the repository at this point in the history
* release/v2.2.0:
  Bump version
  Upgrade composer dependenices
  • Loading branch information
Omranic committed Aug 2, 2019
2 parents 5972246 + 9e801f0 commit 55bce98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](CONTRIBUTING.md).


## [v2.2.0] - 2019-08-03
- Upgrade composer dependencies

## [v2.1.3] - 2019-06-03
- Enforce latest composer package versions

Expand Down Expand Up @@ -35,6 +38,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
## v0.0.1 - 2018-09-22
- Tag first release

[v2.2.0]: https://github.com/rinvex/cortex-statistics/compare/v2.1.2...v2.2.0
[v2.1.2]: https://github.com/rinvex/cortex-statistics/compare/v2.1.1...v2.1.2
[v2.1.1]: https://github.com/rinvex/cortex-statistics/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/rinvex/cortex-statistics/compare/v2.0.0...v2.1.0
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -51,26 +51,26 @@
"Illuminate/http": "~5.8.0",
"Illuminate/routing": "~5.8.0",
"Illuminate/support": "~5.8.0",
"cortex/foundation": "^2.1.0",
"cortex/foundation": "^2.2.0",
"davejamesmiller/laravel-breadcrumbs": "^5.2.0",
"laravelcollective/html": "~5.8.0",
"league/fractal": "^0.17.0",
"league/fractal": "^0.18.0",
"proengsoft/laravel-jsvalidation": "^2.4.0",
"rinvex/laravel-composer": "^2.1.0",
"rinvex/laravel-statistics": "^2.1.0",
"rinvex/laravel-menus": "^2.1.0",
"rinvex/laravel-support": "^2.1.0",
"rinvex/laravel-tenants": "^2.1.0",
"silber/bouncer": "v1.0.0-rc.5",
"spatie/laravel-activitylog": "^3.6.0",
"spatie/laravel-activitylog": "^3.7.0",
"yajra/laravel-datatables-buttons": "^4.6.0",
"yajra/laravel-datatables-fractal": "^1.4.0",
"yajra/laravel-datatables-html": "^4.4.0",
"yajra/laravel-datatables-oracle": "^9.3.0"
"yajra/laravel-datatables-fractal": "^1.5.0",
"yajra/laravel-datatables-html": "^4.5.0",
"yajra/laravel-datatables-oracle": "^9.4.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.26.0",
"phpunit/phpunit": "^8.1.0"
"phpunit/phpunit": "^8.3.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 55bce98

Please sign in to comment.