Skip to content

Commit 35a8b4d

Browse files
committed
v6.13.0
1 parent 88b2e52 commit 35a8b4d

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

docusaurus/docs/release-notes.md

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

3030

31+
## 6.13.0
32+
33+
<br />
34+
### <Icon name='sparkle' /> New content
35+
36+
<br />
37+
38+
#### Repository
39+
- [Add `<Checklist>` component](https://github.com/strapi/documentation/pull/2883)
40+
41+
### <Icon name='pen-nib' /> Updated content
42+
43+
<br />
44+
45+
#### CMS
46+
- [Checklist in SSO configuration documentation](https://github.com/strapi/documentation/pull/2882)
47+
- [Document Service API intro rework: more details, updated structure](https://github.com/strapi/documentation/pull/2880)
48+
- [Lifecycle functions rework: structure change, more details & examples](https://github.com/strapi/documentation/pull/2878)
49+
- [Tip about nested page hierarchies in Content-type Builder documentation](https://github.com/strapi/documentation/pull/2876)
50+
- [More details regarding image uploading](https://github.com/strapi/documentation/pull/2875)
51+
52+
#### Repository
53+
- [Add example to Theme extension documentation](https://github.com/strapi/documentation/pull/2850)
54+
- [Add TypeScript example and deliverability tip to Email documentation](https://github.com/strapi/documentation/pull/2839)
55+
56+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
57+
58+
<br />
59+
60+
#### CMS
61+
- [Notify users about Apollo In Memory Cache ID](https://github.com/strapi/documentation/pull/2884)
62+
- [Add types for Backend Customization Custom Routes](https://github.com/strapi/documentation/pull/2879)
63+
64+
#### Repository
65+
- [Fix unneeded margin on first-in-the-list custom docs card component](https://github.com/strapi/documentation/pull/2881)
66+
- [Remove Amplitude-related elements](https://github.com/strapi/documentation/pull/2873)
67+
- [Fix main content layout shift](https://github.com/strapi/documentation/pull/2872)
68+
69+
***
70+
This release was made possible thanks to the following contributors. Thank you! 🫶
71+
<div>
72+
<a href="https://github.com/meganelacheny" target="_blank">
73+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/19183360?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="meganelacheny"/>
74+
</a>
75+
<a href="https://github.com/pwizla" target="_blank">
76+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
77+
</a>
78+
<a href="https://github.com/unrevised6419" target="_blank">
79+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/1881266?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="unrevised6419"/>
80+
</a>
81+
</div>
82+
<br/>
83+
<br/>
84+
85+
3186
## 6.12.1
3287

3388
<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.12.1",
3+
"version": "6.13.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)