Skip to content

Commit 5201dd6

Browse files
committed
v28.0.9
1 parent 7c414a5 commit 5201dd6

12 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
label: Prerequisites
88
description: Take a couple of minutes to help our maintainers work faster.
99
options:
10-
- label: I am using the latest version (v28.0.8) of both intl-tel-input and utils.js.
10+
- label: I am using the latest version (v28.0.9) of both intl-tel-input and utils.js.
1111
required: true
1212
- label: We use libphonenumber for formatting, validation, and placeholder numbers. If my issue relates to one of these things, I confirm I have used their [test site](https://libphonenumber.appspot.com) to ensure the issue is not with them, and will provide a link to the test results page showing this. Else, I have [reported the issue](https://github.com/google/libphonenumber/blob/master/CONTRIBUTING.md) to them instead of here.
1313
required: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
See the Github Releases page for changelog: https://github.com/jackocnr/intl-tel-input/releases
22

3-
Or to view a specific version, e.g. v28.0.8, update the URL accordingly, e.g. https://github.com/jackocnr/intl-tel-input/releases/tag/v28.0.8
3+
Or to view a specific version, e.g. v28.0.9, update the URL accordingly, e.g. https://github.com/jackocnr/intl-tel-input/releases/tag/v28.0.9
44

55
## Breaking changes
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jackocnr/intl-tel-input",
3-
"version": "28.0.8",
3+
"version": "28.0.9",
44
"description": "A JavaScript library for entering and validating international telephone numbers",
55
"keywords": [
66
"international",

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-tel-input-monorepo",
3-
"version": "28.0.8",
3+
"version": "28.0.9",
44
"private": true,
55
"description": "Monorepo for intl-tel-input and its official framework wrappers",
66
"type": "module",

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-tel-input/angular",
3-
"version": "28.0.8",
3+
"version": "28.0.9",
44
"description": "An Angular component for intl-tel-input, for entering, formatting, and validating international telephone numbers",
55
"type": "module",
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"README.md"
3535
],
3636
"dependencies": {
37-
"intl-tel-input": "^28.0.8"
37+
"intl-tel-input": "^28.0.9"
3838
},
3939
"peerDependencies": {
4040
"@angular/common": ">=17",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-tel-input",
3-
"version": "28.0.8",
3+
"version": "28.0.9",
44
"description": "A JavaScript library for entering, formatting, and validating international telephone numbers",
55
"type": "module",
66
"license": "MIT",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-tel-input/react",
3-
"version": "28.0.8",
3+
"version": "28.0.9",
44
"description": "A React component for intl-tel-input, for entering, formatting, and validating international telephone numbers",
55
"type": "module",
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"README.md"
3535
],
3636
"dependencies": {
37-
"intl-tel-input": "^28.0.8"
37+
"intl-tel-input": "^28.0.9"
3838
},
3939
"peerDependencies": {
4040
"react": ">=18",

packages/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-tel-input/svelte",
3-
"version": "28.0.8",
3+
"version": "28.0.9",
44
"description": "A Svelte component for intl-tel-input, for entering, formatting, and validating international telephone numbers",
55
"type": "module",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"README.md"
2626
],
2727
"dependencies": {
28-
"intl-tel-input": "^28.0.8"
28+
"intl-tel-input": "^28.0.9"
2929
},
3030
"peerDependencies": {
3131
"svelte": "^5.0.0"

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intl-tel-input/vue",
3-
"version": "28.0.8",
3+
"version": "28.0.9",
44
"description": "A Vue component for intl-tel-input, for entering, formatting, and validating international telephone numbers",
55
"type": "module",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"README.md"
2525
],
2626
"dependencies": {
27-
"intl-tel-input": "^28.0.8"
27+
"intl-tel-input": "^28.0.9"
2828
},
2929
"peerDependencies": {
3030
"vue": "^3.0.0"

0 commit comments

Comments
 (0)