Skip to content

Commit

Permalink
chore: 3.0.0 version release - update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Jun 17, 2020
1 parent 188e0b1 commit fd5236d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 deletions.
31 changes: 12 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": {
"name": "CoreUI",
Expand All @@ -24,10 +24,10 @@
},
"dependencies": {
"@coreui/chartjs": "^2.0.0",
"@coreui/coreui": "^3.2.0",
"@coreui/coreui": "^3.2.2",
"@coreui/icons": "2.0.0-beta.4",
"@coreui/icons-react": "^1.0.1",
"@coreui/react": "^3.0.1",
"@coreui/react": "^3.0.3",
"@coreui/react-chartjs": "^1.0.0",
"@coreui/utils": "^1.3.1",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -75,7 +75,7 @@
]
},
"engines": {
"node": ">=8.16",
"node": ">=10",
"npm": ">=6"
}
}
2 changes: 2 additions & 0 deletions src/views/base/popovers/Popovers.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ const Popovers = () => {
<CPopover header="Popover header"
content={`Popover with placement: ${placement}`}
placement={placement}
interactive={true}
trigger="click"
>
<CButton color="primary">
{ placement }
Expand Down
13 changes: 11 additions & 2 deletions src/views/notifications/modals/Modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,20 @@ const Modals = () => {
<CButton
onClick={() => setModal(!modal)}
className="mr-1"
color="secondary"
>Launch demo modal</CButton>
<CButton onClick={() => setLarge(!large)} className="mr-1">
<CButton
onClick={() => setLarge(!large)}
className="mr-1"
color="secondary"
>
Launch large modal
</CButton>
<CButton onClick={() => setSmall(!large)} className="mr-1">
<CButton
onClick={() => setSmall(!large)}
className="mr-1"
color="secondary"
>
Launch small modal
</CButton>
<CModal
Expand Down

0 comments on commit fd5236d

Please sign in to comment.