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

Commit

Permalink
Publish 01/03/2023 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs authored Jan 3, 2023
1 parent 62e90a5 commit b0e9136
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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.23.0 - (January 3, 2023)

* Added
* Added logic to increase legend icon size when an icon is used in the legend without a line.

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.22.0",
"version": "2.23.0",
"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.4.0 - (January 3, 2023)

* Changed
* Updated css for examples to increase size of a legend icon without a line.

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.3.0",
"version": "1.4.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.22.0",
"@cerner/carbon-graphs": "^2.23.0",
"classnames": "^2.2.5",
"details-polyfill": "^1.2.0",
"prop-types": "^15.5.8",
Expand Down

0 comments on commit b0e9136

Please sign in to comment.