# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.4](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.1.3...@ovh-ux/ng-ui-router-title@3.1.4) (2025-06-05)

**Note:** Version bump only for package @ovh-ux/ng-ui-router-title





## [3.1.3](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.1.2...@ovh-ux/ng-ui-router-title@3.1.3) (2025-04-30)

**Note:** Version bump only for package @ovh-ux/ng-ui-router-title





## [3.1.2](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.1.1...@ovh-ux/ng-ui-router-title@3.1.2) (2024-11-28)

**Note:** Version bump only for package @ovh-ux/ng-ui-router-title





## [3.1.1](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.1.0...@ovh-ux/ng-ui-router-title@3.1.1) (2023-12-05)

**Note:** Version bump only for package @ovh-ux/ng-ui-router-title





# [3.1.0](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.7...@ovh-ux/ng-ui-router-title@3.1.0) (2023-11-21)


### Features

* migrate from vuepress to vitepress ([6968c85](https://github.com/ovh/manager/commit/6968c85f00e19c41bc240abb37a50e9dacf9c5e5))





## [3.0.7](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.6...@ovh-ux/ng-ui-router-title@3.0.7) (2023-09-07)

**Note:** Version bump only for package @ovh-ux/ng-ui-router-title





## [3.0.6](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.5...@ovh-ux/ng-ui-router-title@3.0.6) (2023-01-19)

**Note:** Version bump only for package @ovh-ux/ng-ui-router-title





## [3.0.5](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.4...@ovh-ux/ng-ui-router-title@3.0.5) (2022-11-29)

**Note:** Version bump only for package @ovh-ux/ng-ui-router-title





## [3.0.4](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.3...@ovh-ux/ng-ui-router-title@3.0.4) (2022-03-04)


### Bug Fixes

* **dev-deps:** update `@ovh-ux/component-rollup-config` to `v12.0.` ([8145cd4](https://github.com/ovh/manager/commit/8145cd44a34cec071db4b5267182705625951077))



## [3.0.3](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.2...@ovh-ux/ng-ui-router-title@3.0.3) (2021-10-26)


### Bug Fixes

* **dev-deps:** upgrade @ovh-ux/component-rollup-config to `v11.0.0` ([3ae659b](https://github.com/ovh/manager/commit/3ae659bea59244fd5660375b9dac52055cc374b0))



## [3.0.2](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.1...@ovh-ux/ng-ui-router-title@3.0.2) (2021-06-29)


### Bug Fixes

* **deps:** upgrade `@ovh-ux/component-rollup-config` to `v10.0.0` ([8eac31f](https://github.com/ovh/manager/commit/8eac31f81e46d1570c131cf55788d6435842ab6d))



## [3.0.1](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@3.0.0...@ovh-ux/ng-ui-router-title@3.0.1) (2021-01-13)


### Bug Fixes

* update semver range for @ovh-ux/component-rollup-config ([dda59c6](https://github.com/ovh/manager/commit/dda59c6b71cb4ad9ab98f06a0bf995a7eb45a1d9))



# [3.0.0](https://github.com/ovh/manager/compare/@ovh-ux/ng-ui-router-title@2.0.0...@ovh-ux/ng-ui-router-title@3.0.0) (2019-11-13)


### Code Refactoring

* rename `ng-uirouter-title` to `ng-ui-router-title` ([a7631fa](https://github.com/ovh/manager/commit/a7631fac619f9052cac9ab7770bc31b8631b8285))


### BREAKING CHANGES

* module is now named as `ngUiRouterTitle



# [2.0.0](https://github.com/ovh-ux/ng-uirouter-title/compare/v2.0.0-beta.3...v2.0.0) (2019-10-22)



# [2.0.0-beta.3](https://github.com/ovh-ux/ng-uirouter-title/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2019-01-09)


### Bug Fixes

* **bower:** add bowerrc file to use the right registry ([3496c04](https://github.com/ovh-ux/ng-uirouter-title/commit/3496c04))



# [2.0.0-beta.2](https://github.com/ovh-ux/ng-uirouter-title/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2018-12-12)


### Bug Fixes

* use initial title if $title is not defined ([28b3104](https://github.com/ovh-ux/ng-uirouter-title/commit/28b3104))



# [2.0.0-beta.1](https://github.com/ovh-ux/ng-uirouter-title/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2018-12-11)


### Bug Fixes

* **deps:** remove angular-ui-router-title ([de1de2e](https://github.com/ovh-ux/ng-uirouter-title/commit/de1de2e))
* add missing import statement from uirouter ([41ecc02](https://github.com/ovh-ux/ng-uirouter-title/commit/41ecc02))


### Code Refactoring

* update AngularJS module name and package name ([8495d1a](https://github.com/ovh-ux/ng-uirouter-title/commit/8495d1a))


### BREAKING CHANGES

* rename AngularJS module name to 'ngUirouterTitle' and rename package to '@ovh-ux/ng-uirouter-title'



# [2.0.0-beta.0](https://github.com/ovh-ux/angular-uirouter-title/compare/v1.0.4...v2.0.0-beta.0) (2018-12-11)


### Code Refactoring

* update stack with component-rollup-config ([50eaf99](https://github.com/ovh-ux/angular-uirouter-title/commit/50eaf99))


### BREAKING CHANGES

* module name and dist files have changed

    Before:
    angular.module('myModule', ['angular.uirouter.title', ...])

    After:
    angular.module('myModule', ['ovhAngularUiRouterTitle', ...])
