Skip to content

Commit ac92297

Browse files
committed
v6.10.1
1 parent 63f126a commit ac92297

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

docusaurus/docs/release-notes.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,42 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
2828
</details>
2929

3030

31+
## 6.10.1
32+
33+
<br />
34+
### <Icon name='pen-nib' /> Updated content
35+
36+
<br />
37+
38+
#### CMS
39+
- [More clarity and precisions on multi relations support](https://github.com/strapi/documentation/pull/2796)
40+
- [AI-powered i18n](https://github.com/strapi/documentation/pull/2773)
41+
42+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
43+
44+
<br />
45+
46+
#### CMS
47+
- [Fix outdated example in Understanding populate guide](https://github.com/strapi/documentation/pull/2798)
48+
- [Add tip about older `npx create-strapi-app@latest` installation command](https://github.com/strapi/documentation/pull/2795)
49+
50+
#### Repository
51+
- [Disable Kapa widget feedback](https://github.com/strapi/documentation/pull/2793)
52+
53+
***
54+
This release was made possible thanks to the following contributors. Thank you! 🫶
55+
<div>
56+
<a href="https://github.com/meganelacheny" target="_blank">
57+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/19183360?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="meganelacheny"/>
58+
</a>
59+
<a href="https://github.com/pwizla" target="_blank">
60+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
61+
</a>
62+
</div>
63+
<br/>
64+
<br/>
65+
66+
3167
## 6.10.0
3268

3369
<br />

docusaurus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-docs",
3-
"version": "6.10.0",
3+
"version": "6.10.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)