@ckeditor/ckeditor5-easy-image 44.0.0-alpha.8 → 44.0.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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -19,7 +19,7 @@ npm install ckeditor5
19
19
 
20
20
  ## Create free account
21
21
 
22
- If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup).
22
+ If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
23
23
 
24
24
  ## Demo
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-easy-image",
3
- "version": "44.0.0-alpha.8",
3
+ "version": "44.0.0",
4
4
  "description": "Easy Image feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,10 +13,10 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.8",
17
- "@ckeditor/ckeditor5-upload": "44.0.0-alpha.8",
18
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.8",
19
- "ckeditor5": "44.0.0-alpha.8"
16
+ "@ckeditor/ckeditor5-core": "44.0.0",
17
+ "@ckeditor/ckeditor5-upload": "44.0.0",
18
+ "@ckeditor/ckeditor5-utils": "44.0.0",
19
+ "ckeditor5": "44.0.0"
20
20
  },
21
21
  "author": "CKSource (http://cksource.com/)",
22
22
  "license": "SEE LICENSE IN LICENSE.md",