From 68de50a4a2e54185f8008222f6f955ef6ca0fdba Mon Sep 17 00:00:00 2001 From: Tom Fletcher Date: Thu, 6 Feb 2025 08:00:15 +1100 Subject: [PATCH 1/2] Update the docs to refelect changes to version tokens --- website/docs/proto/non-wasm-plugin.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/proto/non-wasm-plugin.mdx b/website/docs/proto/non-wasm-plugin.mdx index 7780165d1f5..f0a33536335 100644 --- a/website/docs/proto/non-wasm-plugin.mdx +++ b/website/docs/proto/non-wasm-plugin.mdx @@ -81,8 +81,8 @@ are available: - `{version}` - The currently resolved version, as a fully-qualified semantic or calendar version. - `{versionMajor}` / `{versionYear}` - Only the major version. -- `{versionMajorMinor}` / `{versionYearMonth}` - Only the major + minor versions. - +- `{versionMinor}` / `{versionMonth}` - Only the minor version. +- `{versionPatch}` / `{versionDay}` - Only the patch version. - `{versionPrerelease}` - The prerelease identifier, if applicable. Returns an empty string otherwise. - `{versionBuild}` - The build identifier, if applicable. Returns an empty string otherwise. From 46793c842fa6586f5399745358452e37e8e0993f Mon Sep 17 00:00:00 2001 From: Tom Fletcher Date: Thu, 6 Feb 2025 08:02:16 +1100 Subject: [PATCH 2/2] Added notes to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16738d91456..0c32805c752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +#### 🚀 Updates + +- Updated `proto` documentation to reflect changes to version tokens: https://moonrepo.dev/docs/proto/non-wasm-plugin#platform-variations + ## 1.32.1 #### 🚀 Updates