From 32501c35b63aa42b2861edec3bb0f1c89246dcdd Mon Sep 17 00:00:00 2001 From: Vincent Scavinner Date: Fri, 2 Jun 2023 10:36:25 +0200 Subject: [PATCH] chore: update package.json tag and changelog --- CHANGELOG.md | 16 +++++++++++++--- ember-phone-input/package.json | 2 +- package.json | 2 +- test-app/package.json | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd21999..d9a96598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v9.0.1 (2023-06-02) + +#### :house: Internal + +- [#625] Migrate from yarn to pnpm ([@vscav](https://github.com/vscav)) + +#### Committers: 1 + +- Vincent Scavinner ([@vscav](https://github.com/vscav)) + ## v9.0.0 (2023-05-10) #### :boom: Breaking Change @@ -20,19 +30,19 @@ In the v1 addon flags image and CSS file were loaded globally in `index.js` thanks to `app.import`. After converting to the v2 addon format, it is not the case anymore: images and styles are loaded only on demand when the `` is used. - #### Committers: 2 - Vincent Scavinner ([@vscav](https://github.com/vscav)) - Anastasia ([@anas7asia](https://github.com/anas7asia)) - ## v9.0.0-alpha.2 (2023-05-10) #### :bug: Bug Fix -* [#604](https://github.com/qonto/ember-phone-input/pull/604) Display autoPlaceholder when customPlaceholder is not provided ([@anas7asia](https://github.com/anas7asia)) + +- [#604](https://github.com/qonto/ember-phone-input/pull/604) Display autoPlaceholder when customPlaceholder is not provided ([@anas7asia](https://github.com/anas7asia)) #### Committers: 2 + - Anastasia ([@anas7asia](https://github.com/anas7asia)) - Vincent Scavinner ([@vscav](https://github.com/vscav)) diff --git a/ember-phone-input/package.json b/ember-phone-input/package.json index bbbf0fcc..79d90dc8 100644 --- a/ember-phone-input/package.json +++ b/ember-phone-input/package.json @@ -1,6 +1,6 @@ { "name": "ember-phone-input", - "version": "9.0.0", + "version": "9.0.1", "description": "A component to input / validate / submit phone numbers", "keywords": [ "ember-addon", diff --git a/package.json b/package.json index 5a4b3f23..16ac76b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-phone-input", - "version": "9.0.0", + "version": "9.0.1", "private": true, "repository": { "type": "git", diff --git a/test-app/package.json b/test-app/package.json index c5b9adc9..6d3eebfe 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "9.0.0", + "version": "9.0.1", "private": true, "description": "Test app for ember-phone-input addon", "repository": "",