@vaadin/rich-text-editor 24.5.0-alpha8 → 24.5.0-beta1

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/README.md CHANGED
@@ -53,7 +53,7 @@ import '@vaadin/rich-text-editor/src/vaadin-rich-text-editor.js';
53
53
 
54
54
  ## Contributing
55
55
 
56
- Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
56
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
57
57
 
58
58
  ## License
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/rich-text-editor",
3
- "version": "24.5.0-alpha8",
3
+ "version": "24.5.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,20 +41,20 @@
41
41
  "dependencies": {
42
42
  "@open-wc/dedupe-mixin": "^1.3.0",
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/button": "24.5.0-alpha8",
45
- "@vaadin/component-base": "24.5.0-alpha8",
46
- "@vaadin/confirm-dialog": "24.5.0-alpha8",
47
- "@vaadin/overlay": "24.5.0-alpha8",
48
- "@vaadin/text-field": "24.5.0-alpha8",
49
- "@vaadin/tooltip": "24.5.0-alpha8",
50
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha8",
51
- "@vaadin/vaadin-material-styles": "24.5.0-alpha8",
52
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha8",
44
+ "@vaadin/button": "24.5.0-beta1",
45
+ "@vaadin/component-base": "24.5.0-beta1",
46
+ "@vaadin/confirm-dialog": "24.5.0-beta1",
47
+ "@vaadin/overlay": "24.5.0-beta1",
48
+ "@vaadin/text-field": "24.5.0-beta1",
49
+ "@vaadin/tooltip": "24.5.0-beta1",
50
+ "@vaadin/vaadin-lumo-styles": "24.5.0-beta1",
51
+ "@vaadin/vaadin-material-styles": "24.5.0-beta1",
52
+ "@vaadin/vaadin-themable-mixin": "24.5.0-beta1",
53
53
  "lit": "^3.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@vaadin/a11y-base": "24.5.0-alpha8",
57
- "@vaadin/chai-plugins": "24.5.0-alpha8",
56
+ "@vaadin/a11y-base": "24.5.0-beta1",
57
+ "@vaadin/chai-plugins": "24.5.0-beta1",
58
58
  "@vaadin/testing-helpers": "^1.0.0",
59
59
  "gulp": "^4.0.2",
60
60
  "gulp-cli": "^2.3.0",
@@ -66,5 +66,5 @@
66
66
  "web-types.json",
67
67
  "web-types.lit.json"
68
68
  ],
69
- "gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33"
69
+ "gitHead": "da4b57724d7089e3766d59d01068159322adb2b8"
70
70
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/rich-text-editor",
4
- "version": "24.5.0-alpha8",
4
+ "version": "24.5.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/rich-text-editor",
4
- "version": "24.5.0-alpha8",
4
+ "version": "24.5.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {