Skip to content

Commit

Permalink
chore: update Cypress 14 release date to January 16th
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Jan 15, 2025
1 parent a7c8ad5 commit 730cb85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
## 14.0.0

_Released 1/7/2024 (PENDING)_
_Released 1/16/2025 (PENDING)_

**Breaking Changes:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('<MajorVersionWelcome />', { viewportWidth: 1280, viewportHeight: 1400
})

it('renders correct time for releases and overflows correctly', () => {
cy.clock(Date.UTC(2025, 0, 10))
cy.clock(Date.UTC(2025, 0, 16))
cy.mount(<MajorVersionWelcome />)
cy.contains('14.0.0 Released just now')
cy.contains('13.0.0 Released last year')
Expand Down
2 changes: 1 addition & 1 deletion packages/launchpad/src/migration/MajorVersionWelcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const versionReleaseDates = computed(() => {
'11': useTimeAgo(Date.UTC(2022, 10, 8)).value,
'12': useTimeAgo(Date.UTC(2022, 11, 6)).value,
'13': useTimeAgo(Date.UTC(2023, 7, 29)).value,
'14': useTimeAgo(Date.UTC(2025, 0, 10)).value,
'14': useTimeAgo(Date.UTC(2025, 0, 16)).value,
}
})

Expand Down

0 comments on commit 730cb85

Please sign in to comment.