Skip to content

Commit bc18ff1

Browse files
committed
release: v4.0.0-beta.2
1 parent f244f11 commit bc18ff1

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

dist/components/widgets/CWidgetDropdown.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { HTMLAttributes, ReactNode } from 'react';
22
import { Colors } from '../Types';
33
export interface CWidgetDropdownProps extends HTMLAttributes<HTMLDivElement> {
44
action?: string | ReactNode;
5+
change?: string | ReactNode;
56
chart?: string | ReactNode;
67
/**
78
* A string of all className you want applied to the base component. [docs]

dist/index.es.js

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "4.0.0-beta.1",
3+
"version": "4.0.0-beta.2",
44
"description": "",
55
"license": "MIT",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)