Skip to content

Commit

Permalink
chore(release): 23.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Oct 3, 2022
1 parent 5259e96 commit 1af597f
Show file tree
Hide file tree
Showing 107 changed files with 519 additions and 519 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.2.2",
"version": "23.2.3",
"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.2.2",
"@vaadin/combo-box": "~23.2.2",
"@vaadin/dialog": "~23.2.2",
"@vaadin/grid": "~23.2.2",
"@vaadin/grid-pro": "~23.2.2",
"@vaadin/multi-select-combo-box": "~23.2.2",
"@vaadin/polymer-legacy-adapter": "~23.2.2",
"@vaadin/accordion": "~23.2.3",
"@vaadin/combo-box": "~23.2.3",
"@vaadin/dialog": "~23.2.3",
"@vaadin/grid": "~23.2.3",
"@vaadin/grid-pro": "~23.2.3",
"@vaadin/multi-select-combo-box": "~23.2.3",
"@vaadin/polymer-legacy-adapter": "~23.2.3",
"@vaadin/testing-helpers": "^0.3.2",
"@vaadin/time-picker": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2",
"@vaadin/time-picker": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3",
"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.2.2"
"version": "23.2.3"
}
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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,11 +36,11 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2",
"@vaadin/details": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/component-base": "~23.2.3",
"@vaadin/details": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,15 +36,15 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/button": "~23.2.2",
"@vaadin/component-base": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/button": "~23.2.3",
"@vaadin/component-base": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/tabs": "~23.2.2",
"@vaadin/tabs": "~23.2.3",
"@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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,14 +37,14 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/avatar": "~23.2.2",
"@vaadin/component-base": "~23.2.2",
"@vaadin/item": "~23.2.2",
"@vaadin/list-box": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-overlay": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/avatar": "~23.2.3",
"@vaadin/component-base": "~23.2.3",
"@vaadin/item": "~23.2.3",
"@vaadin/list-box": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-overlay": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,13 +37,13 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2",
"@vaadin/item": "~23.2.2",
"@vaadin/list-box": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-overlay": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/component-base": "~23.2.3",
"@vaadin/item": "~23.2.3",
"@vaadin/list-box": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-overlay": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2"
"@vaadin/component-base": "~23.2.3"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,10 +36,10 @@
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/component-base": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/charts",
"version": "23.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,8 +37,8 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2",
"@vaadin/component-base": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3",
"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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,12 +36,12 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/checkbox": "~23.2.2",
"@vaadin/component-base": "~23.2.2",
"@vaadin/field-base": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/checkbox": "~23.2.3",
"@vaadin/component-base": "~23.2.3",
"@vaadin/field-base": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,11 +36,11 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2",
"@vaadin/field-base": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/component-base": "~23.2.3",
"@vaadin/field-base": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,21 +38,21 @@
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2",
"@vaadin/field-base": "~23.2.2",
"@vaadin/input-container": "~23.2.2",
"@vaadin/item": "~23.2.2",
"@vaadin/lit-renderer": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-overlay": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/component-base": "~23.2.3",
"@vaadin/field-base": "~23.2.3",
"@vaadin/input-container": "~23.2.3",
"@vaadin/item": "~23.2.3",
"@vaadin/lit-renderer": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-overlay": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "~23.2.2",
"@vaadin/polymer-legacy-adapter": "~23.2.3",
"@vaadin/testing-helpers": "^0.3.2",
"@vaadin/text-field": "~23.2.2",
"@vaadin/text-field": "~23.2.3",
"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.2.2",
"version": "23.2.3",
"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.2.2';
return '23.2.3';
}

/** @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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,13 +36,13 @@
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/button": "~23.2.2",
"@vaadin/component-base": "~23.2.2",
"@vaadin/dialog": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-overlay": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/button": "~23.2.3",
"@vaadin/component-base": "~23.2.3",
"@vaadin/dialog": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-overlay": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"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.2.2",
"version": "23.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,18 +39,18 @@
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.2",
"@vaadin/item": "~23.2.2",
"@vaadin/list-box": "~23.2.2",
"@vaadin/lit-renderer": "~23.2.2",
"@vaadin/vaadin-lumo-styles": "~23.2.2",
"@vaadin/vaadin-material-styles": "~23.2.2",
"@vaadin/vaadin-overlay": "~23.2.2",
"@vaadin/vaadin-themable-mixin": "~23.2.2"
"@vaadin/component-base": "~23.2.3",
"@vaadin/item": "~23.2.3",
"@vaadin/list-box": "~23.2.3",
"@vaadin/lit-renderer": "~23.2.3",
"@vaadin/vaadin-lumo-styles": "~23.2.3",
"@vaadin/vaadin-material-styles": "~23.2.3",
"@vaadin/vaadin-overlay": "~23.2.3",
"@vaadin/vaadin-themable-mixin": "~23.2.3"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "~23.2.2",
"@vaadin/polymer-legacy-adapter": "~23.2.3",
"@vaadin/testing-helpers": "^0.3.2",
"sinon": "^13.0.2"
},
Expand Down
Loading

0 comments on commit 1af597f

Please sign in to comment.