Skip to content

Commit 293c637

Browse files
committed
chore: 3.0.3 version release: update dependencies and changelog
1 parent 7740fce commit 293c637

File tree

3 files changed

+28
-56
lines changed

3 files changed

+28
-56
lines changed

CHANGELOG.md

+10-38
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5+
#### [3.0.3](https://github.com/coreui/coreui-react/compare/3.0.2...3.0.3)
6+
7+
> 17 June 2020
8+
9+
- chore: add auto-changelog [`dd56a22`](https://github.com/coreui/coreui-react/commit/dd56a22df2479371b33abc3802fb4f0406525fe1)
10+
- fix: CModal: fix animations [`7740fce`](https://github.com/coreui/coreui-react/commit/7740fcee3583d0fd9324f23d1cd12f0c9914b19a)
11+
- fix: CBreadcrumbRouter: add route parameters support #118 [`6d8b59b`](https://github.com/coreui/coreui-react/commit/6d8b59b9cfa145a30f4e54832941ce28ef514e29)
612

713
#### [3.0.2](https://github.com/coreui/coreui-react/compare/3.0.1...3.0.2)
814

@@ -26,46 +32,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2632
- chore: 3.0.0 release [`aec0f09`](https://github.com/coreui/coreui-react/commit/aec0f093e08d92d38a3e633623e61971d7e93d67)
2733
- fix: prevent breaking change in CListGroupItemHeading/Text [`8299524`](https://github.com/coreui/coreui-react/commit/829952493cbd84ebc607ec748617fb9d666354d2)
2834

29-
#### 3.0.0-rc.2
35+
#### [3.0.0-rc.2](https://github.com/coreui/coreui-react/compare/v2.5.8...3.0.0-rc.2)
3036

3137
> 29 May 2020
3238
3339
- Breadcrumb rewrite, BuuttonGroup & ButtonToolbar refactor [`#2`](https://github.com/coreui/coreui-react/pull/2)
3440
- fix: CAlert: component refactor [`#1`](https://github.com/coreui/coreui-react/pull/1)
35-
- v2.5.5 fix [`#101`](https://github.com/coreui/coreui-react/pull/101)
36-
- v2.5.4 [`#92`](https://github.com/coreui/coreui-react/pull/92)
37-
- v2.5.3 [`#91`](https://github.com/coreui/coreui-react/pull/91)
38-
- v2.5.2 [`#84`](https://github.com/coreui/coreui-react/pull/84)
39-
- v2.5.1 [`#77`](https://github.com/coreui/coreui-react/pull/77)
40-
- v2.5.0 [`#74`](https://github.com/coreui/coreui-react/pull/74)
41-
- v2.1.7 [`#72`](https://github.com/coreui/coreui-react/pull/72)
42-
- v2.1.6 [`#63`](https://github.com/coreui/coreui-react/pull/63)
43-
- Fix sidebar prop minimized issue [`#58`](https://github.com/coreui/coreui-react/pull/58)
44-
- v2.1.3 [`#54`](https://github.com/coreui/coreui-react/pull/54)
45-
- v.2.1.2 [`#53`](https://github.com/coreui/coreui-react/pull/53)
46-
- v2.1.1 [`#48`](https://github.com/coreui/coreui-react/pull/48)
47-
- v2.1.0 [`#45`](https://github.com/coreui/coreui-react/pull/45)
48-
- v2.0.8 [`#41`](https://github.com/coreui/coreui-react/pull/41)
49-
- fix(SidebarNav): dirty fix for rtl ps scrollingX issue [`#40`](https://github.com/coreui/coreui-react/pull/40)
50-
- v2.0.6 [`#39`](https://github.com/coreui/coreui-react/pull/39)
51-
- feat: hide onclick outside mobile sidebar [`#34`](https://github.com/coreui/coreui-react/pull/34)
52-
- docs: add stubs [`#29`](https://github.com/coreui/coreui-react/pull/29)
53-
- refactor(Breadcrumb): fix for dynamic url like /path/:id [`#26`](https://github.com/coreui/coreui-react/pull/26)
54-
- fix: rollback to @coreui/icons v0.2.0 [`#24`](https://github.com/coreui/coreui-react/pull/24)
55-
- ship: v2.0.2 [`#23`](https://github.com/coreui/coreui-react/pull/23)
56-
- Fix switch not updating on props change [`#12`](https://github.com/coreui/coreui-react/pull/12)
57-
- chore: dependencies update [`#17`](https://github.com/coreui/coreui-react/pull/17)
58-
- fix: minimized sidebar scrollbar issue [`#10`](https://github.com/coreui/coreui-react/pull/10)
59-
- v2.0.0-rc.0 [`#9`](https://github.com/coreui/coreui-react/pull/9)
60-
- v2.0.0.0-beta 2 [`#8`](https://github.com/coreui/coreui-react/pull/8)
61-
- ship: v2.0.0-beta.1 [`#7`](https://github.com/coreui/coreui-react/pull/7)
62-
- feat: add switch component [`#6`](https://github.com/coreui/coreui-react/pull/6)
63-
- v2.0.0-beta [`#5`](https://github.com/coreui/coreui-react/pull/5)
64-
- v2.0.0-alpha.5 [`#4`](https://github.com/coreui/coreui-react/pull/4)
65-
- test: add more coverage [`#3`](https://github.com/coreui/coreui-react/pull/3)
66-
- Create LICENSE MIT [`#2`](https://github.com/coreui/coreui-react/pull/2)
67-
- v2.0.0-alpha with nwb [`#1`](https://github.com/coreui/coreui-react/pull/1)
68-
- fix(Switch): checked derived state, keyboard accessibility [`#44`](https://github.com/coreui/coreui-react/issues/44)
69-
- @coreui/react v2.0.0-alpha initial nwb version [`36ee26a`](https://github.com/coreui/coreui-react/commit/36ee26a3b870b47a5a3e98adb7f12cc562203cf5)
7041
- CoreUI v3.0.0-alpha.0 for React - demo update WIP [`c8905a3`](https://github.com/coreui/coreui-react/commit/c8905a3d86731d2a494fba52abed062a400a0830)
71-
- @coreui/react v2.0.0-alpha inital commit [`60051e7`](https://github.com/coreui/coreui-react/commit/60051e7b78d6526f5ee65274c8b53bfd960f7a62)
42+
- chore: delete demo [`5ef9a37`](https://github.com/coreui/coreui-react/commit/5ef9a375a1ecdaf509c57a72fffe76054c1dd69f)
43+
- chore: update dependencies add package-lock.json to github [`d37cc9b`](https://github.com/coreui/coreui-react/commit/d37cc9bb61aa726b21bc645050bf78bf4bebb6fb)

package-lock.json

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

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -36,13 +36,13 @@
3636
"test:watch": "nwb test-react --server",
3737
"lint": "eslint src",
3838
"link": "npm link && link.sh",
39-
"changelog": "auto-changelog --starting-version 3.0.0-rc.2"
39+
"changelog": "auto-changelog --starting-version 3.0.0-rc.2 --hide-credit"
4040
},
4141
"dependencies": {
4242
"@coreui/icons": "2.0.0-beta.3",
4343
"@coreui/icons-react": "^1.0.1",
4444
"@coreui/utils": "~1.3.1",
45-
"@popperjs/core": "~2.4.0",
45+
"@popperjs/core": "~2.4.2",
4646
"classnames": "~2.2.6",
4747
"core-js": "~3.6.5",
4848
"perfect-scrollbar": "~1.5.0",
@@ -56,12 +56,12 @@
5656
"react-router-dom": "~5.2.0"
5757
},
5858
"devDependencies": {
59-
"auto-changelog": "2.0.0",
59+
"auto-changelog": "2.1.0",
6060
"babel-eslint": "^10.1.0",
6161
"enzyme": "^3.11.0",
6262
"enzyme-adapter-react-16": "^1.15.2",
6363
"eslint": "^7.2.0",
64-
"eslint-plugin-import": "^2.21.1",
64+
"eslint-plugin-import": "^2.21.2",
6565
"eslint-plugin-react": "^7.20.0",
6666
"nwb": "^0.25.2",
6767
"sinon": "^9.0.2"

0 commit comments

Comments
 (0)