From a509b2a00dd35a3de6f5858824ccdd62b830dfbc Mon Sep 17 00:00:00 2001 From: wawyed Date: Mon, 8 Apr 2024 13:41:30 +0100 Subject: [PATCH] 17.1.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb98ce..3c2a016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +# 17.1.0 (2024-04-08) +[Compare `@uirouter/angular-hybrid` versions 16.0.0 and 17.1.0](https://github.com/ui-router/angular-hybrid/compare/16.0.0...17.1.0) + +### Features + +* Angular 17 support [https://github.com/ui-router/angular-hybrid/issues/594] ([#595](https://github.com/ui-router/angular-hybrid/issues/595)) ([0e4e1da](https://github.com/ui-router/angular-hybrid/commit/0e4e1da)) + + +--- + + +### Updated `@uirouter/angular` from 12.0.0 to 13.0.0 + + +Changelog for `@uirouter/angular`: + + +[Compare `@uirouter/angular` versions 12.0.0 and 13.0.0](https://github.com/ui-router/angular/compare/12.0.0...13.0.0) + + +--- + + +### Updated `@uirouter/angularjs` from 1.0.30 to 1.1.0 + + +Changelog for `@uirouter/angularjs`: + + +[Compare `@uirouter/angularjs` versions 1.0.30 and 1.1.0](https://github.com/angular-ui/ui-router/compare/1.0.30...1.1.0) + +### Features + +* **package:** move [@uirouter](https://github.com/uirouter)/core to peerDeps as per other uirouter packages ([#3850](https://github.com/angular-ui/ui-router/issues/3850)) ([6dd057c](https://github.com/angular-ui/ui-router/commit/6dd057c)) + # 16.0.0 (2023-08-18) [Compare `@uirouter/angular-hybrid` versions 15.0.2 and v16.0.0](https://github.com/ui-router/angular-hybrid/compare/15.0.2...v16.0.0) diff --git a/package.json b/package.json index f08185a..573a157 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/angular-hybrid", - "version": "17.0.0", + "version": "17.1.0", "scripts": { "example": "cd example && npm i && npm start", "clean": "shx rm -rf lib _bundles dist",