Skip to content

Commit 6f343b8

Browse files
authored
fix material d.ts. (#403)
1 parent 52a5953 commit 6f343b8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 4.0.2
3+
- Fixed MaterialConfig import for TS projects (issue #368)
24
- 4.0.1
35
- Added custom context to isolate Query Builder store (PR #350)
46
- Added support for React 17 as a peer dependency

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-awesome-query-builder",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder",
55
"keywords": [
66
"query-builder",

scripts/build-npm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ babel -d lib ./modules
33
node-sass css/ -o lib/css/ --output-style compressed
44
cp modules/index.d.ts lib/index.d.ts
55
cp modules/config/antd/index.d.ts lib/config/antd/index.d.ts
6+
cp modules/config/material/index.d.ts lib/config/material/index.d.ts
67
cp modules/components/widgets/antd/index.d.ts lib/components/widgets/antd/index.d.ts
78
find lib -type d -name __tests__ | xargs rm -rf

0 commit comments

Comments
 (0)