Skip to content

Update Block Data API lowestVersion to 1.4 in config.json - #98

Merged
alecgeatches merged 1 commit into
trunkfrom
fix/block-data-api-version
Jan 7, 2026
Merged

alecgeatches merged 1 commit into
trunkfrom
fix/block-data-api-version

Conversation

@alecgeatches

Copy link
Copy Markdown
Contributor

The previous changes in #97 failed updating:

Updating vip-block-data-api
{
  repo: 'https://github.com/Automattic/vip-block-data-api',
  folderPrefix: 'vip-integrations/vip-block-data-api-',
  versionPrefix: 'v',
  lowestVersion: '1.3',
  skip: [],
  ignore: [],
  current: { '1.3': '1.3.0', '1.4': '1.4.5' }
}
Checking 1.3
Not found

This was due to checking 1.3 for a new version with the v prefix, which wasn't added until the latest v1.4.6 release. After the 1.3 version check failed, 1.4 was skipped. This PR should hopefully fix that step and allow updates to the newly v-prefixed tag.

@alecgeatches alecgeatches self-assigned this Jan 7, 2026
@alecgeatches alecgeatches changed the title Update lowestVersion to 1.4 in config.json Update Block Data API lowestVersion to 1.4 in config.json Jan 7, 2026
@alecgeatches
alecgeatches merged commit e76adaa into trunk Jan 7, 2026
@alecgeatches
alecgeatches deleted the fix/block-data-api-version branch January 7, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants