Skip to content

Commit

Permalink
Merge branch 'main' into filip-autocomplete-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Mar 26, 2024
2 parents 060dff3 + ce61dcf commit 8f58277
Show file tree
Hide file tree
Showing 471 changed files with 42,645 additions and 3,217 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Simple Wasp config file in which you describe the high-level details of your web

app todoApp {
title: "ToDo App", // visible in the browser tab
wasp: { version: "^0.11.0" },
wasp: { version: "^0.13.0" },
auth: { // full-stack auth out-of-the-box
userEntity: User, methods: { email: {...} }
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hackathon-submissions/main.wasp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app hackathonBetaSubmissions {
wasp: {
version: "^0.12.0"
version: "^0.13.0"
},
db: {
system: PostgreSQL
Expand Down
102 changes: 0 additions & 102 deletions examples/hackathon-submissions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/streaming/main.wasp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app streaming {
wasp: {
version: "^0.12.0"
version: "^0.13.0"
},
title: "streaming"
}
Expand Down
102 changes: 0 additions & 102 deletions examples/streaming/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/thoughts/main.wasp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app Thoughts {
wasp: {
version: "^0.12.0"
version: "^0.13.0"
},
title: "Thoughts",
db: {
Expand Down
Loading

0 comments on commit 8f58277

Please sign in to comment.