Skip to content

Commit

Permalink
Merge tag 'v43.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 6, 2025
2 parents aa48243 + 2354c5f commit 6921512
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 635 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

- Add latest changes here

## [43.2.0](https://github.com/isaul32/ckeditor5-math/compare/v43.1.2...v43.2.0) (2024-10-14)

- Update dependencies for CKEditor 43.2.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v43.2.0/CHANGELOG.md))
([#153](https://github.com/isaul32/ckeditor5-math/pull/153))

**Note** This does **not** yet support the [new installation method](https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/migration-to-new-installation-methods.html) for [custom plugins](https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/custom-plugins.html). That will come in a future release.

## [43.1.2](https://github.com/isaul32/ckeditor5-math/compare/v43.1.1...v43.1.2) (2024-09-26)

- Downgrade ckeditor5-package-tools from 2 to 1. Fixes test for now.
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triliumnext/ckeditor5-math",
"version": "43.1.2-hotfix1",
"version": "43.2.0-hotfix1",
"description": "Math feature for CKEditor 5.",
"keywords": [
"ckeditor",
Expand All @@ -11,30 +11,30 @@
"ckeditor5-math",
"katex"
],
"main": "src/index.ts",
"main": "src/index.js",
"dependencies": {
"ckeditor5": "43.1.1"
"ckeditor5": "43.2.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-autoformat": "43.1.1",
"@ckeditor/ckeditor5-basic-styles": "43.1.1",
"@ckeditor/ckeditor5-block-quote": "43.1.1",
"@ckeditor/ckeditor5-code-block": "43.1.1",
"@ckeditor/ckeditor5-core": "43.1.1",
"@ckeditor/ckeditor5-editor-classic": "43.1.1",
"@ckeditor/ckeditor5-essentials": "43.1.1",
"@ckeditor/ckeditor5-heading": "43.1.1",
"@ckeditor/ckeditor5-image": "43.1.1",
"@ckeditor/ckeditor5-indent": "43.1.1",
"@ckeditor/ckeditor5-autoformat": "43.2.0",
"@ckeditor/ckeditor5-basic-styles": "43.2.0",
"@ckeditor/ckeditor5-block-quote": "43.2.0",
"@ckeditor/ckeditor5-code-block": "43.2.0",
"@ckeditor/ckeditor5-core": "43.2.0",
"@ckeditor/ckeditor5-editor-classic": "43.2.0",
"@ckeditor/ckeditor5-essentials": "43.2.0",
"@ckeditor/ckeditor5-heading": "43.2.0",
"@ckeditor/ckeditor5-image": "43.2.0",
"@ckeditor/ckeditor5-indent": "43.2.0",
"@ckeditor/ckeditor5-inspector": "4.1.0",
"@ckeditor/ckeditor5-link": "43.1.1",
"@ckeditor/ckeditor5-list": "43.1.1",
"@ckeditor/ckeditor5-media-embed": "43.1.1",
"@ckeditor/ckeditor5-link": "43.2.0",
"@ckeditor/ckeditor5-list": "43.2.0",
"@ckeditor/ckeditor5-media-embed": "43.2.0",
"@ckeditor/ckeditor5-package-tools": "^1.1.0",
"@ckeditor/ckeditor5-paragraph": "43.1.1",
"@ckeditor/ckeditor5-table": "43.1.1",
"@ckeditor/ckeditor5-theme-lark": "43.1.1",
"@ckeditor/ckeditor5-upload": "43.1.1",
"@ckeditor/ckeditor5-paragraph": "43.2.0",
"@ckeditor/ckeditor5-table": "43.2.0",
"@ckeditor/ckeditor5-theme-lark": "43.2.0",
"@ckeditor/ckeditor5-upload": "43.2.0",
"@types/chai": "^4.3.13",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.3",
Expand Down
Loading

0 comments on commit 6921512

Please sign in to comment.