Skip to content

Commit b209f51

Browse files
committed
v6.10.0
1 parent 14a542a commit b209f51

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

docusaurus/docs/release-notes.md

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

3030

31+
## 6.10.0
32+
33+
<br />
34+
### <Icon name='sparkle' /> New content
35+
36+
<br />
37+
38+
#### Repository
39+
- [Replace Algolia search with MeiliSearch](https://github.com/strapi/documentation/pull/2783)
40+
- [Add a "News Ticker" to homepage](https://github.com/strapi/documentation/pull/2766)
41+
42+
### <Icon name='pen-nib' /> Updated content
43+
44+
<br />
45+
46+
#### CMS
47+
- [Add rate limiting documentation for users-permissions plugin](https://github.com/strapi/documentation/pull/2782)
48+
49+
#### Repository
50+
- [Add contribution program links to footer and top nav](https://github.com/strapi/documentation/pull/2781)
51+
52+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
53+
54+
<br />
55+
56+
#### Repository
57+
- [Fix S key in Ask AI modal triggering the MeiliSearch modal](https://github.com/strapi/documentation/pull/2786)
58+
- [Docs Contribution Program: updates in PR template & contribution guide](https://github.com/strapi/documentation/pull/2784)
59+
60+
***
61+
This release was made possible thanks to the following contributors. Thank you! 🫶
62+
<div>
63+
<a href="https://github.com/crasite" target="_blank">
64+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/9783406?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="crasite"/>
65+
</a>
66+
<a href="https://github.com/meganelacheny" target="_blank">
67+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/19183360?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="meganelacheny"/>
68+
</a>
69+
<a href="https://github.com/pwizla" target="_blank">
70+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
71+
</a>
72+
</div>
73+
<br/>
74+
<br/>
75+
76+
3177
## 6.9.5
3278

3379
<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.9.5",
3+
"version": "6.10.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)