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 Aug 28, 2024
1 parent 8c53994 commit 1f1b5cb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-toys-walk.md

This file was deleted.

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.6

### Patch Changes

- Updated dependencies [[`8c53994`](https://github.com/Shopify/quilt/commit/8c53994e82c094a731e772e249e7eabe9863e5d2)]:
- @shopify/react-i18n@7.13.1

## 3.1.5

### 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.5",
"version": "3.1.6",
"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.0"
"@shopify/react-i18n": "^7.13.1"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.13.1

### Patch Changes

- [#2821](https://github.com/Shopify/quilt/pull/2821) [`8c53994`](https://github.com/Shopify/quilt/commit/8c53994e82c094a731e772e249e7eabe9863e5d2) Thanks [@alex-page](https://github.com/alex-page)! - Update NumberFortmatOptions to use typescript 5.5 values 'currency' | 'decimal' | 'percent'

## 7.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "7.13.1",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more",
"main": "index.js",
Expand Down

0 comments on commit 1f1b5cb

Please sign in to comment.