mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
Release: v24.0.0.
This commit is contained in:
parent
72f5db8032
commit
21cb5c2bb6
@ -1,6 +1,10 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## [24.0.0](https://github.com/isaul32/ckeditor5-math/compare/v23.3.0...24.0.0) (2020-12-12)
|
||||
|
||||
* Update dependencies.
|
||||
|
||||
## [23.3.0](https://github.com/isaul32/ckeditor5-math/compare/v23.2.2...23.3.0) (2020-11-07)
|
||||
|
||||
* Add autoformat support. ([3354872](https://github.com/isaul32/ckeditor5-math/commit/3354872))
|
||||
|
22
package.json
22
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ckeditor5-math",
|
||||
"version": "23.3.0",
|
||||
"version": "24.0.0",
|
||||
"description": "Math feature for CKEditor 5.",
|
||||
"keywords": [
|
||||
"ckeditor",
|
||||
@ -11,19 +11,19 @@
|
||||
"ckeditor5-math"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-clipboard": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-core": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-engine": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-ui": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-undo": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-utils": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-widget": "^23.1.0"
|
||||
"@ckeditor/ckeditor5-clipboard": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-core": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-engine": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-ui": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-undo": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-utils": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-widget": "^24.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ckeditor/ckeditor5-dev-tests": "^23.3.0",
|
||||
"@ckeditor/ckeditor5-editor-inline": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-essentials": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-paragraph": "^23.1.0",
|
||||
"@ckeditor/ckeditor5-editor-inline": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-essentials": "^24.0.0",
|
||||
"@ckeditor/ckeditor5-paragraph": "^24.0.0",
|
||||
"eslint": "^7.1.0",
|
||||
"eslint-config-ckeditor5": "^3.0.0",
|
||||
"husky": "^4.2.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user