Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoe committed Aug 7, 2023
1 parent 21bff8c commit 6c7ac52
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/chart",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for visualizing tabular data in various types of charts",
"moduleName": "CdcChart",
"main": "dist/cdcchart",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/core",
"version": "4.23.6",
"version": "4.23.7",
"description": "Core components, styles, hooks, and helpers, for the CDC Open Visualization project",
"moduleName": "CdcCore",
"main": "dist/cdccore",
Expand Down
16 changes: 8 additions & 8 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/dashboard",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for combining multiple visualizations into a single dashboard",
"moduleName": "CdcDashboard",
"main": "dist/cdcdashboard",
Expand All @@ -25,13 +25,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@cdc/chart": "^4.23.6",
"@cdc/core": "^4.23.6",
"@cdc/data-bite": "^4.23.6",
"@cdc/filtered-text": "^4.23.6",
"@cdc/map": "^4.23.6",
"@cdc/markup-include": "^4.23.6",
"@cdc/waffle-chart": "^4.23.6",
"@cdc/chart": "^4.23.7",
"@cdc/core": "^4.23.7",
"@cdc/data-bite": "^4.23.7",
"@cdc/filtered-text": "^4.23.7",
"@cdc/map": "^4.23.7",
"@cdc/markup-include": "^4.23.7",
"@cdc/waffle-chart": "^4.23.7",
"html-react-parser": "^3.0.8",
"js-base64": "^2.5.2",
"papaparse": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-bite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/data-bite",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for displaying a single piece of data in a card module",
"moduleName": "CdcDataBite",
"main": "dist/cdcdatabite",
Expand All @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/CDCgov/cdc-open-viz#readme",
"dependencies": {
"@cdc/core": "^4.23.6",
"@cdc/core": "^4.23.7",
"chroma": "0.0.1",
"chroma-js": "^2.1.0",
"html-react-parser": "^3.0.8",
Expand Down
16 changes: 8 additions & 8 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/editor",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for generating a new component entry",
"moduleName": "CdcEditor",
"main": "dist/cdceditor",
Expand All @@ -24,13 +24,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@cdc/chart": "^4.23.6",
"@cdc/core": "^4.23.6",
"@cdc/dashboard": "^4.23.6",
"@cdc/data-bite": "^4.23.6",
"@cdc/map": "^4.23.6",
"@cdc/markup-include": "^4.23.6",
"@cdc/waffle-chart": "^4.23.6",
"@cdc/chart": "^4.23.7",
"@cdc/core": "^4.23.7",
"@cdc/dashboard": "^4.23.7",
"@cdc/data-bite": "^4.23.7",
"@cdc/map": "^4.23.7",
"@cdc/markup-include": "^4.23.7",
"@cdc/waffle-chart": "^4.23.7",
"axios": "^0.21.1",
"d3": "^7.0.0",
"html-react-parser": "^3.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/filtered-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/filtered-text",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for adding filtered text on dashboards.",
"moduleName": "CdcFilteredText",
"main": "dist/cdcfilteredtext",
Expand All @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/CDCgov/cdc-open-viz#readme",
"dependencies": {
"@cdc/core": "^4.23.6",
"@cdc/core": "^4.23.7",
"html-react-parser": "^3.0.8",
"papaparse": "^5.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/map",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for visualizing tabular data on a map of the United States or the world.",
"moduleName": "CdcMap",
"main": "dist/cdcmap",
Expand All @@ -24,7 +24,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@cdc/core": "^4.23.6",
"@cdc/core": "^4.23.7",
"@emotion/core": "^10.0.28",
"@emotion/react": "^11.1.5",
"@hello-pangea/dnd": "^16.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/markup-include/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/markup-include",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for displaying HTML content from an outside link",
"moduleName": "CdcMarkupInclude",
"main": "dist/cdcmarkupinclude",
Expand All @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/CDCgov/cdc-open-viz#readme",
"dependencies": {
"@cdc/core": "^4.23.6",
"@cdc/core": "^4.23.7",
"axios": "^0.26.1",
"chroma": "0.0.1",
"chroma-js": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/waffle-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdc/waffle-chart",
"version": "4.23.6",
"version": "4.23.7",
"description": "React component for displaying a single piece of data in a card module",
"moduleName": "CdcWaffleChart",
"main": "dist/cdcwafflechart",
Expand All @@ -26,7 +26,7 @@
"license": "Apache-2.0",
"homepage": "https://github.com/CDCgov/cdc-open-viz#readme",
"dependencies": {
"@cdc/core": "^4.23.6",
"@cdc/core": "^4.23.7",
"@visx/group": "^3.0.0",
"@visx/scale": "^3.0.0",
"@visx/shape": "^3.0.0",
Expand Down

0 comments on commit 6c7ac52

Please sign in to comment.