Skip to content

Commit

Permalink
Merge pull request #5 from GrapesJS/core-0.22.2
Browse files Browse the repository at this point in the history
Up gjs version
  • Loading branch information
artf authored Oct 31, 2024
2 parents 4e25459 + 32e738d commit f4cae46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(demos)/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const isDev = process.env.NODE_ENV !== "production";
export const GRAPESJS_VERSION = "0.22.1";
export const GRAPESJS_VERSION = "0.22.2";
const gjsTag = isDev ? "rc" : GRAPESJS_VERSION;
export const GRAPESJS_SCRIPT = `https://unpkg.com/grapesjs@${gjsTag}`;
export const GRAPESJS_STYLE = `https://unpkg.com/grapesjs@${gjsTag}/dist/css/grapes.min.css`;
Expand Down

0 comments on commit f4cae46

Please sign in to comment.