Skip to content

Commit 2c2f17d

Browse files
committed
v6.7.0
1 parent 2895850 commit 2c2f17d

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

docusaurus/docs/release-notes.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,49 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
2727

2828
</details>
2929

30+
## 6.7.0
31+
32+
<br />
33+
### <Icon name='sparkle' /> New content
34+
35+
<br />
36+
37+
#### CMS
38+
- [Open API spec generation](https://github.com/strapi/documentation/pull/2665)
39+
40+
### <Icon name='pen-nib' /> Updated content
41+
42+
<br />
43+
44+
#### CMS
45+
- [Update Admin Panel and Homepage customization pages with new widgets and new guided tour UI](https://github.com/strapi/documentation/pull/2671)
46+
- [Update controller sanitization](https://github.com/strapi/documentation/pull/2661)
47+
- [Document flat archive structure for import and export](https://github.com/strapi/documentation/pull/2658)
48+
49+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
50+
51+
<br />
52+
53+
#### CMS
54+
- [Fix no search results for `db.query`](https://github.com/strapi/documentation/pull/2667)
55+
- [Fix typo in lifecycle functions documentation](https://github.com/strapi/documentation/pull/2660)
56+
57+
***
58+
This release was made possible thanks to the following contributors. Thank you! 🫶
59+
<div>
60+
<a href="https://github.com/devios327" target="_blank">
61+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/67002707?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="devios327"/>
62+
</a>
63+
<a href="https://github.com/maccomaccomaccomacco" target="_blank">
64+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/2686869?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="maccomaccomaccomacco"/>
65+
</a>
66+
<a href="https://github.com/pwizla" target="_blank">
67+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
68+
</a>
69+
</div>
70+
<br/>
71+
<br/>
72+
3073
## 6.6.6
3174

3275
<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.6.6",
3+
"version": "6.7.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)