Skip to content
Prev Previous commit
Next Next commit
Changed version
  • Loading branch information
BasicPrimitives committed Sep 17, 2024
commit 8c17a1d258f42e3efb8981f92629c76e97ef2a17
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ Do you want to use a Basic Primitives diagram for a personal website, a school s
## Performance
Through a full API, you can add, remove and modify individual items and their properties. The component will only update the visual elements affected by the API changes. We put in much effort to make it happen!

Copyright (c) 2013 - 2023 Basic Primitives Inc
Copyright (c) 2013 - 2024 Basic Primitives Inc
* [Non-commercial - Free](http://creativecommons.org/licenses/by-nc/3.0/)
* [Commercial and government licenses](license.pdf)
2 changes: 1 addition & 1 deletion docs/FirstFamilyChart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# First Family Chart for Angular 13
# First Family Chart for Angular 18

Basic Primitives Diagrams for Angular - data visualization component library that implements organizational chart and multi-parent dependency tree diagrams. It renders diagrams content using Angular Templates without direct DOM manipulations, so it is compliant with all Angular features

Expand Down
2 changes: 1 addition & 1 deletion docs/FirstOrganizationalChart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# First Organizational Chart for Angular 13
# First Organizational Chart for Angular 18

Basic Primitives Diagrams for Angular - data visualization component library that implements organizational chart and multi-parent dependency tree diagrams. It renders diagrams content using Angular Templates without direct DOM manipulations, so it is compliant with all Angular features

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-basic-primitives/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ Do you want to use a Basic Primitives diagram for a personal website, a school s
## Performance
Through a full API, you can add, remove and modify individual items and their properties. The component will only update the visual elements affected by the API changes. We put in much effort to make it happen!

Copyright (c) 2013 - 2022 Basic Primitives Inc
Copyright (c) 2013 - 2024 Basic Primitives Inc
* [Non-commercial - Free](http://creativecommons.org/licenses/by-nc/3.0/)
* [Commercial and government licenses](license.pdf)
2 changes: 1 addition & 1 deletion projects/ngx-basic-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-basic-primitives",
"version": "6.5.1",
"version": "6.5.3",
"peerDependencies": {
"@angular/common": "~18.2.4",
"@angular/core": "~18.2.4",
Expand Down