Skip to content

Commit

Permalink
v5.3.0 bake constants and static content (#60482)
Browse files Browse the repository at this point in the history
bake constants and static content for version v5.3.0
  • Loading branch information
keegancsmith committed Feb 13, 2024
1 parent a7814df commit b7e4d4a
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 3 deletions.
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

0 comments on commit b7e4d4a

Please sign in to comment.