Skip to content

Commit f467b18

Browse files
committed
update versions to 2.43.1
1 parent f7e4aab commit f467b18

File tree

136 files changed

+660
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+660
-384
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.43.1](https://github.com/Vonage/vivid/compare/v2.43.0...v2.43.1) (2023-07-11)
7+
8+
**Note:** Version bump only for package @vivid/root
9+
10+
11+
12+
13+
614
# [2.43.0](https://github.com/Vonage/vivid/compare/v2.42.0...v2.43.0) (2023-07-03)
715

816

common/context/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.43.1](https://github.com/vonage/vivid/compare/v2.43.0...v2.43.1) (2023-07-11)
2+
3+
4+
15
# [2.43.0](https://github.com/vonage/vivid/compare/v2.42.0...v2.43.0) (2023-07-03)
26

37

common/context/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/vvd-context",
3-
"version": "2.43.0",
3+
"version": "2.43.1",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/Vonage/vivid/tree/master/components/context#readme",
66
"license": "ISC",
@@ -28,15 +28,15 @@
2828
"url": "https://github.com/Vonage/vivid/issues"
2929
},
3030
"dependencies": {
31-
"@vonage/vvd-core": "2.43.0",
31+
"@vonage/vvd-core": "2.43.1",
3232
"lit-element": "^2.4.0",
3333
"tslib": "^2.3.0"
3434
},
3535
"devDependencies": {
36-
"@vonage/vvd-design-tokens": "2.43.0",
37-
"@vonage/vvd-foundation": "2.43.0",
38-
"@vonage/vvd-typography": "2.43.0",
39-
"@vonage/vvd-umbrella": "2.43.0",
36+
"@vonage/vvd-design-tokens": "2.43.1",
37+
"@vonage/vvd-foundation": "2.43.1",
38+
"@vonage/vvd-typography": "2.43.1",
39+
"@vonage/vvd-umbrella": "2.43.1",
4040
"typescript": "^4.3.2"
4141
}
4242
}

common/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.43.1](https://github.com/vonage/vivid/compare/v2.43.0...v2.43.1) (2023-07-11)
2+
3+
4+
15
# [2.43.0](https://github.com/vonage/vivid/compare/v2.42.0...v2.43.0) (2023-07-03)
26

37

common/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/vvd-core",
3-
"version": "2.43.0",
3+
"version": "2.43.1",
44
"description": "> TODO: description",
55
"author": "yinonov <[email protected]>",
66
"homepage": "https://github.com/Vonage/vivid/tree/master/components/core#readme",
@@ -27,12 +27,12 @@
2727
"url": "https://github.com/Vonage/vivid/issues"
2828
},
2929
"dependencies": {
30-
"@vonage/vvd-fonts": "2.43.0",
31-
"@vonage/vvd-scheme": "2.43.0",
30+
"@vonage/vvd-fonts": "2.43.1",
31+
"@vonage/vvd-scheme": "2.43.1",
3232
"tslib": "^2.3.0"
3333
},
3434
"devDependencies": {
35-
"@vonage/vvd-umbrella": "2.43.0",
35+
"@vonage/vvd-umbrella": "2.43.1",
3636
"typescript": "^4.3.2"
3737
}
3838
}

common/design-tokens/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.43.1](https://github.com/vonage/vivid/compare/v2.43.0...v2.43.1) (2023-07-11)
2+
3+
4+
15
# [2.43.0](https://github.com/vonage/vivid/compare/v2.42.0...v2.43.0) (2023-07-03)
26

37

common/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/vvd-design-tokens",
3-
"version": "2.43.0",
3+
"version": "2.43.1",
44
"description": "Vivid Design Tokens Builder",
55
"homepage": "https://github.com/Vonage/vivid/tree/master/common/design-tokens#readme",
66
"license": "ISC",

common/fonts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.43.1](https://github.com/vonage/vivid/compare/v2.43.0...v2.43.1) (2023-07-11)
2+
3+
4+
15
# [2.43.0](https://github.com/vonage/vivid/compare/v2.42.0...v2.43.0) (2023-07-03)
26

37

common/fonts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/vvd-fonts",
3-
"version": "2.43.0",
3+
"version": "2.43.1",
44
"description": "Vivid fonts initialisation service",
55
"homepage": "https://github.com/Vonage/vivid/tree/master/common/fonts",
66
"license": "ISC",
@@ -32,8 +32,8 @@
3232
"tslib": "^2.3.0"
3333
},
3434
"devDependencies": {
35-
"@vonage/vvd-foundation": "2.43.0",
36-
"@vonage/vvd-umbrella": "2.43.0",
35+
"@vonage/vvd-foundation": "2.43.1",
36+
"@vonage/vvd-umbrella": "2.43.1",
3737
"typescript": "^4.3.2"
3838
}
3939
}

common/foundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.43.1](https://github.com/vonage/vivid/compare/v2.43.0...v2.43.1) (2023-07-11)
2+
3+
4+
15
# [2.43.0](https://github.com/vonage/vivid/compare/v2.42.0...v2.43.0) (2023-07-03)
26

37

0 commit comments

Comments
 (0)