Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Release-1-4-2024 #331

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/carbon-graphs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.24.1 - (April 1, 2024)

* Fixed
* Fixed inconsistent ticks rotation when allowCalibration for x-axis is true.

Expand Down
2 changes: 1 addition & 1 deletion packages/carbon-graphs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cerner/carbon-graphs",
"main": "lib/Graphs.js",
"version": "2.24.0",
"version": "2.24.1",
"description": "A graphing library built using d3 based on Cerner design standards",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-graphs-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.8.0 - (April 1, 2024)

* Added
* Added examples for the Xaxis calibration enabled with rotated ticks.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-graphs-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-graphs-docs",
"version": "1.7.0",
"version": "1.8.0",
"description": "A react based dev-site that has documentation and example graphs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/cerner/terra-graphs#readme",
"dependencies": {
"@cerner/carbon-graphs": "^2.24.0",
"@cerner/carbon-graphs": "^2.24.1",
"classnames": "^2.2.5",
"d3-selection": "1",
"details-polyfill": "^1.2.0",
Expand Down
Loading