From 4d124e383c8a5c73f0e831e494d0b950c04bf678 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 29 Nov 2022 11:47:05 +0100 Subject: [PATCH] v8.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc768713..d5073a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ + +## v8.0.0 (2022-11-29) + +#### :boom: Breaking Change +* [#492](https://github.com/qonto/ember-phone-input/pull/492) Update dependency ember-cli-htmlbars to v6 ([@renovate[bot]](https://github.com/apps/renovate)) + +#### :rocket: Enhancement +* [#506](https://github.com/qonto/ember-phone-input/pull/506) Use `:root` prefix to ensure correct `background-image` paths for embroider builds ([@Turbo87](https://github.com/Turbo87)) + +#### :house: Internal +* [#473](https://github.com/qonto/ember-phone-input/pull/473) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate)) +* [#470](https://github.com/qonto/ember-phone-input/pull/470) Update lockfile ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 1 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + ## v7.1.1 (2022-09-13) #### :memo: Documentation diff --git a/package.json b/package.json index bca5d3ae..4f272a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-phone-input", - "version": "7.1.1", + "version": "8.0.0", "description": "A component to input / validate / submit phone numbers", "keywords": [ "ember-addon",