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

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent c294df9 commit 4193ed8
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/unlucky-suits-promise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.0

### Minor Changes

- [#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

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/name",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"description": "Name-related utilities",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-i18n-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.8

### Patch Changes

- Updated dependencies [[`c294df9`](https://github.com/Shopify/quilt/commit/c294df930ba5ad21163f6b3cb6fb6ab586062cdc)]:
- @shopify/react-i18n@7.14.0

## 3.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-i18n-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n-universal-provider",
"version": "3.1.7",
"version": "3.1.8",
"license": "MIT",
"description": "A self-serializing/deserializing i18n provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@shopify/react-hooks": "^4.1.2",
"@shopify/react-html": "^13.2.3",
"@shopify/react-i18n": "^7.13.2"
"@shopify/react-i18n": "^7.14.0"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 7.14.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`c294df9`](https://github.com/Shopify/quilt/commit/c294df930ba5ad21163f6b3cb6fb6ab586062cdc)]:
- @shopify/name@1.3.0

## 7.13.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n",
"version": "7.13.2",
"version": "7.14.0",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more",
"main": "index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@shopify/dates": "^2.1.1",
"@shopify/name": "^1.2.0",
"@shopify/name": "^1.3.0",
"@shopify/function-enhancers": "^3.1.0",
"@shopify/i18n": "^2.1.0",
"@shopify/react-effect": "^5.2.0",
Expand Down

0 comments on commit 4193ed8

Please sign in to comment.