Skip to content

Commit 32501c3

Browse files
author
Vincent Scavinner
committed
chore: update package.json tag and changelog
1 parent 8ee0396 commit 32501c3

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v9.0.1 (2023-06-02)
4+
5+
#### :house: Internal
6+
7+
- [#625] Migrate from yarn to pnpm ([@vscav](https://github.com/vscav))
8+
9+
#### Committers: 1
10+
11+
- Vincent Scavinner ([@vscav](https://github.com/vscav))
12+
313
## v9.0.0 (2023-05-10)
414

515
#### :boom: Breaking Change
@@ -20,19 +30,19 @@
2030

2131
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 `<PhoneInput>` is used.
2232

23-
2433
#### Committers: 2
2534

2635
- Vincent Scavinner ([@vscav](https://github.com/vscav))
2736
- Anastasia ([@anas7asia](https://github.com/anas7asia))
2837

29-
3038
## v9.0.0-alpha.2 (2023-05-10)
3139

3240
#### :bug: Bug Fix
33-
* [#604](https://github.com/qonto/ember-phone-input/pull/604) Display autoPlaceholder when customPlaceholder is not provided ([@anas7asia](https://github.com/anas7asia))
41+
42+
- [#604](https://github.com/qonto/ember-phone-input/pull/604) Display autoPlaceholder when customPlaceholder is not provided ([@anas7asia](https://github.com/anas7asia))
3443

3544
#### Committers: 2
45+
3646
- Anastasia ([@anas7asia](https://github.com/anas7asia))
3747
- Vincent Scavinner ([@vscav](https://github.com/vscav))
3848

ember-phone-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-phone-input",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "A component to input / validate / submit phone numbers",
55
"keywords": [
66
"ember-addon",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-phone-input",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"private": true,
55
"repository": {
66
"type": "git",

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"private": true,
55
"description": "Test app for ember-phone-input addon",
66
"repository": "",

0 commit comments

Comments
 (0)