@ckeditor/ckeditor5-select-all 42.0.2 → 43.0.0-alpha.1
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.
- package/CHANGELOG.md +1 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
All changes in the package are documented in
|
|
5
|
-
|
|
6
|
-
Changes for the past releases are available below.
|
|
7
|
-
|
|
8
|
-
## [19.0.0](https://github.com/ckeditor/ckeditor5-select-all/tree/v19.0.0) (April 29, 2020)
|
|
9
|
-
|
|
10
|
-
Introduced the select all feature.
|
|
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-select-all",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "43.0.0-alpha.1",
|
|
4
4
|
"description": "Select all feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "
|
|
17
|
-
"@ckeditor/ckeditor5-utils": "
|
|
18
|
-
"@ckeditor/ckeditor5-ui": "
|
|
16
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.1"
|
|
19
19
|
},
|
|
20
20
|
"author": "CKSource (http://cksource.com/)",
|
|
21
21
|
"license": "GPL-2.0-or-later",
|