Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 4193ed8

Browse files
Version Packages
1 parent c294df9 commit 4193ed8

File tree

7 files changed

+29
-11
lines changed

7 files changed

+29
-11
lines changed

.changeset/unlucky-suits-promise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/name/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#2844](https://github.com/Shopify/quilt/pull/2844) [`c294df9`](https://github.com/Shopify/quilt/commit/c294df930ba5ad21163f6b3cb6fb6ab586062cdc) Thanks [@trishrempel](https://github.com/trishrempel)! - Update formatName and abbreviateName to return a string or undefined
8+
39
## 1.2.0
410

511
### Minor Changes

packages/name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/name",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"description": "Name-related utilities",
66
"main": "index.js",

packages/react-i18n-universal-provider/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c294df9`](https://github.com/Shopify/quilt/commit/c294df930ba5ad21163f6b3cb6fb6ab586062cdc)]:
8+
- @shopify/react-i18n@7.14.0
9+
310
## 3.1.7
411

512
### Patch Changes

packages/react-i18n-universal-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/react-i18n-universal-provider",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"license": "MIT",
55
"description": "A self-serializing/deserializing i18n provider that works for isomorphic applications",
66
"main": "index.js",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@shopify/react-hooks": "^4.1.2",
2828
"@shopify/react-html": "^13.2.3",
29-
"@shopify/react-i18n": "^7.13.2"
29+
"@shopify/react-i18n": "^7.14.0"
3030
},
3131
"peerDependencies": {
3232
"react": ">=18.0.0 <19.0.0"

packages/react-i18n/CHANGELOG.md

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

3+
## 7.14.0
4+
5+
### Minor Changes
6+
7+
- [#2844](https://github.com/Shopify/quilt/pull/2844) [`c294df9`](https://github.com/Shopify/quilt/commit/c294df930ba5ad21163f6b3cb6fb6ab586062cdc) Thanks [@trishrempel](https://github.com/trishrempel)! - Update formatName and abbreviateName to return a string or undefined
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c294df9`](https://github.com/Shopify/quilt/commit/c294df930ba5ad21163f6b3cb6fb6ab586062cdc)]:
12+
- @shopify/name@1.3.0
13+
314
## 7.13.2
415

516
### Patch Changes

packages/react-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/react-i18n",
3-
"version": "7.13.2",
3+
"version": "7.14.0",
44
"license": "MIT",
55
"description": "i18n utilities for React handling translations, formatting, and more",
66
"main": "index.js",
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@shopify/dates": "^2.1.1",
50-
"@shopify/name": "^1.2.0",
50+
"@shopify/name": "^1.3.0",
5151
"@shopify/function-enhancers": "^3.1.0",
5252
"@shopify/i18n": "^2.1.0",
5353
"@shopify/react-effect": "^5.2.0",

0 commit comments

Comments
 (0)