Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d973b5

Browse filesBrowse files
committed
release: 1.0.0-alpha.3
1 parent 54966ba commit 8d973b5
Copy full SHA for 8d973b5

File tree

Expand file treeCollapse file tree

4 files changed

+9
-3
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+9
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: nwb.config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ module.exports = {
1313
}
1414
}
1515
}
16-
}
16+
};

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.