Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

v5.3.0 bake constants and static content #60482

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import styles from './BatchChangesListIntro.module.scss'
* Ie. After 5.0 is cut, this should be bumped to 5.1, and so on. This ensures we
* always render the right changelog.
*/
const CURRENT_VERSION = '5.2'
const CURRENT_VERSION = '5.3'
/**
* SHOW_CHANGELOG has to be set to true when a changelog entry is added for a release.
* After every release, this will be set back to `false`. Chromatic will also verify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// NOTE: This should be kept up-to-date with the upcoming version to be released, and bumped after.
// fallback schemas everything we support migrating to. The release tool automates this upgrade, so don't touch this :)
// This should be the last minor version since patch releases only happen in the release branch.
const maxVersionString = "5.2.0"
const maxVersionString = "5.3.0"

// MaxVersion is the highest known released version at the time the migrator was built.
var MaxVersion = func() oobmigration.Version {
Expand Down
Loading