Preparation for 0.13.0

This commit is contained in:
aboyko
2023-09-13 16:27:32 -04:00
parent 7afa873c0e
commit 6dbfa05518
2 changed files with 12 additions and 12 deletions

View File

@@ -31,18 +31,18 @@
"lodash": "^4.17.21",
"ts-disposables": "2.2.3",
"@angular-devkit/build-angular": "~15.1.5",
"@angular/cli": "~15.1.5",
"@angular/compiler-cli": "~15.1.5",
"@angular-devkit/build-angular": "~15.2.9",
"@angular/cli": "~15.2.9",
"@angular/compiler-cli": "~15.2.9",
"@angular/animations": "~15.1.5",
"@angular/common": "~15.1.5",
"@angular/compiler": "~15.1.5",
"@angular/core": "~15.1.5",
"@angular/forms": "~15.1.5",
"@angular/platform-browser": "~15.1.5",
"@angular/platform-browser-dynamic": "~15.1.5",
"@angular/router": "~15.1.5",
"@angular/animations": "~15.2.9",
"@angular/common": "~15.2.9",
"@angular/compiler": "~15.2.9",
"@angular/core": "~15.2.9",
"@angular/forms": "~15.2.9",
"@angular/platform-browser": "~15.2.9",
"@angular/platform-browser-dynamic": "~15.2.9",
"@angular/router": "~15.2.9",
"ng-packagr": "^15.0.1",
"rxjs": "~7.8.0",

View File

@@ -1,6 +1,6 @@
{
"name": "spring-flo",
"version": "0.13.0-alpha.0",
"version": "0.13.0",
"description": "Library for quickly building text DSL visualization diagram editor",
"author": "Andy Clement, Alex Boyko",
"license": "Apache-2.0",