@vaadin/vaadin-core 22.0.0-beta2 → 22.0.0-beta3

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 +3 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,5 @@
1
- ![Bower version](https://badge.fury.io/bo/vaadin-core.svg)
2
- [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/author/vaadin)
3
- [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1
+ # Vaadin web components
4
2
 
5
- # Vaadin core components
3
+ This package contains all free Vaadin web components.
6
4
 
7
- [Vaadin core components](https://vaadin.com/components) is the open source part of the Vaadin standards-based Web Components set, which contains high-quality user interface components commonly needed in modern mobile and desktop business web applications.
8
-
9
- For more information, see the [Vaadin components README](https://github.com/vaadin/vaadin).
10
-
11
- ## License
12
-
13
- Apache License 2.0
5
+ See https://github.com/vaadin/web-components for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-core",
3
- "version": "22.0.0-beta2",
3
+ "version": "22.0.0-beta3",
4
4
  "description": "Vaadin components is an evolving set of free, open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
5
5
  "author": "Vaadin Ltd",
6
6
  "license": "Apache-2.0",