Skip to content

Commit

Permalink
chore(release): 23.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Oct 14, 2022
1 parent 09a8898 commit 439dc60
Show file tree
Hide file tree
Showing 107 changed files with 521 additions and 521 deletions.
20 changes: 10 additions & 10 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@vaadin/integration-tests",
"version": "23.1.9",
"version": "23.1.10",
"private": true,
"description": "Vaadin web components integration tests",
"license": "Apache-2.0",
"author": "Vaadin Ltd",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/accordion": "~23.1.9",
"@vaadin/combo-box": "~23.1.9",
"@vaadin/dialog": "~23.1.9",
"@vaadin/grid": "~23.1.9",
"@vaadin/grid-pro": "~23.1.9",
"@vaadin/multi-select-combo-box": "~23.1.9",
"@vaadin/polymer-legacy-adapter": "~23.1.9",
"@vaadin/accordion": "~23.1.10",
"@vaadin/combo-box": "~23.1.10",
"@vaadin/dialog": "~23.1.10",
"@vaadin/grid": "~23.1.10",
"@vaadin/grid-pro": "~23.1.10",
"@vaadin/multi-select-combo-box": "~23.1.10",
"@vaadin/polymer-legacy-adapter": "~23.1.10",
"@vaadin/testing-helpers": "^0.3.2",
"@vaadin/time-picker": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9",
"@vaadin/time-picker": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10",
"sinon": "^13.0.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "23.1.9"
"version": "23.1.10"
}
12 changes: 6 additions & 6 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/accordion",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,11 +34,11 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/details": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/component-base": "~23.1.10",
"@vaadin/details": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/app-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/app-layout",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,15 +34,15 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/button": "~23.1.9",
"@vaadin/component-base": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/button": "~23.1.10",
"@vaadin/component-base": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/tabs": "~23.1.9",
"@vaadin/tabs": "~23.1.10",
"@vaadin/testing-helpers": "^0.3.2",
"sinon": "^13.0.2"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/avatar-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/avatar-group",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,14 +35,14 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/avatar": "~23.1.9",
"@vaadin/component-base": "~23.1.9",
"@vaadin/item": "~23.1.9",
"@vaadin/list-box": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-overlay": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/avatar": "~23.1.10",
"@vaadin/component-base": "~23.1.10",
"@vaadin/item": "~23.1.10",
"@vaadin/list-box": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-overlay": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
16 changes: 8 additions & 8 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/avatar",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,13 +35,13 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/item": "~23.1.9",
"@vaadin/list-box": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-overlay": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/component-base": "~23.1.10",
"@vaadin/item": "~23.1.10",
"@vaadin/list-box": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-overlay": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/board",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/component-base": "~23.1.10",
"@vaadin/vaadin-license-checker": "^2.1.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/button",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/component-base": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/charts",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,11 +35,11 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/component-base": "~23.1.10",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10",
"highcharts": "9.2.2"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/checkbox-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/checkbox-group",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,12 +34,12 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/checkbox": "~23.1.9",
"@vaadin/component-base": "~23.1.9",
"@vaadin/field-base": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/checkbox": "~23.1.10",
"@vaadin/component-base": "~23.1.10",
"@vaadin/field-base": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/checkbox",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,11 +34,11 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/field-base": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/component-base": "~23.1.10",
"@vaadin/field-base": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
24 changes: 12 additions & 12 deletions packages/combo-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/combo-box",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,21 +36,21 @@
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/field-base": "~23.1.9",
"@vaadin/input-container": "~23.1.9",
"@vaadin/item": "~23.1.9",
"@vaadin/lit-renderer": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-overlay": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/component-base": "~23.1.10",
"@vaadin/field-base": "~23.1.10",
"@vaadin/input-container": "~23.1.10",
"@vaadin/item": "~23.1.10",
"@vaadin/lit-renderer": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-overlay": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "~23.1.9",
"@vaadin/polymer-legacy-adapter": "~23.1.10",
"@vaadin/testing-helpers": "^0.3.2",
"@vaadin/text-field": "~23.1.9",
"@vaadin/text-field": "~23.1.10",
"lit": "^2.0.0",
"sinon": "^13.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/component-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/component-base",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/component-base/src/element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const registered = new Set();
export const ElementMixin = (superClass) =>
class VaadinElementMixin extends DirMixin(superClass) {
static get version() {
return '23.1.9';
return '23.1.10';
}

/** @protected */
Expand Down
16 changes: 8 additions & 8 deletions packages/confirm-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/confirm-dialog",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,14 +35,14 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/button": "~23.1.9",
"@vaadin/component-base": "~23.1.9",
"@vaadin/dialog": "~23.1.9",
"@vaadin/button": "~23.1.10",
"@vaadin/component-base": "~23.1.10",
"@vaadin/dialog": "~23.1.10",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-overlay": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-overlay": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
20 changes: 10 additions & 10 deletions packages/context-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/context-menu",
"version": "23.1.9",
"version": "23.1.10",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,18 +37,18 @@
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.1.9",
"@vaadin/item": "~23.1.9",
"@vaadin/list-box": "~23.1.9",
"@vaadin/lit-renderer": "~23.1.9",
"@vaadin/vaadin-lumo-styles": "~23.1.9",
"@vaadin/vaadin-material-styles": "~23.1.9",
"@vaadin/vaadin-overlay": "~23.1.9",
"@vaadin/vaadin-themable-mixin": "~23.1.9"
"@vaadin/component-base": "~23.1.10",
"@vaadin/item": "~23.1.10",
"@vaadin/list-box": "~23.1.10",
"@vaadin/lit-renderer": "~23.1.10",
"@vaadin/vaadin-lumo-styles": "~23.1.10",
"@vaadin/vaadin-material-styles": "~23.1.10",
"@vaadin/vaadin-overlay": "~23.1.10",
"@vaadin/vaadin-themable-mixin": "~23.1.10"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "~23.1.9",
"@vaadin/polymer-legacy-adapter": "~23.1.10",
"@vaadin/testing-helpers": "^0.3.2",
"sinon": "^13.0.2"
}
Expand Down
Loading

0 comments on commit 439dc60

Please sign in to comment.