Update Mage, waspc.cabal, and Changelog for 0.13.1 (#1937)

This commit is contained in:
Filip Sodić 2024-04-04 16:15:09 +02:00 committed by GitHub
parent 2a4f9658b8
commit 55d0b1b04c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ RUN cd .wasp/build/server && npm run bundle
# TODO: Use pm2?
# TODO: Use non-root user (node).
FROM base AS server-production
RUN curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.0
RUN curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.1
ENV PATH "$PATH:/root/.local/bin"
ENV NODE_ENV production
WORKDIR /app

View File

@ -9,7 +9,7 @@
### 🔧 Small improvements
- Improved how IDEs auto-import symbols from `wasp/*` modules.
- Improved how IDEs auto-imports symbols from the `wasp` package.
## 0.13.0 (2024-03-18)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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