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

Commit b0e9136

Browse files
authored
Publish 01/03/2023 (#300)
1 parent 62e90a5 commit b0e9136

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/carbon-graphs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.23.0 - (January 3, 2023)
6+
57
* Added
68
* Added logic to increase legend icon size when an icon is used in the legend without a line.
79

packages/carbon-graphs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cerner/carbon-graphs",
33
"main": "lib/Graphs.js",
4-
"version": "2.22.0",
4+
"version": "2.23.0",
55
"description": "A graphing library built using d3 based on Cerner design standards",
66
"repository": {
77
"type": "git",

packages/terra-graphs-docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.4.0 - (January 3, 2023)
6+
57
* Changed
68
* Updated css for examples to increase size of a legend icon without a line.
79

packages/terra-graphs-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerner/terra-graphs-docs",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A react based dev-site that has documentation and example graphs",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/cerner/terra-graphs#readme",
3030
"dependencies": {
31-
"@cerner/carbon-graphs": "^2.22.0",
31+
"@cerner/carbon-graphs": "^2.23.0",
3232
"classnames": "^2.2.5",
3333
"details-polyfill": "^1.2.0",
3434
"prop-types": "^15.5.8",

0 commit comments

Comments
 (0)