Skip to content

Commit e17d078

Browse files
chore(release): 17.0.0 [skip ci]
## [17.0.0](16.1.12...17.0.0) (2026-04-04) ### ⚠ BREAKING CHANGES * **deps:** upgrade maevsi/sqitch to v11 * **deps:** upgrade maevsi/vibetype to v14 * **postgraphile:** upgrade to v2 * **postgraphile:** upgrade to v5 * **postgraphile:** change forward authorization path ### Features * **postgraphile:** change forward authorization path ([0e9cc64](0e9cc64)) * **postgraphile:** upgrade to v2 ([66a6a3f](66a6a3f)) * **postgraphile:** upgrade to v5 ([0113383](0113383)) * **vibetype:** allow csrf token access control header ([1ccdd94](1ccdd94)) ### Miscellaneous Chores * **deps:** upgrade maevsi/sqitch to v11 ([52c79cc](52c79cc)) * **deps:** upgrade maevsi/vibetype to v14 ([2f361b1](2f361b1))
1 parent 679c884 commit e17d078

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [17.0.0](https://github.com/maevsi/stack/compare/16.1.12...17.0.0) (2026-04-04)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **deps:** upgrade maevsi/sqitch to v11
6+
* **deps:** upgrade maevsi/vibetype to v14
7+
* **postgraphile:** upgrade to v2
8+
* **postgraphile:** upgrade to v5
9+
* **postgraphile:** change forward authorization path
10+
11+
### Features
12+
13+
* **postgraphile:** change forward authorization path ([0e9cc64](https://github.com/maevsi/stack/commit/0e9cc64501ec547b5bddef83dda8a202a94ff203))
14+
* **postgraphile:** upgrade to v2 ([66a6a3f](https://github.com/maevsi/stack/commit/66a6a3f982dec6a3679f1fe4ab8d1bf8fd8cbd77))
15+
* **postgraphile:** upgrade to v5 ([0113383](https://github.com/maevsi/stack/commit/011338398447c002aaf4682f06aeaee238f3b3b8))
16+
* **vibetype:** allow csrf token access control header ([1ccdd94](https://github.com/maevsi/stack/commit/1ccdd94c7f87fc570212f6cf8c5ad281632e743f))
17+
18+
### Miscellaneous Chores
19+
20+
* **deps:** upgrade maevsi/sqitch to v11 ([52c79cc](https://github.com/maevsi/stack/commit/52c79cc651bf4bf8e2ea533bc780191129a5dadc))
21+
* **deps:** upgrade maevsi/vibetype to v14 ([2f361b1](https://github.com/maevsi/stack/commit/2f361b13a22b0cc78db84dd84c0b07d3a81ff2fb))
22+
123
## [17.0.0-beta.6](https://github.com/maevsi/stack/compare/17.0.0-beta.5...17.0.0-beta.6) (2026-04-03)
224

325
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"prepare": "husky && ./src/development/certificates/mkcert.sh"
2222
},
2323
"type": "module",
24-
"version": "17.0.0-beta.6"
24+
"version": "17.0.0"
2525
}

0 commit comments

Comments
 (0)