diff --git a/docs/changelog.md b/docs/changelog.md index 756acf048..7d00b74b0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,19 @@ # Changelog +## 20.4.0 + +- Bump: d3-array from 2.9.1 to 3.1.1 +- Bump: d3-brush from 2.1.0 to 3.0.0 +- Bump: d3-ease from 2.0.0 to 3.0.1 +- Bump: d3-format from 2.0.0 to 3.1.0 +- Bump: d3-hierarchy from 2.0.0 to 3.1.0 +- Bump: d3-interpolate from 2.0.1 to 3.0.1 +- Bump: d3-scale from 3.2.3 to 4.0.2 +- Bump: d3-selection from 2.0.0 to 3.0.0 +- Bump: d3-shape from 2.0.0 to 3.2.0 +- Bump: d3-transition from 2.0.0 to 3.0.1 +- Bump: moment-timezone from 0.5.28 to 0.5.40 + ## 20.3.1 - Fix: In SSR mode, respect the tick length set and don't cut off the tick label. diff --git a/package-lock.json b/package-lock.json index 732819d72..9e6134791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11423,7 +11423,7 @@ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.40.tgz", "integrity": "sha512-tWfmNkRYmBkPJz5mr9GVDn9vRlVZOTe6yqY92rFxiOdWXbjaR0+9LwQnZGGuNR63X456NqmEkbskte8tWL5ePg==", "dependencies": { - "moment": ">= 2.9.0" + "moment": "^2.29.4" }, "engines": { "node": "*" @@ -24809,7 +24809,7 @@ "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.40.tgz", "integrity": "sha512-tWfmNkRYmBkPJz5mr9GVDn9vRlVZOTe6yqY92rFxiOdWXbjaR0+9LwQnZGGuNR63X456NqmEkbskte8tWL5ePg==", "requires": { - "moment": ">= 2.9.0" + "moment": "^2.29.4" } }, "mousetrap": { diff --git a/projects/swimlane/ngx-charts/package.json b/projects/swimlane/ngx-charts/package.json index 4e62e2071..3498ceda0 100644 --- a/projects/swimlane/ngx-charts/package.json +++ b/projects/swimlane/ngx-charts/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-charts", - "version": "20.3.1", + "version": "20.4.0", "description": "Declarative Charting Framework for Angular", "repository": { "type": "git",