Skip to content

Commit 80c3791

Browse files
authored
Merge pull request #246 from deploystackio/backend-release
[Backend Release] v0.31.2
2 parents c9abb46 + 77608e7 commit 80c3791

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/backend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## <small>0.31.2 (2025-08-25)</small>
4+
5+
* feat(all): implement storage-first architecture in BasicInfoStepEdit component ([c9abb46](https://github.com/deploystackio/deploystack/commit/c9abb46))
6+
37
## <small>0.31.1 (2025-08-24)</small>
48

59
* chore(backend): release v0.31.0 ([5f7a5da](https://github.com/deploystackio/deploystack/commit/5f7a5da))

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.31.1",
3+
"version": "0.31.2",
44
"scripts": {
55
"dev": "nodemon",
66
"build": "tsc && webpack --mode=production",

services/backend/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export interface VersionInfo {
99

1010
// This will be replaced by the build script
1111
let versionData: VersionInfo = {
12-
version: '0.31.0',
13-
buildTime: '2025-08-24T21:26:47.922Z',
12+
version: '0.31.2',
13+
buildTime: '2025-08-25T19:31:55.874Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)