Prep main for v0.10.6 (#1219)

This commit is contained in:
Shayne Czyzewski 2023-05-24 11:31:21 -04:00 committed by GitHub
parent 8d5530519b
commit e8e5466971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 8 deletions

View File

@ -29,7 +29,6 @@ We now offer an interactive way to create a new project. You can run `wasp new`
### Bug fixes
- Adds missing import for HttpError which prevent auth from working properly.
This should make it much easier to work with apis and to customize your Express app in general.
## v0.10.3
### Bug fixes

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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