Skip to content

Commit 27ae18f

Browse files
author
Ben Grynhaus
committed
Bump core & fabric versions
1 parent 5eef028 commit 27ae18f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/core",
4-
"version": "0.2.0-4",
4+
"version": "0.2.0-5",
55
"ngPackage": {
66
"lib": {
77
"languageLevel": [

libs/fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "0.2.0-10",
4+
"version": "0.2.0-11",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -62,7 +62,7 @@
6262
],
6363
"private": false,
6464
"peerDependencies": {
65-
"@angular-react/core": "^0.2.0-2",
65+
"@angular-react/core": "^0.2.0-5",
6666
"@angular/common": "^5.2.7",
6767
"@angular/core": "^5.2.7",
6868
"@angular/platform-browser-dynamic": "^5.2.7",

0 commit comments

Comments
 (0)