Skip to content

Commit

Permalink
update versions to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivid CI committed May 5, 2021
1 parent 325d367 commit 13d4bbb
Show file tree
Hide file tree
Showing 104 changed files with 387 additions and 379 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.2](https://github.com/Vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)

**Note:** Version bump only for package @vivid/root





## [2.6.1](https://github.com/Vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)

**Note:** Version bump only for package @vivid/root
Expand Down
4 changes: 2 additions & 2 deletions common/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"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.6.1",
"@vonage/vvd-core": "2.6.2",
"lit-element": "^2.4.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.6.1",
"@vonage/vvd-foundation": "2.6.1",
"@vonage/vvd-typography": "2.6.1",
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-design-tokens": "2.6.2",
"@vonage/vvd-foundation": "2.6.2",
"@vonage/vvd-typography": "2.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"typescript": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions common/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "> TODO: description",
"author": "yinonov <[email protected]>",
"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.6.1",
"@vonage/vvd-scheme": "2.6.1",
"@vonage/vvd-fonts": "2.6.2",
"@vonage/vvd-scheme": "2.6.2",
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-umbrella": "2.6.2",
"typescript": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions common/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "Vivid Design Tokens Builder",
"homepage": "https://github.com/Vonage/vivid/tree/master/common/design-tokens#readme",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions common/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "Vivid fonts initialisation service",
"homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts",
"license": "ISC",
Expand Down Expand Up @@ -31,8 +31,8 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-foundation": "2.6.1",
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-foundation": "2.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"typescript": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions common/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"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.0.3"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.6.1",
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-design-tokens": "2.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"typescript": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions common/scheme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "Vivid scheme management service",
"author": "yinonov <[email protected]>",
"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.6.1",
"@vonage/vvd-foundation": "2.6.2",
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.6.1",
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-design-tokens": "2.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"lit-element": "^2.4.0",
"typescript": "^4.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions common/style-coupling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "> TODO: description",
"author": "yinonov <[email protected]>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/style-coupling#readme",
Expand All @@ -25,8 +25,8 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.6.1",
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-design-tokens": "2.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"lit-element": "^2.4.0",
"typescript": "^4.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions common/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "> TODO: description",
"author": "yinonov <[email protected]>",
"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.6.1"
"@vonage/vvd-design-tokens": "2.6.2"
}
}
4 changes: 2 additions & 2 deletions common/umbrella/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/Vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/Vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/Vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/Vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "Supplies various tools for authoring, testing and building Vivid components",
"keywords": [
"build",
Expand Down
4 changes: 2 additions & 2 deletions components/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



Expand Down
6 changes: 3 additions & 3 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.6.1",
"version": "2.6.2",
"description": "Plays audio files",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/audio#readme",
"license": "ISC",
Expand All @@ -26,11 +26,11 @@
},
"dependencies": {
"@types/kefir": "^3.8.5",
"@vonage/vwc-media-controller": "2.6.1",
"@vonage/vwc-media-controller": "2.6.2",
"kefir": "^3.8.7"
},
"devDependencies": {
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-umbrella": "2.6.2",
"typescript": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)



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.6.1",
"version": "2.6.2",
"description": "> TODO: description",
"author": "yinonov <[email protected]>",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/badge#readme",
Expand Down Expand Up @@ -28,15 +28,15 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-core": "2.6.1",
"@vonage/vvd-foundation": "2.6.1",
"@vonage/vvd-core": "2.6.2",
"@vonage/vvd-foundation": "2.6.2",
"lit-element": "^2.4.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.6.1",
"@vonage/vvd-typography": "2.6.1",
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-design-tokens": "2.6.2",
"@vonage/vvd-typography": "2.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"typescript": "^4.1.3"
}
}
4 changes: 2 additions & 2 deletions components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [2.6.1](https://github.com/vonage/vivid/compare/v2.8.0...v2.6.1) (2021-05-04)
## [2.6.2](https://github.com/vonage/vivid/compare/v2.6.1...v2.6.2) (2021-05-05)



# [2.8.0](https://github.com/vonage/vivid/compare/v2.6.0...v2.8.0) (2021-05-04)
## [2.6.1](https://github.com/vonage/vivid/compare/v2.6.0...v2.6.1) (2021-05-04)


### Features
Expand Down
14 changes: 7 additions & 7 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vwc-button",
"version": "2.6.1",
"version": "2.6.2",
"description": "button component",
"homepage": "https://github.com/Vonage/vivid/tree/master/components/button#readme",
"license": "ISC",
Expand All @@ -27,16 +27,16 @@
},
"dependencies": {
"@material/mwc-button": "^0.21.0",
"@vonage/vvd-core": "2.6.1",
"@vonage/vvd-foundation": "2.6.1",
"@vonage/vvd-style-coupling": "2.6.1",
"@vonage/vwc-icon": "2.6.1",
"@vonage/vvd-core": "2.6.2",
"@vonage/vvd-foundation": "2.6.2",
"@vonage/vvd-style-coupling": "2.6.2",
"@vonage/vwc-icon": "2.6.2",
"lit-element": "^2.4.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@vonage/vvd-typography": "2.6.1",
"@vonage/vvd-umbrella": "2.6.1",
"@vonage/vvd-typography": "2.6.2",
"@vonage/vvd-umbrella": "2.6.2",
"typescript": "^4.1.3"
}
}
Loading

0 comments on commit 13d4bbb

Please sign in to comment.