Skip to content

Commit 8d973b5

Browse files
committed
release: 1.0.0-alpha.3
1 parent 54966ba commit 8d973b5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### [@coreui/icons-react](https://coreui.io/) changelog
22

3+
##### `1.0.0-alpha.3`
4+
- test: add missing tests
5+
- refactor: cleanup
6+
- chore: dependencies update and cleanup
7+
38
##### `1.0.0-alpha.0`
49
- initial version
510

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
##### install:
1111
```bash
12-
npm install @coreui/react
12+
npm install @coreui/icons
1313
npm install @coreui/icons-react
1414
```
1515

@@ -18,6 +18,7 @@ npm install @coreui/icons-react
1818
import { CIcon, CIconRaw } from '@coreui/icons-react';
1919
import { cifAu } from '@coreui/icons';
2020
```
21+
or:
2122
```scss
2223
@import '~@coreui/icons/css/all.css';
2324
```

nwb.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ module.exports = {
1313
}
1414
}
1515
}
16-
}
16+
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-react",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "CoreUI Icons React component",
55
"license": "MIT",
66
"homepage": "https://coreui.io",

0 commit comments

Comments
 (0)