Skip to content

Commit 422a4ce

Browse files
committed
chore: 3.0.5 version release: update
1 parent dd28a8d commit 422a4ce

File tree

3 files changed

+77
-64
lines changed

3 files changed

+77
-64
lines changed

CHANGELOG.md

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

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

5+
#### [3.0.4](https://github.com/coreui/coreui-react/compare/3.0.3...3.0.4)
6+
7+
> 22 June 2020
8+
9+
- fix: CBreadcrumbRouter: fix assigning paths to items #118 [`7e2c87b`](https://github.com/coreui/coreui-react/commit/7e2c87bfeec6ee03661a5bb891bfe439fe26c0f4)
10+
- chore: 3.0.4 version release: update dependencies [`5eac06b`](https://github.com/coreui/coreui-react/commit/5eac06b6f6ee1cffaf02a7e2e3696b517f324e56)
11+
512
#### [3.0.3](https://github.com/coreui/coreui-react/compare/3.0.2...3.0.3)
613

714
> 17 June 2020

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -60,9 +60,9 @@
6060
"babel-eslint": "^10.1.0",
6161
"enzyme": "^3.11.0",
6262
"enzyme-adapter-react-16": "^1.15.2",
63-
"eslint": "^7.3.0",
64-
"eslint-plugin-import": "^2.21.2",
65-
"eslint-plugin-react": "^7.20.0",
63+
"eslint": "^7.3.1",
64+
"eslint-plugin-import": "^2.22.0",
65+
"eslint-plugin-react": "^7.20.2",
6666
"nwb": "^0.25.2",
6767
"sinon": "^9.0.2"
6868
},

0 commit comments

Comments
 (0)