Skip to content

Commit

Permalink
Publish version v8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xripoll-at-wiris committed Oct 10, 2023
1 parent 6a79a1d commit 6e4f983
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Last release of this project is was 30th of September 2021.

### 8.6.0 2023-10-10

- Feat: Add branch name and commit hash to demo page
- Docs: Improve the Docs article of the integrations installation
- Chore: Rescope @nrwl to @nx
- Feat: Add browsing pages to staging
- Chore: Update MathType external integrations
- Fix: Vulnerability in getmathml service
- Fix: Blackboard + Anthology issues with our last Editor version
- Fix: Demos not taking local devkit
- Fix: CKEditor 5 Hand formulas MathML not being filtered
- Fix: CKEditor 5 LaTeX formulas cannot be edited
- Chore: Update telemeter for html-integrations

### 8.5.0 2023-08-03

- Fix: Prevent initialize multiple telemetes. #KB-35935
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.13.0"
"@wiris/mathtype-html-integration-devkit": "1.14.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@ckeditor/ckeditor5-engine": ">=23.0.0",
"@ckeditor/ckeditor5-ui": ">=23.0.0",
"@ckeditor/ckeditor5-widget": ">=23.0.0",
"@wiris/mathtype-html-integration-devkit": "1.13.0"
"@wiris/mathtype-html-integration-devkit": "1.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/froala/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.13.0"
"@wiris/mathtype-html-integration-devkit": "1.14.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.13.0"
"@wiris/mathtype-html-integration-devkit": "1.14.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tinymce5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.13.0"
"@wiris/mathtype-html-integration-devkit": "1.14.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tinymce6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepack": "yarn && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.13.0"
"@wiris/mathtype-html-integration-devkit": "1.14.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Integrations",
"license": "ISC",
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "1.13.0"
"@wiris/mathtype-html-integration-devkit": "1.14.0"
},
"devDependencies": {
"babel-loader": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepack": "npm install && npm run build"
},
"dependencies": {
"@wiris/mathtype-html-integration-devkit": "^1.13.0"
"@wiris/mathtype-html-integration-devkit": "^1.14.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down

0 comments on commit 6e4f983

Please sign in to comment.