Skip to content

Commit

Permalink
Update to 18.2.11 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored and babich-a committed Nov 20, 2019
1 parent 39ef5ab commit f74a998
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-vue",
"version": "18.2.10",
"version": "18.2.11",
"description": "DevExtreme Vue UI and Visualization Components",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"devextreme": "~18.2.10",
"devextreme": "~18.2.11",
"vue": "^2.5.16"
},
"devDependencies": {
Expand All @@ -36,7 +36,7 @@
"css-loader": "^0.28.11",
"dasherize": "^2.0.0",
"del": "^3.0.0",
"devextreme": "~18.2.10",
"devextreme": "~18.2.11",
"dot": "^1.1.2",
"gulp": "^4.0.0",
"gulp-header": "^2.0.5",
Expand Down
10 changes: 9 additions & 1 deletion tools/integration-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"docsRevision": "2767635360204f96a5c116e1b2bee6bdc94b32de"
"docsRevision": "c7f0cf1c1d812c19d33f44f72b1845b61936d22f"
},
"widgets": [
{
Expand Down Expand Up @@ -34594,6 +34594,7 @@
],
"props": [
{
"isSubscribable": true,
"name": "endValue",
"types": [
{
Expand Down Expand Up @@ -34707,6 +34708,7 @@
]
},
{
"isSubscribable": true,
"name": "startValue",
"types": [
{
Expand All @@ -34731,6 +34733,7 @@
],
"props": [
{
"isSubscribable": true,
"name": "endValue",
"types": [
{
Expand Down Expand Up @@ -34844,6 +34847,7 @@
]
},
{
"isSubscribable": true,
"name": "startValue",
"types": [
{
Expand Down Expand Up @@ -147237,6 +147241,7 @@
],
"props": [
{
"isSubscribable": true,
"name": "endValue",
"types": [
{
Expand Down Expand Up @@ -147350,6 +147355,7 @@
]
},
{
"isSubscribable": true,
"name": "startValue",
"types": [
{
Expand Down Expand Up @@ -247791,6 +247797,7 @@
"name": "VizRange",
"props": [
{
"isSubscribable": true,
"name": "endValue",
"types": [
{
Expand Down Expand Up @@ -247904,6 +247911,7 @@
]
},
{
"isSubscribable": true,
"name": "startValue",
"types": [
{
Expand Down

0 comments on commit f74a998

Please sign in to comment.