We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c3791 commit 8b3e696Copy full SHA for 8b3e696
2 files changed
services/backend/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## <small>0.31.3 (2025-08-25)</small>
4
+
5
+* chore(backend): release v0.31.2 ([77608e7](https://github.com/deploystackio/deploystack/commit/77608e7))
6
+* feat(all): implement storage-first architecture in BasicInfoStepEdit component ([c9abb46](https://github.com/deploystackio/deploystack/commit/c9abb46))
7
8
## <small>0.31.2 (2025-08-25)</small>
9
10
* feat(all): implement storage-first architecture in BasicInfoStepEdit component ([c9abb46](https://github.com/deploystackio/deploystack/commit/c9abb46))
services/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@deploystack/backend",
- "version": "0.31.2",
+ "version": "0.31.3",
"scripts": {
"dev": "nodemon",
"build": "tsc && webpack --mode=production",
0 commit comments