Skip to content

Commit d19fcb5

Browse files
chore: Update depenencies to release
1 parent 16ae310 commit d19fcb5

File tree

9 files changed

+18
-14
lines changed

9 files changed

+18
-14
lines changed

CHANGES.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
Last release of this project was 17th of March 2025.
10+
### 8.13.2 2025-06-11
11+
12+
- docs: Update TinyMCE 7 documentation. #KB-55222
13+
- fix: Prevent Moodle TinyMCE 7 from losing focus. #KB-56852
1114

1215
### 8.13.0 2025-03-17
13-
feat: Update to the latest TinyMCE 7 version #KB-54591
14-
fix: Prevent errors when using destroy method #KB-54684
15-
fix: Lost some exports when updating the installation methods #KB-54691
16-
fix: Set MathType to use CK5 version as peer dependency. #KB-55057
17-
fix: Cannot insert formulas in certain cases. #KB-53563
16+
17+
- feat: Update to the latest TinyMCE 7 version #KB-54591
18+
- fix: Prevent errors when using destroy method #KB-54684
19+
- fix: Lost some exports when updating the installation methods #KB-54691
20+
- fix: Set MathType to use CK5 version as peer dependency. #KB-55057
21+
- fix: Cannot insert formulas in certain cases. #KB-53563
1822

1923

2024
### 8.12.0 2025-01-29

packages/ckeditor4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/ckeditor5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "npm run build:dist"
4949
},
5050
"dependencies": {
51-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
51+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
5252
},
5353
"devDependencies": {
5454
"@ckeditor/ckeditor5-dev-build-tools": "^42.1.0"

packages/froala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepack": "yarn && npm run build"
3434
},
3535
"dependencies": {
36-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
36+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
3737
},
3838
"devDependencies": {
3939
"@babel/core": "^7.24.4",

packages/generic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prepack": "yarn && npm run build"
3131
},
3232
"dependencies": {
33-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
33+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.24.4",

packages/tinymce5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/tinymce6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/tinymce7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "yarn && npm run build"
3333
},
3434
"dependencies": {
35-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
35+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",

packages/viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Integrations",
1717
"license": "ISC",
1818
"dependencies": {
19-
"@wiris/mathtype-html-integration-devkit": "1.17.8"
19+
"@wiris/mathtype-html-integration-devkit": "1.17.9"
2020
},
2121
"devDependencies": {
2222
"@babel/preset-typescript": "^7.24.1",

0 commit comments

Comments
 (0)