Skip to content

Commit

Permalink
Bump v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Sep 21, 2017
1 parent e5af4c6 commit 8e16ded
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/css/grapes.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,6 @@ <h1 class="heading">Insert title here</h1>
});

editor.render();

console.log('version', grapesjs.version);
</script>
</body>
</html>
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.10.6",
"version": "0.10.7",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/scss/_gjs_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $fontColor: #9299a3;
$fontColorActive: #4f8ef7;
*/

$mainDkColor: rgba(0, 0, 0, 0.3) !default;/* darken($mainColor, 4%) - #383838 */
$mainDkColor: rgba(0, 0, 0, 0.2) !default;/* darken($mainColor, 4%) - #383838 */
$mainDklColor: rgba(0, 0, 0, 0.1) !default;
$mainLhColor: rgba(255, 255, 255, 0.1) !default; /* #515151 */
$mainLhlColor: rgba(255, 255, 255, 0.7) !default;
Expand Down

0 comments on commit 8e16ded

Please sign in to comment.