Skip to content

Commit

Permalink
Merge pull request #2430 from concord-consortium/188476962-update-dia…
Browse files Browse the repository at this point in the history
…gram-view

update diagram view to 1.0.1
  • Loading branch information
scytacki authored Nov 6, 2024
2 parents 8c24196 + 34d0892 commit 59bf034
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"dependencies": {
"@chakra-ui/react": "^1.8.9",
"@concord-consortium/compute-engine": "^0.12.3-cc.2",
"@concord-consortium/diagram-view": "1.0.0",
"@concord-consortium/diagram-view": "1.0.1",
"@concord-consortium/mobx-state-tree": "^5.1.8-cc.2",
"@concord-consortium/react-components": "^1.0.0",
"@concord-consortium/react-modal-hook": "^3.0.0-cc.1",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/diagram-viewer/diagram-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const kDiagramTileType = "Diagram";
// Currently it is just the version of the diagram-view library.
// TODO: include a version in the diagram-view library so we can reference that
// instead
export const kQPVersion = "1.0.0-beta.1";
export const kQPVersion = "1.0.1";

// This is a version stored in the state of the tile
// Currently any state with a different version will be ignored.
Expand Down

0 comments on commit 59bf034

Please sign in to comment.