Skip to content

Commit

Permalink
Release 1.5.70
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Nov 23, 2024
1 parent 9a5d043 commit aa12700
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 10 deletions.
36 changes: 29 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cass-editor",
"version": "1.5.69",
"version": "1.5.70",
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
Expand All @@ -18,7 +18,7 @@
"bulma": "^0.9.4",
"bulma-checkradio": "^1.1.1",
"bulma-switch": "^2.0.4",
"cassproject": "^1.5.66",
"cassproject": "^1.5.70",
"core-js": "^3.35.0",
"dateformat": "^5.0.3",
"dompurify": "^2.4.9",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Vue.directive('click-outside', {
});

EcRepository.caching = true;
// EcRepository.cachingL2 = true;
EcRepository.cachingL2 = true;

Vue.config.productionTip = false;
// Vue.config.silent = true;
Expand Down

0 comments on commit aa12700

Please sign in to comment.