Skip to content

Commit

Permalink
Pin v29.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 7, 2021
1 parent f8e369f commit 90c1175
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## [29.2.0](https://github.com/isaul32/ckeditor5-math/compare/v29.1.0...v29.2.0) (current)

- Update dependencies for CKEditor 29.2.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v29.2.0/CHANGELOG.md))
- Fix `yarn start`'s missing classic editor dependency

## [29.1.0](https://github.com/isaul32/ckeditor5-math/compare/v29.0.0...v29.1.0) (current)

- Update dependencies for CKEditor 29.0.0 ([Release
- Update dependencies for CKEditor 29.1.0 ([Release
notes](https://github.com/ckeditor/ckeditor5/blob/v29.1.0/CHANGELOG.md))

## [29.0.0](https://github.com/isaul32/ckeditor5-math/compare/v28.0.0...v29.0.0) (current)
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor5-math",
"version": "29.1.0",
"version": "29.2.0",
"description": "Math feature for CKEditor 5.",
"keywords": [
"ckeditor",
Expand All @@ -11,23 +11,23 @@
"ckeditor5-math"
],
"dependencies": {
"@ckeditor/ckeditor5-clipboard": "^29.1.0",
"@ckeditor/ckeditor5-core": "^29.1.0",
"@ckeditor/ckeditor5-engine": "^29.1.0",
"@ckeditor/ckeditor5-clipboard": "^29.2.0",
"@ckeditor/ckeditor5-core": "^29.2.0",
"@ckeditor/ckeditor5-engine": "^29.2.0",
"@ckeditor/ckeditor5-inspector": "^2.2.2",
"@ckeditor/ckeditor5-ui": "^29.1.0",
"@ckeditor/ckeditor5-undo": "^29.1.0",
"@ckeditor/ckeditor5-utils": "^29.1.0",
"@ckeditor/ckeditor5-widget": "^29.1.0"
"@ckeditor/ckeditor5-ui": "^29.2.0",
"@ckeditor/ckeditor5-undo": "^29.2.0",
"@ckeditor/ckeditor5-utils": "^29.2.0",
"@ckeditor/ckeditor5-widget": "^29.2.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^29.1.0",
"@ckeditor/ckeditor5-dev-tests": "^25.2.3",
"@ckeditor/ckeditor5-editor-classic": "^29.1.0",
"@ckeditor/ckeditor5-editor-inline": "^29.1.0",
"@ckeditor/ckeditor5-essentials": "^29.1.0",
"@ckeditor/ckeditor5-paragraph": "^29.1.0",
"@ckeditor/ckeditor5-theme-lark": "^29.1.0",
"@ckeditor/ckeditor5-basic-styles": "^29.2.0",
"@ckeditor/ckeditor5-dev-tests": "^25.4.2",
"@ckeditor/ckeditor5-editor-classic": "^29.2.0",
"@ckeditor/ckeditor5-editor-inline": "^29.2.0",
"@ckeditor/ckeditor5-essentials": "^29.2.0",
"@ckeditor/ckeditor5-paragraph": "^29.2.0",
"@ckeditor/ckeditor5-theme-lark": "^29.2.0",
"css-loader": "^5.2.4",
"eslint": "^7.1.0",
"eslint-config-ckeditor5": "^3.1.0",
Expand Down

0 comments on commit 90c1175

Please sign in to comment.