Skip to content

Commit

Permalink
v16.0.1
Browse files Browse the repository at this point in the history
* Fix dependencies
  • Loading branch information
tonysamperi committed Nov 4, 2023
1 parent ab489ef commit 71a22e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#16.0.1
* Fix dependencies

#16.0.0
* Upgrade for Angular 16! 🎉

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tour-wizard-repo",
"version": "16.0.0",
"version": "16.0.1",
"build": 3,
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -71,4 +71,4 @@
"optionalDependencies": {
"@tonysamperi/ts-autoexports": "^1.0.5"
}
}
}
12 changes: 6 additions & 6 deletions projects/ngx-tour-wizard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tour-wizard",
"version": "16.0.0",
"version": "16.0.1",
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-tour-wizard"
Expand All @@ -12,17 +12,17 @@
"url": "https://tonysamperi.github.io"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"rxjs": "^7.5.1"
},
"dependencies": {
"@popperjs/core": "^2.11.0",
"js-viewport-utils": "^3.0.0",
"ngx-popperjs": "^15.0.0"
"ngx-popperjs": "^16.0.0"
},
"keywords": [
"Angular 15",
"Angular 16",
"Angular",
"UI Tour",
"Intro.js",
Expand All @@ -33,4 +33,4 @@
"bugs": {
"url": "https://github.com/tonysamperi/ngx-tour-wizard/issues"
}
}
}

0 comments on commit 71a22e6

Please sign in to comment.