Skip to content

Commit 94d18c3

Browse files
authored
chore: update Cypress 14 release date to January 16th (#30880)
1 parent 0a3ad9a commit 94d18c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
22
## 14.0.0
33

4-
_Released 1/7/2024 (PENDING)_
4+
_Released 1/16/2025 (PENDING)_
55

66
**Breaking Changes:**
77

packages/launchpad/src/migration/MajorVersionWelcome.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('<MajorVersionWelcome />', { viewportWidth: 1280, viewportHeight: 1400
3535
})
3636

3737
it('renders correct time for releases and overflows correctly', () => {
38-
cy.clock(Date.UTC(2025, 0, 10))
38+
cy.clock(Date.UTC(2025, 0, 16))
3939
cy.mount(<MajorVersionWelcome />)
4040
cy.contains('14.0.0 Released just now')
4141
cy.contains('13.0.0 Released last year')

packages/launchpad/src/migration/MajorVersionWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const versionReleaseDates = computed(() => {
212212
'11': useTimeAgo(Date.UTC(2022, 10, 8)).value,
213213
'12': useTimeAgo(Date.UTC(2022, 11, 6)).value,
214214
'13': useTimeAgo(Date.UTC(2023, 7, 29)).value,
215-
'14': useTimeAgo(Date.UTC(2025, 0, 10)).value,
215+
'14': useTimeAgo(Date.UTC(2025, 0, 16)).value,
216216
}
217217
})
218218

0 commit comments

Comments
 (0)