diff --git a/changelog.md b/changelog.md index 95ffdca..0a19846 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +#16.0.1 +* Fix dependencies + #16.0.0 * Upgrade for Angular 16! 🎉 diff --git a/package.json b/package.json index 297d32e..f47d4ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tour-wizard-repo", - "version": "16.0.0", + "version": "16.0.1", "build": 3, "scripts": { "ng": "ng", @@ -71,4 +71,4 @@ "optionalDependencies": { "@tonysamperi/ts-autoexports": "^1.0.5" } -} \ No newline at end of file +} diff --git a/projects/ngx-tour-wizard/package.json b/projects/ngx-tour-wizard/package.json index 233d54c..8c5548c 100644 --- a/projects/ngx-tour-wizard/package.json +++ b/projects/ngx-tour-wizard/package.json @@ -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" @@ -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", @@ -33,4 +33,4 @@ "bugs": { "url": "https://github.com/tonysamperi/ngx-tour-wizard/issues" } -} \ No newline at end of file +}