chore(release): 0.7.3
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
<a name="0.7.3"></a>
|
||||
## [0.7.3](https://github.com/spring-projects/spring-flo/compare/v0.7.2...v0.7.3) (2018-04-17)
|
||||
|
||||
|
||||
|
||||
<a name="0.7.2"></a>
|
||||
## [0.7.2](https://github.com/spring-projects/spring-flo/compare/v0.7.1...v0.7.2) (2018-04-17)
|
||||
|
||||
|
||||
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "spring-flo",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"description": "Library for quickly building text DSL visualization diagram editor",
|
||||
"main": "./dist/bundles/spring-flo.umd.js",
|
||||
"module": "./dist/spring-flo.es5.js",
|
||||
@@ -40,13 +40,9 @@
|
||||
"postinstall": "postinstall-build --only-as-dependency dist \"npm run build && node postinstall.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/core": "5.2.9",
|
||||
"@angular/forms": "5.2.9",
|
||||
"@angular/platform-browser": "5.2.9",
|
||||
"@types/codemirror": "0.0.45",
|
||||
"@types/jointjs": "1.0.4",
|
||||
"@types/lodash": "4.14.73",
|
||||
"rxjs": "5.5.6",
|
||||
"codemirror": "5.28.0",
|
||||
"jointjs": "1.0.3",
|
||||
"lodash": "3.10.1",
|
||||
@@ -54,7 +50,10 @@
|
||||
"postinstall-build": "5.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": ">=5.0.0 <6.0.0"
|
||||
"@angular/core": ">=5.2.9 <6.0.0",
|
||||
"@angular/forms": ">=5.2.9 < 6.0.0",
|
||||
"@angular/platform-browser": ">=5.2.9 <6.0.0",
|
||||
"rxjs": ">=5.5.7 <6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/common": "5.2.9",
|
||||
|
||||
Reference in New Issue
Block a user