Skip to content

Commit

Permalink
Merge pull request #140 from metaplex-foundation/fix/update
Browse files Browse the repository at this point in the history
Updating pnpm version and fixing datetime test.
  • Loading branch information
blockiosaurus authored Aug 25, 2024
2 parents cc2cded + 91a4d75 commit fe38c68
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-mails-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@metaplex-foundation/umi": patch
---

Updating pnpm version and fixing datetime test.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"not IE 11",
"maintained node versions"
],
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"pnpm": {
"patchedDependencies": {
"@changesets/[email protected]": "patches/@[email protected]"
Expand Down
1 change: 1 addition & 0 deletions packages/umi/src/DateTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const formatDateTime = (
year: 'numeric',
hour: 'numeric',
minute: 'numeric',
timeZone: 'UTC',
}
): string => {
const date = new Date(Number(value * 1000n));
Expand Down
79 changes: 60 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe38c68

Please sign in to comment.