Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanos committed Oct 10, 2024
1 parent 2cbb14e commit 12acd9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/excalidraw/components/HelpDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { ExternalLinkIcon, GithubIcon, youtubeIcon } from "./icons";
import { probablySupportsClipboardBlob } from "../clipboard";
import { isDarwin, isFirefox, isWindows } from "../constants";
import { getShortcutFromShortcutName } from "../actions/shortcuts";
import pjson from "../package.json";

const Header = () => (
<div className="HelpDialog__header">
Expand Down Expand Up @@ -53,6 +54,7 @@ const Header = () => (
const Section = (props: { title: string; children: React.ReactNode }) => (
<>
<h3>{props.title}</h3>
<h6>{pjson.version}</h6>
<div className="HelpDialog__islands-container">{props.children}</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alkemio/excalidraw",
"version": "0.17.6-alkemio-1",
"version": "0.17.1-530617b-alkemio-5",
"main": "./dist/prod/index.js",
"type": "module",
"module": "./dist/prod/index.js",
Expand Down

0 comments on commit 12acd9b

Please sign in to comment.