Skip to content

Commit

Permalink
Merge pull request #22 from open-amt-cloud-toolkit/v1.5.0
Browse files Browse the repository at this point in the history
build(version): bump to v1.5.0
  • Loading branch information
rsdmike authored Aug 12, 2021
2 parents 71b3d8f + 525b2d6 commit 6c9e5d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-amt-cloud-toolkit/ui-toolkit-angular",
"version": "2.0.0",
"version": "1.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -14,15 +14,14 @@
"build:kvm": "ng build kvm",
"build:sol": "ng build sol"
},
"private": true,
"dependencies": {
"@angular/common": "~11.2.14",
"@angular/compiler": "~11.2.14",
"@angular/core": "~11.2.14",
"@angular/platform-browser": "~11.2.14",
"@angular/platform-browser-dynamic": "~11.2.14",
"@angular/router": "~11.2.14",
"@open-amt-cloud-toolkit/ui-toolkit": "git+https://github.com/open-amt-cloud-toolkit/ui-toolkit.git#dist",
"@open-amt-cloud-toolkit/ui-toolkit": "~1.5.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"xterm": "^4.13.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/kvm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kvm",
"version": "0.0.1",
"version": "1.5.0",
"peerDependencies": {
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14"
Expand Down
2 changes: 1 addition & 1 deletion projects/sol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sol",
"version": "0.0.1",
"version": "1.5.0",
"peerDependencies": {
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14",
Expand Down

0 comments on commit 6c9e5d6

Please sign in to comment.