@ckeditor/ckeditor5-page-break 0.0.0-nightly-20240716.0 → 0.0.0-nightly-20240718.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -39
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,42 +1,4 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
5
-
6
- Changes for the past releases are available below.
7
-
8
- ## [19.0.0](https://github.com/ckeditor/ckeditor5-page-break/compare/v18.0.0...v19.0.0) (April 29, 2020)
9
-
10
- ### Other changes
11
-
12
- * Updated translations. ([f9c3375](https://github.com/ckeditor/ckeditor5-page-break/commit/f9c3375))
13
-
14
-
15
- ## [18.0.0](https://github.com/ckeditor/ckeditor5-page-break/compare/v17.0.0...v18.0.0) (March 19, 2020)
16
-
17
- ### Other changes
18
-
19
- * Updated translations. ([081969b](https://github.com/ckeditor/ckeditor5-page-break/commit/081969b))
20
-
21
-
22
- ## [17.0.0](https://github.com/ckeditor/ckeditor5-page-break/compare/v16.0.0...v17.0.0) (February 19, 2020)
23
-
24
- ### Bug fixes
25
-
26
- * Focus the editor before executing toolbar buttons' command. See [ckeditor/ckeditor5#353](https://github.com/ckeditor/ckeditor5/issues/353). ([03364dd](https://github.com/ckeditor/ckeditor5-page-break/commit/03364dd))
27
-
28
- ### Other changes
29
-
30
- * Updated translations. ([797d806](https://github.com/ckeditor/ckeditor5-page-break/commit/797d806))
31
-
32
-
33
- ## [16.0.0](https://github.com/ckeditor/ckeditor5-page-break/compare/v15.0.0...v16.0.0) (December 4, 2019)
34
-
35
- ### Other changes
36
-
37
- * Updated translations. ([b4d4be1](https://github.com/ckeditor/ckeditor5-page-break/commit/b4d4be1))
38
-
39
-
40
- ## [15.0.0](https://github.com/ckeditor/ckeditor5-page-break/tree/v15.0.0) (October 23, 2019)
41
-
42
- The initial release.
4
+ All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-page-break",
3
- "version": "0.0.0-nightly-20240716.0",
3
+ "version": "0.0.0-nightly-20240718.0",
4
4
  "description": "Page break feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "0.0.0-nightly-20240716.0"
16
+ "ckeditor5": "0.0.0-nightly-20240718.0"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "GPL-2.0-or-later",