Skip to content

Commit

Permalink
Merge branch '3.x' into update/LOC-9101_3-x
Browse files Browse the repository at this point in the history
  • Loading branch information
kaio-donadelli authored Dec 13, 2022
2 parents 1b0d64c + f289d7f commit 34e5b1c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- English translation.

## [3.14.2] - 2022-10-28

### Chore

- Updated `@vtex/phone` version.

## [3.14.1] - 2022-09-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "profile-form",
"version": "3.14.1",
"version": "3.14.2",
"title": "VTEX Profile-form",
"description": "React component for managing user profiles",
"builders": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
},
"dependencies": {
"@vtex/phone": "^4.8.0",
"@vtex/phone": "^4.17.4",
"@vtex/styleguide": "^5.4.4",
"downshift": "^2.0.20",
"match-sorter": "^2.2.3",
Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/profile-form",
"version": "3.14.1",
"version": "3.14.2",
"description": "React component for managing user profiles",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -69,7 +69,7 @@
}
},
"dependencies": {
"@vtex/phone": "^4.8.0",
"@vtex/phone": "^4.17.4",
"@vtex/styleguide": "^5.4.4",
"downshift": "^2.0.20",
"match-sorter": "^2.2.3",
Expand Down
8 changes: 4 additions & 4 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
intl-messageformat-parser "^6.0.9"
util "^0.12.1"

"@vtex/phone@^4.8.0":
version "4.10.5"
resolved "https://registry.yarnpkg.com/@vtex/phone/-/phone-4.10.5.tgz#4cf938586ef0d959b3916a868b0e7ec8edf9ecb2"
integrity sha512-lngANM5PHAlrxCc5+a985U6E+QVhYMkevjDBuIVAX+rhslVuTAhlxbp5TxWGgsTROHOeoM4447Nu64kLCxmFEA==
"@vtex/phone@^4.17.4":
version "4.17.4"
resolved "https://registry.yarnpkg.com/@vtex/phone/-/phone-4.17.4.tgz#64014af670d36a7f9d782990119a6857f2935f3b"
integrity sha512-tcVy/2MQbbQ4O/Ibev+sHShI5tDj2SFW5yexYK3RqCHeB+ZLItLf4K0d4yi+QLj7uehZCxsQNYZJhuqZLX9BGQ==

"@vtex/styleguide@^5.4.4":
version "5.6.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
intl-messageformat-parser "^6.0.9"
util "^0.12.1"

"@vtex/phone@^4.8.0":
version "4.10.5"
resolved "https://registry.yarnpkg.com/@vtex/phone/-/phone-4.10.5.tgz#4cf938586ef0d959b3916a868b0e7ec8edf9ecb2"
integrity sha512-lngANM5PHAlrxCc5+a985U6E+QVhYMkevjDBuIVAX+rhslVuTAhlxbp5TxWGgsTROHOeoM4447Nu64kLCxmFEA==
"@vtex/phone@^4.17.4":
version "4.17.4"
resolved "https://registry.yarnpkg.com/@vtex/phone/-/phone-4.17.4.tgz#64014af670d36a7f9d782990119a6857f2935f3b"
integrity sha512-tcVy/2MQbbQ4O/Ibev+sHShI5tDj2SFW5yexYK3RqCHeB+ZLItLf4K0d4yi+QLj7uehZCxsQNYZJhuqZLX9BGQ==

"@vtex/styleguide@^5.4.4":
version "5.6.2"
Expand Down

0 comments on commit 34e5b1c

Please sign in to comment.