8000 chore: 1.0.0-alpha.0 release · coreui/coreui-icons-angular@e1ca397 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit e1ca397

Browse files
committed
chore: 1.0.0-alpha.0 release
1 parent a22ba51 commit e1ca397

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

package.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"name": "coreui-icons-angular",
3-
"version": "0.0.0",
3+
"version": "1.0.0-alpha.0",
4+
"description": "CoreUI Icons Angular component",
5+
"license": "MIT",
6+
"homepage": "https://coreui.io",
7+
"author": {
8+
"name": "CoreUI",
9+
"url": "https://coreui.io",
10+
"github": "https://github.com/coreui",
11+
"twitter": "https://twitter.com/core_ui"
12+
},
13+
"contributors": [
14+
{
15+
"name": "CoreUI Team",
16+
"url": "https://github.com/orgs/coreui/people"
17+
}
18+
],
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/coreui/coreui-icons-angular.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/coreui/coreui-icons-angular/issues"
25+
},
426
"scripts": {
527
"ng": "ng",
628
"start": "ng serve",

projects/coreui/icons-angular/package.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "0.0.1",
3+
"version": "1.0.0-alpha.0",
4+
"description": "CoreUI Icons Angular component and service",
5+
"license": "MIT",
6+
"homepage": "https://coreui.io",
7+
"author": {
8+
"name": "CoreUI",
9+
"url": "https://coreui.io",
10+
"github": "https://github.com/coreui",
11+
"twitter": "https://twitter.com/core_ui"
12+
},
13+
"contributors": [
14+
{
15+
"name": "CoreUI Team",
16+
"url": "https://github.com/orgs/coreui/people"
17+
}
18+
],
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/coreui/coreui-icons-angular.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/coreui/coreui-icons-angular/issues"
25+
},
426
"peerDependencies": {
527
"@angular/common": "^9.1.12",
628
"@angular/core": "^9.1.12"

0 commit comments

Comments
 (0)
0