Skip to content

Commit 4a85393

Browse files
author
Smart Cloud Solutions Inc.
committed
Bump Flow to 1.1.6 and document modal polish
1 parent 3bacd81 commit 4a85393

28 files changed

Lines changed: 1336 additions & 191 deletions

admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smart-cloud/flow-admin",
33
"private": true,
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"type": "module",
66
"exports": {
77
"./editor-runtime": {
@@ -33,7 +33,7 @@
3333
"@hello-pangea/dnd": "^18.0.1",
3434
"@mantine/tiptap": "^8.3.18",
3535
"@monaco-editor/react": "^4.7.0",
36-
"@smart-cloud/flow-core": "^1.1.2",
36+
"@smart-cloud/flow-core": "^1.1.4",
3737
"@smart-cloud/gatey-core": "^2.3.0",
3838
"@smart-cloud/wpsuite-core": "^2.3.0",
3939
"@tabler/icons-react": "^3.44.0",

admin/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3784,10 +3784,10 @@
37843784
lodash "4.18.1"
37853785
tslib "^2.5.2"
37863786

3787-
"@smart-cloud/flow-core@^1.1.2":
3788-
version "1.1.2"
3789-
resolved "https://registry.npmjs.org/@smart-cloud/flow-core/-/flow-core-1.1.2.tgz#09fb3abdcb6f11948c7aeda042c93bc42d22e64c"
3790-
integrity sha512-SAWPB87HDvJ0Rc80zJupR6rbeNk2sex7B6RHpnKl9XW5OL5sVj4AnzjTmvtzcuGj56McMhj9X22MxmrL3n04Jg==
3787+
"@smart-cloud/flow-core@^1.1.4":
3788+
version "1.1.4"
3789+
resolved "https://registry.npmjs.org/@smart-cloud/flow-core/-/flow-core-1.1.4.tgz#2b947e69e2433069fb2278ce2cffa7060cf0eac8"
3790+
integrity sha512-dDETJGWOtQUY/phu1dtXxz5fas9VlFYSOPgAeKN8C2UnfE++MPJPbrXvuFOttKgVwf5NltWrwEdjU8ni6pAGQA==
37913791
dependencies:
37923792
"@smart-cloud/gatey-core" "^2.3.0"
37933793
"@smart-cloud/wpsuite-core" "^2.3.0"

blocks/dist/editor.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '03448114486667a62aec');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => '7e34fce2a10f5c032202');

blocks/dist/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blocks/dist/modal-view.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => 'c88cec554c956be3c952');
1+
<?php return array('dependencies' => array(), 'version' => '8aa9e5f116f525627286');

blocks/dist/modal-view.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)