Skip to content

Commit

Permalink
Merge pull request #1892 from smeup/dev-to-mas
Browse files Browse the repository at this point in the history
v9.6.7
  • Loading branch information
pasere-smeup authored May 16, 2024
2 parents edee9b4 + 6fd4677 commit caeb720
Show file tree
Hide file tree
Showing 22 changed files with 4,189 additions and 348 deletions.
4 changes: 2 additions & 2 deletions packages/ketchup-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sme.up/ketchup-react",
"version": "9.6.6",
"version": "9.6.7",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"description": "Ketchup React Components library by smeup",
"license": "Apache-2.0",
"dependencies": {
"@sme.up/ketchup": "^9.6.6",
"@sme.up/ketchup": "^9.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ketchup-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@sme.up/ketchup": "^9.6.6",
"@sme.up/ketchup": "^9.6.7",
"core-js": "^3.30.2",
"vue": "^2.6.14",
"vue-router": "^3.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/ketchup-showcase/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
@kup-tree-nodeselected="treeClick"
></kup-tree
><div class="version"
><a href="https://github.com/smeup/ketchup/releases/tag/v9.6.6"
>v9.6.6</a
><a href="https://github.com/smeup/ketchup/releases/tag/v9.6.7"
>v9.6.7</a
></div
></div
>
Expand Down
2 changes: 1 addition & 1 deletion packages/ketchup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sme.up/ketchup",
"version": "9.6.6",
"version": "9.6.7",
"keywords": [
"smeup",
"KetchUP",
Expand Down
5 changes: 3 additions & 2 deletions packages/ketchup/src/assets/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ const props = {
</code></pre>
`,
isReadOnly: false,
previewStyle: 'vertical',
previewStyle: 'tab',
showSaveButton: true,
showToolbar: true,
// autosaveTimer: 2000
// autosaveTimer: 2000,
selectedTab: 'preview',
};

if (props) {
Expand Down
Loading

0 comments on commit caeb720

Please sign in to comment.