Prepare viz-lib release with Antd v4 (#5443)

This commit is contained in:
Gabriel Dutra
2021-03-30 16:06:35 -03:00
committed by GitHub
parent a2c96c1e6d
commit fa8b24ea01
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ Required libraries:
- react (`>=16.8.0`)
- react-dom (`>=16.8.0`)
- antd (`>=3.19.0 < 4`)
- antd (`>=4.0.0`)
Using npm:

View File

@@ -1,6 +1,6 @@
{
"name": "@redash/viz",
"version": "0.1.1",
"version": "1.0.0",
"description": "Redash visualizations",
"main": "dist/redash-visualizations.js",
"scripts": {