Skip to content

Commit de639e1

Browse files
authored
Update to 19.1.11 (#370)
1 parent b19939c commit de639e1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-vue",
3-
"version": "19.1.10",
3+
"version": "19.1.11",
44
"description": "DevExtreme Vue UI and Visualization Components",
55
"repository": {
66
"type": "git",
@@ -27,7 +27,7 @@
2727
"author": "Developer Express Inc.",
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"devextreme": "~19.1.10",
30+
"devextreme": "~19.1.11",
3131
"vue": "^2.5.16"
3232
},
3333
"devDependencies": {
@@ -37,7 +37,7 @@
3737
"css-loader": "^2.1.1",
3838
"dasherize": "^2.0.0",
3939
"del": "^3.0.0",
40-
"devextreme": "~19.1.10",
40+
"devextreme": "~19.1.11",
4141
"dot": "^1.1.2",
4242
"gulp": "^4.0.0",
4343
"gulp-header": "^2.0.5",

tools/integration-data.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"meta": {
3-
"docsRevision": "984b5e10cfef6ae6cb72435244042b940249ff0c"
3+
"docsRevision": "f787ce29d9f069cdd16665db74b5770a193a2c5b"
44
},
55
"widgets": [
66
{
@@ -98265,9 +98265,11 @@
9826598265
"\"background\"",
9826698266
"\"bold\"",
9826798267
"\"color\"",
98268+
"\"font\"",
9826898269
"\"italic\"",
9826998270
"\"link\"",
9827098271
"\"image\"",
98272+
"\"size\"",
9827198273
"\"strike\"",
9827298274
"\"subscript\"",
9827398275
"\"superscript\"",
@@ -98736,9 +98738,11 @@
9873698738
"\"background\"",
9873798739
"\"bold\"",
9873898740
"\"color\"",
98741+
"\"font\"",
9873998742
"\"italic\"",
9874098743
"\"link\"",
9874198744
"\"image\"",
98745+
"\"size\"",
9874298746
"\"strike\"",
9874398747
"\"subscript\"",
9874498748
"\"superscript\"",
@@ -250942,9 +250946,11 @@
250942250946
"\"background\"",
250943250947
"\"bold\"",
250944250948
"\"color\"",
250949+
"\"font\"",
250945250950
"\"italic\"",
250946250951
"\"link\"",
250947250952
"\"image\"",
250953+
"\"size\"",
250948250954
"\"strike\"",
250949250955
"\"subscript\"",
250950250956
"\"superscript\"",
@@ -251006,9 +251012,11 @@
251006251012
"\"background\"",
251007251013
"\"bold\"",
251008251014
"\"color\"",
251015+
"\"font\"",
251009251016
"\"italic\"",
251010251017
"\"link\"",
251011251018
"\"image\"",
251019+
"\"size\"",
251012251020
"\"strike\"",
251013251021
"\"subscript\"",
251014251022
"\"superscript\"",

0 commit comments

Comments
 (0)