Update version in waspc.cabal and changelog (#2377)

This commit is contained in:
Filip Sodić 2024-11-19 19:48:29 +01:00 committed by GitHub
parent 1e62987fba
commit 36af125fc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.15.2
### 🐞 Bug fixes
- Fixed build step for apps that use Wasp's new TS config.
## 0.15.1
### 🐞 Bug fixes

View File

@ -1,6 +1,6 @@
app waspBuild {
wasp: {
version: "^0.15.1"
version: "^0.15.2"
},
title: "waspBuild"
}

View File

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

View File

@ -1,6 +1,6 @@
app waspComplexTest {
wasp: {
version: "^0.15.1"
version: "^0.15.2"
},
auth: {
userEntity: User,

View File

@ -1,6 +1,6 @@
app waspJob {
wasp: {
version: "^0.15.1"
version: "^0.15.2"
},
title: "waspJob"
}

View File

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

View File

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

View File

@ -6,7 +6,7 @@ cabal-version: 2.4
-- Consider using hpack, or maybe even hpack-dhall.
name: waspc
version: 0.15.1
version: 0.15.2
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