Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Update flow and wc versions (#93)
Browse files Browse the repository at this point in the history
* Update gitignore

* Update parent version

* Bump minor version

* Update WC version

* Update to needed v16 snapshot dependencies
  • Loading branch information
alvarezguille committed Apr 14, 2020
1 parent 6d239c9 commit 97925f1
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ vaadin-rich-text-editor-flow-integration-tests/error-screenshots/

# The following files are generated/updated by flow-maven-plugin
package*.json
webpack.*.js
node_modules/
pnpm-lock.yaml
webpack.*.js
tsconfig.json
types.d.ts
node_modules/

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-base</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>vaadin-rich-text-editor-flow-root</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<name>Vaadin Rich Text Editor Root</name>
<inceptionYear>2018</inceptionYear>
<organization>
Expand Down
4 changes: 2 additions & 2 deletions vaadin-rich-text-editor-flow-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-rich-text-editor-flow-root</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-rich-text-editor-flow-demo</artifactId>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
14 changes: 7 additions & 7 deletions vaadin-rich-text-editor-flow-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-rich-text-editor-flow-root</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-rich-text-editor-integration-tests</artifactId>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-testbench</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!--System under test -->
Expand Down Expand Up @@ -81,27 +81,27 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-button-flow</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-dialog-flow</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-notification-flow</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-icons-flow</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-ordered-layout-flow</artifactId>
<version>2.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-rich-text-editor-flow-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vaadin-rich-text-editor-flow-root</artifactId>
<groupId>com.vaadin</groupId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-rich-text-editor-testbench</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-rich-text-editor-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-rich-text-editor-flow-root</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>vaadin-rich-text-editor-flow</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"WebComponent: Vaadin.RichTextEditorElement#1.0.0-alpha3",
"Flow#1.2-SNAPSHOT" })
@Tag("vaadin-rich-text-editor")
@NpmPackage(value = "@vaadin/vaadin-rich-text-editor", version = "1.1.1")
@NpmPackage(value = "@vaadin/vaadin-rich-text-editor", version = "1.2.0-alpha1")
@JsModule("@vaadin/vaadin-rich-text-editor/src/vaadin-rich-text-editor.js")
public abstract class GeneratedVaadinRichTextEditor<R extends GeneratedVaadinRichTextEditor<R, T>, T>
extends AbstractSinglePropertyField<R, T>
Expand Down

0 comments on commit 97925f1

Please sign in to comment.