Skip to content

Commit

Permalink
update versions to 2.25.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vng-vivid committed Mar 7, 2022
1 parent 4524584 commit bd24e3d
Show file tree
Hide file tree
Showing 130 changed files with 682 additions and 370 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.25.10](https://github.com/Vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)


### Bug Fixes

* **accordion:** add headline to wrap panel button ([#1231](https://github.com/Vonage/vivid/issues/1231)) ([f05114d](https://github.com/Vonage/vivid/commit/f05114d7584a7b262b20dd44c013e1ae32494874))
* **popup:** now watching anchor size for position correctness ([#1236](https://github.com/Vonage/vivid/issues/1236)) ([755c072](https://github.com/Vonage/vivid/commit/755c072b9f8eae4f6df83f2d5cb6ec06588246a4)), closes [#1234](https://github.com/Vonage/vivid/issues/1234)
* **side-drawer:** uncomment blocking elements import ([#1241](https://github.com/Vonage/vivid/issues/1241)) ([6510ef0](https://github.com/Vonage/vivid/commit/6510ef0aa88547705e1662f748f91bcda0584b13))
* **snackbar:** support heading in non legacy mode ([#1192](https://github.com/Vonage/vivid/issues/1192)) ([3d88e47](https://github.com/Vonage/vivid/commit/3d88e4725af3707d3eac9a83384344d2667a60aa))
* **tooltip:** tooltip stories not shown ([#1238](https://github.com/Vonage/vivid/issues/1238)) ([83f40aa](https://github.com/Vonage/vivid/commit/83f40aa5bf57409b33fce14b5b6d519cbcb8da5b))


### Features

* **accordion:** add meta ([#1225](https://github.com/Vonage/vivid/issues/1225)) ([2341999](https://github.com/Vonage/vivid/commit/23419991d4fa1e33644ea460ef566aca4b37a1fa))
* **vwc-popup:** change anchorEl to anchorId ([#1214](https://github.com/Vonage/vivid/issues/1214)) ([c7640bd](https://github.com/Vonage/vivid/commit/c7640bdfe20aa244533396c54fc16f3cd685ae32))





## [2.25.9](https://github.com/Vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
4 changes: 4 additions & 0 deletions common/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
12 changes: 6 additions & 6 deletions common/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-context",
"version": "2.25.9",
"version": "2.25.10",
"description": "> TODO: description",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/context#readme",
"license": "ISC",
Expand Down Expand Up @@ -28,15 +28,15 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-core": "2.25.9",
"@vonage/vvd-core": "2.25.10",
"lit-element": "^2.4.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-foundation": "2.25.9",
"@vonage/vvd-typography": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-design-tokens": "2.25.10",
"@vonage/vvd-foundation": "2.25.10",
"@vonage/vvd-typography": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"typescript": "^4.3.2"
}
}
4 changes: 4 additions & 0 deletions common/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
8 changes: 4 additions & 4 deletions common/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-core",
"version": "2.25.9",
"version": "2.25.10",
"description": "> TODO: description",
"author": "yinonov <yinon@hotmail.com>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/core#readme",
Expand All @@ -27,12 +27,12 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-fonts": "2.25.9",
"@vonage/vvd-scheme": "2.25.9",
"@vonage/vvd-fonts": "2.25.10",
"@vonage/vvd-scheme": "2.25.10",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-umbrella": "2.25.10",
"typescript": "^4.3.2"
}
}
4 changes: 4 additions & 0 deletions common/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
2 changes: 1 addition & 1 deletion common/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-design-tokens",
"version": "2.25.9",
"version": "2.25.10",
"description": "Vivid Design Tokens Builder",
"homepage": "https://github.com/Vonage/vivid/tree/master/common/design-tokens#readme",
"license": "ISC",
Expand Down
4 changes: 4 additions & 0 deletions common/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
6 changes: 3 additions & 3 deletions common/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-fonts",
"version": "2.25.9",
"version": "2.25.10",
"description": "Vivid fonts initialisation service",
"homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts",
"license": "ISC",
Expand Down Expand Up @@ -32,8 +32,8 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-foundation": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-foundation": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"typescript": "^4.3.2"
}
}
4 changes: 4 additions & 0 deletions common/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
6 changes: 3 additions & 3 deletions common/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-foundation",
"version": "2.25.9",
"version": "2.25.10",
"description": "internal package to hold constants, definitions and primitives to be used in the rest of Vivid ecosystem",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/foundation#readme",
"license": "ISC",
Expand Down Expand Up @@ -31,8 +31,8 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-design-tokens": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"typescript": "^4.3.2"
}
}
4 changes: 4 additions & 0 deletions common/scheme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
8 changes: 4 additions & 4 deletions common/scheme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-scheme",
"version": "2.25.9",
"version": "2.25.10",
"description": "Vivid scheme management service",
"author": "yinonov <yinon@hotmail.com>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/scheme#readme",
Expand All @@ -22,12 +22,12 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-foundation": "2.25.9",
"@vonage/vvd-foundation": "2.25.10",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-design-tokens": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"lit-element": "^2.4.0",
"typescript": "^4.3.2"
}
Expand Down
4 changes: 4 additions & 0 deletions common/style-coupling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
6 changes: 3 additions & 3 deletions common/style-coupling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-style-coupling",
"version": "2.25.9",
"version": "2.25.10",
"description": "> TODO: description",
"author": "yinonov <yinon@hotmail.com>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/style-coupling#readme",
Expand All @@ -25,8 +25,8 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-design-tokens": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"lit-element": "^2.4.0",
"typescript": "^4.3.2"
}
Expand Down
4 changes: 4 additions & 0 deletions common/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
4 changes: 2 additions & 2 deletions common/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-typography",
"version": "2.25.9",
"version": "2.25.10",
"description": "> TODO: description",
"author": "yinonov <yinon@hotmail.com>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/typography#readme",
Expand All @@ -17,6 +17,6 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.9"
"@vonage/vvd-design-tokens": "2.25.10"
}
}
4 changes: 4 additions & 0 deletions common/umbrella/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/Vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/Vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
2 changes: 1 addition & 1 deletion common/umbrella/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vvd-umbrella",
"version": "2.25.9",
"version": "2.25.10",
"description": "Supplies various tools for authoring, testing and building Vivid components",
"keywords": [
"build",
Expand Down
4 changes: 4 additions & 0 deletions components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
10 changes: 5 additions & 5 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vwc-accordion",
"version": "2.25.9",
"version": "2.25.10",
"description": "accordion component",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/accordion#readme",
"license": "ISC",
Expand All @@ -27,14 +27,14 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-core": "2.25.9",
"@vonage/vwc-expansion-panel": "2.25.9",
"@vonage/vvd-core": "2.25.10",
"@vonage/vwc-expansion-panel": "2.25.10",
"lit-element": "^2.4.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-design-tokens": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"typescript": "^4.3.2"
}
}
4 changes: 4 additions & 0 deletions components/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
16 changes: 8 additions & 8 deletions components/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vwc-audio",
"version": "2.25.9",
"version": "2.25.10",
"description": "Plays audio files",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/audio#readme",
"license": "ISC",
Expand All @@ -26,18 +26,18 @@
},
"dependencies": {
"@material/mwc-base": "^0.22.1",
"@vonage/vvd-core": "2.25.9",
"@vonage/vvd-foundation": "2.25.9",
"@vonage/vwc-icon": "2.25.9",
"@vonage/vwc-media-controller": "2.25.9",
"@vonage/vvd-core": "2.25.10",
"@vonage/vvd-foundation": "2.25.10",
"@vonage/vwc-icon": "2.25.10",
"@vonage/vwc-media-controller": "2.25.10",
"lit-element": "^2.4.0",
"lit-html": "^1.1.1",
"ramda": "^0.27.1"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.25.9",
"@vonage/vvd-typography": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-design-tokens": "2.25.10",
"@vonage/vvd-typography": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"typescript": "^4.3.2"
}
}
4 changes: 4 additions & 0 deletions components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down
12 changes: 6 additions & 6 deletions components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vwc-badge",
"version": "2.25.9",
"version": "2.25.10",
"description": "> TODO: description",
"author": "yinonov <yinon@hotmail.com>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/badge#readme",
Expand Down Expand Up @@ -28,16 +28,16 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-core": "2.25.9",
"@vonage/vvd-foundation": "2.25.9",
"@vonage/vwc-icon": "2.25.9",
"@vonage/vvd-core": "2.25.10",
"@vonage/vvd-foundation": "2.25.10",
"@vonage/vwc-icon": "2.25.10",
"lit-element": "^2.4.0",
"lit-html": "^1.3.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-typography": "2.25.9",
"@vonage/vvd-umbrella": "2.25.9",
"@vonage/vvd-typography": "2.25.10",
"@vonage/vvd-umbrella": "2.25.10",
"typescript": "^4.3.2"
}
}
4 changes: 4 additions & 0 deletions components/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.25.10](https://github.com/vonage/vivid/compare/v2.25.9...v2.25.10) (2022-03-07)



## [2.25.9](https://github.com/vonage/vivid/compare/v2.25.8...v2.25.9) (2022-02-06)


Expand Down

0 comments on commit bd24e3d

Please sign in to comment.