Skip to content

Commit 25b9261

Browse files
committed
featHttpOnly server sessions, framework adapters, and typed client
1 parent 2ba639e commit 25b9261

3 files changed

Lines changed: 748 additions & 1368 deletions

File tree

.release-it.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@
1212
"github": {
1313
"release": true,
1414
"releaseName": "v${version}",
15-
"autoGenerate": false
16-
},
17-
"plugins": {
18-
"@release-it/conventional-changelog": {
19-
"preset": "angular",
20-
"ignoreRecommendedBump": true
21-
}
15+
"//": "GitHub generates the notes itself. CHANGELOG.md is written by hand, so a conventional-commits plugin has nothing useful to add here.",
16+
"autoGenerate": true
2217
}
2318
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
},
112112
"devDependencies": {
113113
"@playwright/test": "^1.62.1",
114-
"@release-it/conventional-changelog": "^8.0.1",
115114
"@rollup/plugin-node-resolve": "^15.2.3",
116115
"@rollup/plugin-terser": "^0.4.4",
117116
"@testing-library/dom": "^10.4.0",
@@ -135,7 +134,7 @@
135134
"prettier": "^3.2.5",
136135
"react": "^19.2.0",
137136
"react-dom": "^19.2.0",
138-
"release-it": "^17.0.3",
137+
"release-it": "^21.0.2",
139138
"rimraf": "5.0.5",
140139
"rollup": "^4.1.5",
141140
"rollup-plugin-filesize": "10.0.0",

0 commit comments

Comments
 (0)