Skip to content

Commit

Permalink
chore: release v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
letsbug committed Jan 29, 2023
1 parent 54eb2fa commit a24399a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [4.5.0](https://github.com/letsbug/ckeditor5-build-multies/compare/4.4.0...4.5.0) (2023-01-29)

### Bug Fixes

- demo usage ([1f859ef](https://github.com/letsbug/ckeditor5-build-multies/commit/1f859efb1d837cff7f23fb36c71620994574bda9))

### Features

- ckeditor 核心依赖升级到 v36.0.0 ([c80f3b1](https://github.com/letsbug/ckeditor5-build-multies/commit/c80f3b124ec2d889b282cc9812ecdfa8fda815fc))

# [4.4.0](https://github.com/letsbug/ckeditor5-build-multies/compare/4.3.2...4.4.0) (2022-12-21)

### Features
Expand Down Expand Up @@ -104,21 +114,16 @@

# [2.0.0](https://github.com/letsbug/ckeditor5-build-multies/compare/1.0.0...2.0.0) (2022-02-15)

# [1.0.0](https://github.com/letsbug/ckeditor5-build-multies/compare/29.2.0...1.0.0) (2022-02-09)
# [1.0.0](https://github.com/letsbug/ckeditor5-build-multies/compare/87bfef0ac7d16676f058984d263bd61e80d480a9...1.0.0) (2022-02-09)

### Bug Fixes

- "@hlx/mce" namespace imports ([7503576](https://github.com/letsbug/ckeditor5-build-multies/commit/750357616e8dcec1978e7db1f117f5d0c4ae250c))
- "@hlx/mce" namespace usages ([9bcc611](https://github.com/letsbug/ckeditor5-build-multies/commit/9bcc61189fa7daab196755fe5171e6f7b14ebabc))
- commitlint types ([f7f879c](https://github.com/letsbug/ckeditor5-build-multies/commit/f7f879c355686fcf392f04da3d7125a42d9e470e))
- 修改首行为图片,排版无效 bug ([87bfef0](https://github.com/letsbug/ckeditor5-build-multies/commit/87bfef0ac7d16676f058984d263bd61e80d480a9))
- 自动排序 bug ([3d5332f](https://github.com/letsbug/ckeditor5-build-multies/commit/3d5332fdf8da520c808e0341368781d3059a7e5e))

### Features

- add favicon svg file ([70ac862](https://github.com/letsbug/ckeditor5-build-multies/commit/70ac862e6f9d7922a0916ca30a9dc1d4a0ce1c38))

# [29.2.0](https://github.com/letsbug/ckeditor5-build-multies/compare/87bfef0ac7d16676f058984d263bd61e80d480a9...29.2.0) (2021-09-09)

### Bug Fixes

- 修改首行为图片,排版无效 bug ([87bfef0](https://github.com/letsbug/ckeditor5-build-multies/commit/87bfef0ac7d16676f058984d263bd61e80d480a9))
- 自动排序 bug ([3d5332f](https://github.com/letsbug/ckeditor5-build-multies/commit/3d5332fdf8da520c808e0341368781d3059a7e5e))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hlx/mce",
"version": "4.4.0",
"version": "4.5.0",
"description": "The classic, decoupled, and inline editor build of CKEditor 5 – the best browser-based rich text editor.",
"keywords": [
"ckeditor5-build",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const path = require('path');
const webpack = require('webpack');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const { bundler, styles } = require('@ckeditor/ckeditor5-dev-utils');
const CKEditorTranslationsPlugin = require('@ckeditor/ckeditor5-dev-translations');
const { CKEditorTranslationsPlugin } = require('@ckeditor/ckeditor5-dev-translations');
const TerserPlugin = require('terser-webpack-plugin');

module.exports = {
Expand Down

0 comments on commit a24399a

Please sign in to comment.