Skip to content

Commit

Permalink
feat: Add format.dateTimeRange (amannn#769 by @martinmunillas)
Browse files Browse the repository at this point in the history
Contributes to amannn#774

Add support for
[Intl.DateTimeFormat.prototype.formatRange()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatRange)

---------

Co-authored-by: Jan Amann <jan@amann.me>
  • Loading branch information
martinmunillas and amannn authored Feb 19, 2024
1 parent 6e1ff8d commit f3ada77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
"size-limit": [
{
"path": "dist/production/index.react-client.js",
"limit": "12.99 KB"
"limit": "13.055 KB"
},
{
"path": "dist/production/index.react-server.js",
"limit": "13.75 KB"
"limit": "13.765 KB"
},
{
"path": "dist/production/navigation.react-client.js",
Expand All @@ -134,7 +134,7 @@
},
{
"path": "dist/production/server.react-server.js",
"limit": "12.945 KB"
"limit": "13.05 KB"
},
{
"path": "dist/production/middleware.js",
Expand Down

0 comments on commit f3ada77

Please sign in to comment.