We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c02eff commit b6c958cCopy full SHA for b6c958c
2 files changed
src/services/catalog/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## catalog@v0.0.9 - 2025-06-08
4
+
5
+### What Changed 👀
6
7
+* No changes
8
+ **Full Changelog**: https://github.com/Teck-Lab/Teck.Shop/compare/catalog@v0.0.8...catalog@v0.0.9
9
10
## catalog@v0.0.8 - 2025-06-08
11
12
### What Changed 👀
src/services/catalog/Directory.Build.props
@@ -9,9 +9,9 @@
<IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled>
<InvariantGlobalization>true</InvariantGlobalization>
<!-- x-release-please-start-version -->
- <AssemblyVersion>0.0.8</AssemblyVersion>
13
- <FileVersion>0.0.8</FileVersion>
14
- <Version>0.0.8</Version>
+ <AssemblyVersion>0.0.9</AssemblyVersion>
+ <FileVersion>0.0.9</FileVersion>
+ <Version>0.0.9</Version>
15
<!-- x-release-please-end -->
16
</PropertyGroup>
17
</Project>
0 commit comments