Skip to content

Commit

Permalink
chore(release): v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeAttwood committed Sep 9, 2021
1 parent 8a1c3f1 commit 11d35b2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"defects":{"practically\\chartjs\\tests\\ChartTest::testRegisterJsHasLabelsAndValues":3},"times":{"practically\\chartjs\\tests\\ChartTest::testChartDomOptions":0.014,"practically\\chartjs\\tests\\ChartTest::testRegisterJsHasLabelsAndValues":0.001,"practically\\chartjs\\tests\\ChartTest::testChangingTheJsVar":0.001,"practically\\chartjs\\tests\\ChartTest::testScatterChart":0.001,"practically\\chartjs\\tests\\DatasetTest::testGettingDataLabels":0.001,"practically\\chartjs\\tests\\DatasetTest::testGettingDataCount":0,"practically\\chartjs\\tests\\DatasetTest::testDataSetAttributes":0,"practically\\chartjs\\tests\\DatasetTest::testColorCount":0.001,"practically\\chartjs\\tests\\DatasetTest::testColorsAsStrings":0,"practically\\chartjs\\tests\\DatasetTest::testDatasetFill":0,"practically\\chartjs\\tests\\DatasetTest::testAddingLabelsToDatasets":0,"practically\\chartjs\\tests\\DatasetTest::testClientOptions":0}}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [v1.1.0](https://github.com/Practically/yii2-chartjs/compare/v1.0.2...v1.1.0) (2021-09-09)


### Bug Fixes

* psalm issues ([303bfd0](https://github.com/Practically/yii2-chartjs/commit/303bfd08f7a38a86d9e5eb91dd4a344f78b68598)), closes [#17](https://github.com/Practically/yii2-chartjs/issues/17)


### Features

* **core:** ensure php8 support ([d1f9fc7](https://github.com/Practically/yii2-chartjs/commit/d1f9fc748225ed7ef9ca2ad3f46af616211264f9))



## [v1.0.2](https://github.com/Practically/yii2-chartjs/compare/v1.0.1...v1.0.2) (2020-03-23)


Expand Down
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"description": "Chart js wrapper for yii2 to help with rendering data charts",
"type": "library",
"repositories": [
{"type": "composer", "url": "https://asset-packagist.org"}
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"authors": [
{
Expand Down Expand Up @@ -45,5 +48,6 @@
"@test",
"phpcs --standard=psr2 --warning-severity=10 src tests"
]
}
}
},
"version": "1.1.0"
}

0 comments on commit 11d35b2

Please sign in to comment.