@ckeditor/ckeditor5-ui 43.2.0-alpha.2 → 43.2.0-alpha.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ui",
3
- "version": "43.2.0-alpha.2",
3
+ "version": "43.2.0-alpha.3",
4
4
  "description": "The UI framework and standard UI library of CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,9 +12,9 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "43.2.0-alpha.2",
16
- "@ckeditor/ckeditor5-engine": "43.2.0-alpha.2",
17
- "@ckeditor/ckeditor5-utils": "43.2.0-alpha.2",
15
+ "@ckeditor/ckeditor5-core": "43.2.0-alpha.3",
16
+ "@ckeditor/ckeditor5-engine": "43.2.0-alpha.3",
17
+ "@ckeditor/ckeditor5-utils": "43.2.0-alpha.3",
18
18
  "color-convert": "2.0.1",
19
19
  "color-parse": "1.4.2",
20
20
  "lodash-es": "4.17.21",
@@ -182,7 +182,7 @@ class PoweredByView extends View {
182
182
  {
183
183
  tag: 'a',
184
184
  attributes: {
185
- href: 'https://ckeditor.com/?utm_source=ckeditor&' +
185
+ href: 'https://ckeditor.com/powered-by-ckeditor/?utm_source=ckeditor&' +
186
186
  'utm_medium=referral&utm_campaign=701Dn000000hVgmIAE_powered_by_ckeditor_logo',
187
187
  target: '_blank',
188
188
  tabindex: '-1'