Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 21.2.13 #701

Open
wants to merge 1 commit into
base: 21.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/devextreme-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-vue",
"version": "21.2.10",
"version": "21.2.13",
"description": "DevExtreme Vue UI and Visualization Components",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"del": "^3.0.0",
"devextreme": "21.2-next",
"devextreme-vue-generator": "^1.3.0",
"devextreme-vue2-strategy": "~21.2.10",
"devextreme-vue2-strategy": "~21.2.13",
"gulp": "^4.0.0",
"gulp-header": "^2.0.5",
"gulp-shell": "^0.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "devextreme-vue-sandbox",
"description": "DevExtreme Vue UI and Visualization Components",
"private": true,
"version": "21.2.10",
"version": "21.2.13",
"author": "Developer Express Inc.",
"license": "MIT",
"repository": {
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"devextreme": "21.2-next",
"devextreme-vue": "~21.2.10"
"devextreme-vue": "~21.2.13"
},
"devDependencies": {
"@types/jest": "^22.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2-strategy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devextreme-vue2-strategy",
"private": true,
"version": "21.2.10",
"version": "21.2.13",
"main": "npm/index",
"types": "npm/index",
"files": [
Expand Down