Skip to content

Commit 82c853f

Browse files
committed
update coreui version
1 parent 598b975 commit 82c853f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-dev",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"devDependencies": {
55
"@angular/common": "6.0.0",
66
"@angular/compiler": "^6.0.0",
@@ -9,7 +9,7 @@
99
"@angular/platform-browser": "6.0.0",
1010
"@angular/platform-browser-dynamic": "6.0.0",
1111
"@angular/router": "6.0.0",
12-
"@coreui/coreui": "^2.0.0-rc.2",
12+
"@coreui/coreui": "^2.0.0",
1313
"@types/chai": "^4.1.3",
1414
"@types/jasmine": "^2.8.7",
1515
"@types/webpack": "^3.8.8",

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"dependencies": {
5-
"@coreui/coreui": "^2.0.0-beta.10"
5+
"@coreui/coreui": "^2.0.0"
66
},
77
"peerDependencies": {
88
"@angular/common": "*",

0 commit comments

Comments
 (0)