mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	Tag v31.0.0
See also: https://github.com/ckeditor/ckeditor5/blob/v31.0.0/CHANGELOG.md
This commit is contained in:
		
							parent
							
								
									6b6e28ec7e
								
							
						
					
					
						commit
						1bc4a4cfa0
					
				@ -1,6 +1,11 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## [23.0.0](https://github.com/isaul32/ckeditor5-math/compare/v29.2.0...v30.0.0) (current)
 | 
			
		||||
## [31.0.0](https://github.com/isaul32/ckeditor5-math/compare/v30.0.0...v31.0.0) (current)
 | 
			
		||||
 | 
			
		||||
-   Update dependencies for CKEditor 31.0.0 ([Release
 | 
			
		||||
    notes](https://github.com/ckeditor/ckeditor5/blob/v31.0.0/CHANGELOG.md))
 | 
			
		||||
 | 
			
		||||
## [30.0.0](https://github.com/isaul32/ckeditor5-math/compare/v29.2.0...v30.0.0) (current)
 | 
			
		||||
 | 
			
		||||
-   Update dependencies for CKEditor 30.0.0 ([Release
 | 
			
		||||
    notes](https://github.com/ckeditor/ckeditor5/blob/v30.0.0/CHANGELOG.md))
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										28
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								package.json
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "ckeditor5-math",
 | 
			
		||||
  "version": "30.0.0",
 | 
			
		||||
  "version": "31.0.0",
 | 
			
		||||
  "description": "Math feature for CKEditor 5.",
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "ckeditor",
 | 
			
		||||
@ -11,23 +11,23 @@
 | 
			
		||||
    "ckeditor5-math"
 | 
			
		||||
  ],
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@ckeditor/ckeditor5-clipboard": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-core": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-engine": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-clipboard": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-core": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-engine": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-inspector": "^2.2.2",
 | 
			
		||||
    "@ckeditor/ckeditor5-ui": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-undo": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-utils": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-widget": "^30.0.0"
 | 
			
		||||
    "@ckeditor/ckeditor5-ui": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-undo": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-utils": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-widget": "^31.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@ckeditor/ckeditor5-basic-styles": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-basic-styles": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-dev-tests": "^25.4.4",
 | 
			
		||||
    "@ckeditor/ckeditor5-editor-classic": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-editor-inline": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-essentials": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-paragraph": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-theme-lark": "^30.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-editor-classic": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-editor-inline": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-essentials": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-paragraph": "^31.0.0",
 | 
			
		||||
    "@ckeditor/ckeditor5-theme-lark": "^31.0.0",
 | 
			
		||||
    "css-loader": "^5.2.4",
 | 
			
		||||
    "eslint": "^7.1.0",
 | 
			
		||||
    "eslint-config-ckeditor5": "^3.1.0",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user