Skip to content

Commit 25ee743

Browse files
committed
chore: version packages
1 parent d7d2235 commit 25ee743

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/disable-db-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# training-app
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- d7d2235: Disable Postgres schema auto-push (`push: false`). Schema changes now go exclusively through migrations (`payload migrate:create` + `payload migrate`), so running `yarn dev` can no longer sync schema directly into a remote/production database. After this change a fresh database must be migrated before the app can run.
8+
39
## 1.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "training-app",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Aplikacja treningowa na Payload 3",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)