Skip to content

Commit 20484ed

Browse files
committed
fix timezone
1 parent 763a388 commit 20484ed

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/utils/changelog.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,48 @@ export type VersionEntry = {
1111

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2025-11-14T12:15:00-07:00`,
14+
date: `2025-11-14T12:15:00-08:00`,
1515
product: 'servers',
1616
body: `## Improvements
1717
- Improved the performance of the servers list.
1818
- Fixed startup commands not being updated properly.
1919
- Fixed autocomplete on pardon-ip and ban-ip commands.`,
2020
},
2121
{
22-
date: `2025-11-14T12:15:00-07:00`,
22+
date: `2025-11-14T12:15:00-08:00`,
2323
product: 'web',
2424
body: `## Improvements
2525
- Improved contrast, visibility, and consistency of UI elements, especially in light mode.
2626
- Fixed the chargest page not working properly.
2727
- Fixed certain icons showing above the mobile navbar.`,
2828
},
2929
{
30-
date: `2025-11-11T12:50:00-07:00`,
30+
date: `2025-11-11T12:50:00-08:00`,
3131
product: 'app',
3232
version: '0.10.19',
3333
body: `## Improvements
3434
- Fixed automatic dependency resolution ignoring the selected mod loader.`,
3535
},
3636
{
37-
date: `2025-11-10T11:20:00-07:00`,
37+
date: `2025-11-10T11:20:00-08:00`,
3838
product: 'app',
3939
version: '0.10.18',
4040
body: `No changes.`,
4141
},
4242
{
43-
date: `2025-11-07T21:10:00-07:00`,
43+
date: `2025-11-07T21:10:00-08:00`,
4444
product: 'web',
4545
body: `## Improvements
4646
- Enhanced syntax highlighting support for skript, mcfunction, and kubejs code blocks in Markdown descriptions.`,
4747
},
4848
{
49-
date: `2025-11-07T15:45:00-07:00`,
49+
date: `2025-11-07T15:45:00-08:00`,
5050
product: 'web',
5151
body: `## Improvements
5252
- Fixed download button pop-up on Resource Pack projects.`,
5353
},
5454
{
55-
date: `2025-11-07T09:30:00-07:00`,
55+
date: `2025-11-07T09:30:00-08:00`,
5656
product: 'app',
5757
version: '0.10.17',
5858
body: `## Improvements
@@ -63,31 +63,31 @@ const VERSIONS: VersionEntry[] = [
6363
- Fixed glitchy text selection in Logs page.`,
6464
},
6565
{
66-
date: `2025-11-07T09:30:00-07:00`,
66+
date: `2025-11-07T09:30:00-08:00`,
6767
product: 'web',
6868
body: `## Improvements
6969
- Fixed 'Advanced rendering' toggle not working properly on many popups.`,
7070
},
7171
{
72-
date: `2025-11-07T08:05:00-07:00`,
72+
date: `2025-11-07T08:05:00-08:00`,
7373
product: 'web',
7474
body: `## Improvements
7575
- Fixed some further issues with the new withdrawal experience.`,
7676
},
7777
{
78-
date: `2025-11-04T18:20:00-07:00`,
78+
date: `2025-11-04T18:20:00-08:00`,
7979
product: 'web',
8080
body: `## Improvements
8181
- Fixed an issue with PayPal International fees.`,
8282
},
8383
{
84-
date: `2025-11-04T16:20:00-07:00`,
84+
date: `2025-11-04T16:20:00-08:00`,
8585
product: 'web',
8686
body: `## Improvements
8787
- Some bugfixes to the new withdrawal experience.`,
8888
},
8989
{
90-
date: `2025-11-03T15:30:00-07:00`,
90+
date: `2025-11-03T15:30:00-08:00`,
9191
product: 'web',
9292
body: `## Improvements
9393
- Revamped creator revenue page and withdrawal experience.`,

0 commit comments

Comments
 (0)