Skip to content

Commit

Permalink
Merge pull request #638 from qonto/update-tag
Browse files Browse the repository at this point in the history
Update package.json tag and changelog
  • Loading branch information
vscav authored Jun 2, 2023
2 parents 8ee0396 + 32501c3 commit 777332d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 `<PhoneInput>` 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))

Expand Down
2 changes: 1 addition & 1 deletion ember-phone-input/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-phone-input",
"version": "9.0.0",
"version": "9.0.1",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down

0 comments on commit 777332d

Please sign in to comment.