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

Commit

Permalink
feb 15 2022 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xenoworf authored Feb 16, 2022
1 parent 5dd58a5 commit 6c54528
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.21.0 - (February 15, 2022)

* Changed
* Fixed to not throw an error when no x-axis label is provided.

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.20.3",
"version": "2.21.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.1.0 - (February 15, 2022)

* Added
* Added showXLabel documentation in Graph docs.

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.0.3",
"version": "1.1.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.20.3",
"@cerner/carbon-graphs": "^2.21.0",
"classnames": "^2.2.5",
"details-polyfill": "^1.2.0",
"prop-types": "^15.5.8",
Expand Down

0 comments on commit 6c54528

Please sign in to comment.