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 version to 20.2.0 #13019

Merged
merged 1 commit into from
May 13, 2020
Merged
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
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clone:
pipeline:

build:
image: devexpress/devextreme-build:20_1
image: devexpress/devextreme-build:20_2
environment:
- TRAVIS=true
commands:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ script:
-e COMPONENT=$COMPONENT
-e JQUERY=$JQUERY
-v $TRAVIS_BUILD_DIR:/devextreme
docker.io/devexpress/devextreme-build:20_1
docker.io/devexpress/devextreme-build:20_2
./docker-ci.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DevExtreme

[![Build Status](https://devextreme-ci.devexpress.com/api/badges/DevExpress/DevExtreme/status.svg?branch=20_1)](https://devextreme-ci.devexpress.com/DevExpress/DevExtreme)
[![Build Status](https://devextreme-ci.devexpress.com/api/badges/DevExpress/DevExtreme/status.svg?branch=20_2)](https://devextreme-ci.devexpress.com/DevExpress/DevExtreme)

Voted the best cross-platform component suite containing everything you need to create responsive web apps for touch devices and traditional desktops: data grid, interactive charts, data editors, navigation and multi-purpose widgets that are designed to look great and provide powerful functionality in any browser.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme",
"version": "20.1.3",
"version": "20.2.0",
"description": "HTML5 JavaScript Component Suite for Responsive Web Development",
"keywords": [
"html5",
Expand Down
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build:

pre_ci_boot:
image_name: docker.io/devexpress/devextreme-build
image_tag: "20_1"
image_tag: "20_2"
pull: true

ci:
Expand Down