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

Version Packages #2845

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/light-students-learn.md

This file was deleted.

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

## 2.1.1

### Patch Changes

- [#2842](https://github.com/Shopify/quilt/pull/2842) [`d2c9fae`](https://github.com/Shopify/quilt/commit/d2c9fae1a2a62f3c9f5f327c4a7351b33c8a88de) Thanks [@ginabak](https://github.com/ginabak)! - Correctly support deprecated timezones in older browsers when calling `formatDate()`. For example, modern browsers support both `Europe/Kyiv` and (the now deprecated) `Europe/Kiev`, but browsers as recent as Chrome 131 on MacOS only support `Europe/Kiev`. Note: This is a purely internal change which should not effect the result of calling `formatDate()`.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/dates",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"description": "Lightweight date operations library",
"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.7

### Patch Changes

- Updated dependencies []:
- @shopify/react-i18n@7.13.2

## 3.1.6

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

## 7.13.2

### Patch Changes

- Updated dependencies [[`d2c9fae`](https://github.com/Shopify/quilt/commit/d2c9fae1a2a62f3c9f5f327c4a7351b33c8a88de)]:
- @shopify/dates@2.1.1

## 7.13.1

### 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.1",
"version": "7.13.2",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more",
"main": "index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"intl-pluralrules": "^0.2.1"
},
"dependencies": {
"@shopify/dates": "^2.1.0",
"@shopify/dates": "^2.1.1",
"@shopify/name": "^1.2.0",
"@shopify/function-enhancers": "^3.1.0",
"@shopify/i18n": "^2.1.0",
Expand Down
Loading