Skip to content

Commit

Permalink
chore(release): release 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](gund/ng-dynamic-component@v8.0.1...v9.0.0) (2021-12-01)

### Bug Fixes

* **api:** remove deprecated APIs ([f7757de](gund@f7757de))

### Features

* **ng:** update to Angular v12 ([fd6f953](gund@fd6f953)), closes [gund#454](gund#454)

### BREAKING CHANGES

* **ng:** No API changes were introduced
* **api:** Removed APIs:
- Removed `ComponentInjector` - use `DynamicComponentInjector`
- Removed `COMPONENT_INJECTOR` - use `DynamicComponentInjectorToken`
  • Loading branch information
semantic-release-bot committed Dec 1, 2021
1 parent eba1b10 commit 64c799b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# ng-dynamic-component - Changelog

# [9.0.0](https://github.com/gund/ng-dynamic-component/compare/v8.0.1...v9.0.0) (2021-12-01)


### Bug Fixes

* **api:** remove deprecated APIs ([f7757de](https://github.com/gund/ng-dynamic-component/commit/f7757dec30e13fbca086eb8851cceb422baa106a))


### Features

* **ng:** update to Angular v12 ([fd6f953](https://github.com/gund/ng-dynamic-component/commit/fd6f95340db37d5763031319bc9e86c3c4b7d690)), closes [#454](https://github.com/gund/ng-dynamic-component/issues/454)


### BREAKING CHANGES

* **ng:** No API changes were introduced
* **api:** Removed APIs:
- Removed `ComponentInjector` - use `DynamicComponentInjector`
- Removed `COMPONENT_INJECTOR` - use `DynamicComponentInjectorToken`

## [8.0.1](https://github.com/gund/ng-dynamic-component/compare/v8.0.0...v8.0.1) (2021-01-16)


Expand Down

0 comments on commit 64c799b

Please sign in to comment.