Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Jun 17, 2023
1 parent 3cf2551 commit 53e358c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-simple-charts",
"version": "16.0.0",
"version": "16.1.0-beta1",
"license": "Apache License Version 2.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-simple-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a small chart library for Angular based on D3js. It currently supports single line and multi line charts with a legend. Bar and Donut charts are now supported too. The token service and token interceptor are now included in a configurable manner. The Bar charts, line charts, donut charts and the services are in separate entry points to enable the Angular Compiler to put only the required code in the modules that use the features. Its purpose is to enable fast updates to new Angular versions. To enable the fast updates and due to limited time the library will continue have a small feature set.

## Minimum Supported Angular Version
Angular 15
Angular 16

## Articles
* [Developing and Using Angular Libraries](https://angular2guy.wordpress.com/2021/07/31/developing-and-using-angular-libraries/)
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-simple-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-simple-charts",
"version": "16.0.0",
"version": "16.1.0-beta1",
"license": "Apache License Version 2.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
Expand Down

0 comments on commit 53e358c

Please sign in to comment.