Skip to content

Commit e244a03

Browse files
committed
Release [2.7.1]: Fix rich text editor saving issued. Replace Angular animations with browsers native animation. Ts: noImplicitReturns, noUnusedParameters, noUnusedLocals. Code optimization.
1 parent af6fbf6 commit e244a03

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

_api_app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "berta-cms/berta",
33
"type": "project",
44
"description": "Berta CMS",
5-
"version": "2.7.0",
5+
"version": "2.7.1",
66
"keywords": [
77
"berta.me",
88
"cms",

editor/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "berta",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "berta",
33
"description": "Berta CMS",
44
"license": "GPL-3.0",
5-
"version": "2.7.0",
5+
"version": "2.7.1",
66
"devDependencies": {
77
"gulp": "^4.0.2",
88
"gulp-autoprefixer": "^7.0.1",

0 commit comments

Comments
 (0)