Bump version to 0.12.4

Change version, update e2e tests, update Changelog
This commit is contained in:
Filip Sodić 2024-03-12 16:51:38 +01:00
parent 5fc4dc57b0
commit 8cfcd080a9
8 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.12.4 (2024-03-12)
### 🐞 Bug fixes
- Projects that import `wasp/auth/types` no longer fail when building the web app.
## 0.12.3 (2024-03-01)
### 🎉 New features

View File

@ -1,7 +1,7 @@
app waspBuild {
db: { system: PostgreSQL },
wasp: {
version: "^0.12.3"
version: "^0.12.4"
},
title: "waspBuild"
}

View File

@ -1,6 +1,6 @@
app waspCompile {
wasp: {
version: "^0.12.3"
version: "^0.12.4"
},
title: "waspCompile"
}

View File

@ -1,7 +1,7 @@
app waspComplexTest {
db: { system: PostgreSQL },
wasp: {
version: "^0.12.3"
version: "^0.12.4"
},
auth: {
userEntity: User,

View File

@ -1,7 +1,7 @@
app waspJob {
db: { system: PostgreSQL },
wasp: {
version: "^0.12.3"
version: "^0.12.4"
},
title: "waspJob"
}

View File

@ -1,6 +1,6 @@
app waspMigrate {
wasp: {
version: "^0.12.3"
version: "^0.12.4"
},
title: "waspMigrate"
}

View File

@ -1,6 +1,6 @@
app waspNew {
wasp: {
version: "^0.12.3"
version: "^0.12.4"
},
title: "waspNew"
}

View File

@ -6,7 +6,7 @@ cabal-version: 2.4
-- Consider using hpack, or maybe even hpack-dhall.
name: waspc
version: 0.12.3
version: 0.12.4
description: Please see the README on GitHub at <https://github.com/wasp-lang/wasp/waspc#readme>
homepage: https://github.com/wasp-lang/wasp/waspc#readme
bug-reports: https://github.com/wasp-lang/wasp/issues