Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2024
1 parent bafdbe2 commit 5b15b6c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-windows-drive.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.0.24

### Patch Changes

- Updated dependencies [[`3d072b067`](https://github.com/Shopify/quilt/commit/3d072b0670fc73acca3da383fb4c317db0054c79)]:
- @shopify/react-i18n@7.10.0

## 3.0.23

### 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.0.23",
"version": "3.0.24",
"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": "^3.0.5",
"@shopify/react-html": "^13.0.6",
"@shopify/react-i18n": "^7.9.0"
"@shopify/react-i18n": "^7.10.0"
},
"peerDependencies": {
"react": ">=16.8.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.10.0

### Minor Changes

- [#2711](https://github.com/Shopify/quilt/pull/2711) [`3d072b067`](https://github.com/Shopify/quilt/commit/3d072b0670fc73acca3da383fb4c317db0054c79) Thanks [@ryanwilsonperkin](https://github.com/ryanwilsonperkin)! - Add absolute option to I18n#translationKeyExists

## 7.9.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.9.0",
"version": "7.10.0",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more",
"main": "index.js",
Expand Down

0 comments on commit 5b15b6c

Please sign in to comment.