Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Sep 22, 2023
1 parent b8ca43c commit 9f839c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/grapes.min.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/grapes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38059,6 +38059,8 @@ var BlocksEvents;
BlocksEvents["all"] = "block";
})(BlocksEvents || (BlocksEvents = {}));
/**{END_EVENTS}*/
// need this to avoid the TS documentation generator to break
/* harmony default export */ const block_manager_types = ((/* unused pure expression or super */ null && (BlocksEvents)));

;// CONCATENATED MODULE: ./src/block_manager/view/BlockView.ts
var BlockView_extends = (undefined && undefined.__extends) || (function () {
Expand Down Expand Up @@ -61246,7 +61248,7 @@ var grapesjs = {
plugins: plugins,
usePlugin: usePlugin,
// @ts-ignore Will be replaced on build
version: '0.21.6',
version: '0.21.7',
/**
* Initialize the editor with passed options
* @param {Object} config Configuration object
Expand Down
2 changes: 1 addition & 1 deletion dist/grapes.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.21.6",
"version": "0.21.7",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
Expand Down

0 comments on commit 9f839c9

Please sign in to comment.