Skip to content

Commit 5f772f0

Browse files
committed
Release 10.0.1
1 parent 7f87f64 commit 5f772f0

File tree

72 files changed

+160
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+160
-121
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This is disabled for existing workspaces to maintain compatibility
44
# For more info, see: https://nx.dev/concepts/inferred-tasks
55
NX_ADD_PLUGINS=false
6-
PUBLIC_PACKAGE_VERSION=10.0.1-beta.20240709
6+
PUBLIC_PACKAGE_VERSION=10.0.1

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ plugins/ag-charts-generate-chart-thumbnail/dist/
1010
plugins/ag-charts-generate-code-reference-files/dist/
1111
plugins/ag-charts-generate-example-files/dist/
1212
plugins/ag-charts-task-autogen/dist/
13-
dist/
1413
tmp
1514

1615
# dependencies

dist/packages/ag-charts-angular.tgz

-2 Bytes
Binary file not shown.

dist/packages/ag-charts-community.tgz

341 Bytes
Binary file not shown.
126 Bytes
Binary file not shown.

dist/packages/ag-charts-locale.tgz

-1 Bytes
Binary file not shown.

dist/packages/ag-charts-react.tgz

-3 Bytes
Binary file not shown.

dist/packages/ag-charts-types.tgz

-2 Bytes
Binary file not shown.

dist/packages/ag-charts-vue3.tgz

-129 Bytes
Binary file not shown.

dist/packages/contents/ag-charts-angular/package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-angular",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ag-grid/ag-charts.git"
@@ -20,11 +20,11 @@
2020
"peerDependencies": {
2121
"@angular/common": ">= 16.0.0",
2222
"@angular/core": ">= 16.0.0",
23-
"ag-charts-community": "10.0.0"
23+
"ag-charts-community": "10.0.1"
2424
},
2525
"dependencies": {
2626
"tslib": "^2.3.0",
27-
"ag-charts-community": "10.0.0"
27+
"ag-charts-community": "10.0.1"
2828
},
2929
"module": "fesm2022/ag-charts-angular.mjs",
3030
"typings": "index.d.ts",

0 commit comments

Comments
 (0)