Skip to content

Commit cf1a3f1

Browse files
committed
Update release notes for 5.2.1
1 parent 4430475 commit cf1a3f1

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

docusaurus/docs/release-notes.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,65 @@ Since Strapi Docs version 5.0.0, the **docs' version number is independent from
1818
Strapi Docs now follow the **[semantic versioning](https://semver.org/)** philosophy, but adapted to docs:
1919

2020
- **Major version** (6.0.0, 7.0.0…): A **significant rewrite** of the docs (content or framework). This may impact the user experience, redesign the site, or break old links (redirections are handled, but broken links can be [reported](https://github.com/strapi/documentation/issues/new/choose)).
21-
- **Minor version** (5.1.0, 5.2.0…): **New Strapi features or improvements** to the docs (e.g., new components or tools).
21+
- **Minor version** (5.1.0, 5.2.0…): **New Strapi features** or improvements to the docs (e.g., new components or tools).
2222
- **Patch version** (5.1.1, 5.1.2…): **Content updates**, including improvement or extension of existing pages, code examples fixes, and typos.
2323

2424
New versions (minor or patch) are generally released weekly, on Wednesdays.
2525

2626
</details>
2727

28+
## 5.2.1
29+
30+
### 🖌 Updated content
31+
32+
- [Add `strapi cloud environment link` to Cloud CLI](https://github.com/strapi/documentation/pull/2282)
33+
- [Add new Cloud regions](https://github.com/strapi/documentation/pull/2290)
34+
35+
### 🧹 Chore, fixes, typos, and other improvements
36+
37+
#### Dev Docs
38+
- [Add useTypescriptMigrations](https://github.com/strapi/documentation/pull/2283)
39+
- [Fix typo in retro-compatibility flag value](https://github.com/strapi/documentation/pull/2294)
40+
- [Fix typo in example code for injectComponent in Admin Panel API docs ](https://github.com/strapi/documentation/pull/2287)
41+
- [Fix outdated mention of Gold plan in SSO docs](https://github.com/strapi/documentation/pull/2286)
42+
- [Fix locale param. example in Interactive Query Builder](https://github.com/strapi/documentation/pull/2285)
43+
- [Fix discardDraft() Document Service API example](https://github.com/strapi/documentation/pull/2284)
44+
45+
#### Strapi Cloud
46+
- [Update credit cards handling](https://github.com/strapi/documentation/pull/2262)
47+
48+
#### Repository
49+
- [Add release notes script](https://github.com/strapi/documentation/pull/2289)
50+
51+
***
52+
This release was made possible thanks to the following contributors. Thank you! 🫶
53+
<div>
54+
<a href="https://github.com/DomDew" target="_blank">
55+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/72755955?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="DomDew"/>
56+
</a>
57+
<a href="https://github.com/boiiiboi" target="_blank">
58+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/87666954?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="boiiiboi"/>
59+
</a>
60+
<a href="https://github.com/Jimimimi" target="_blank">
61+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/1778990?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="Jimimimi"/>
62+
</a>
63+
<a href="https://github.com/gonbaum" target="_blank">
64+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/14006828?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="gonbaum"/>
65+
</a>
66+
<a href="https://github.com/innerdvations" target="_blank">
67+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/999278?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="innerdvations"/>
68+
</a>
69+
<a href="https://github.com/kibwashere" target="_blank">
70+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/3426213?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="kibwashere"/>
71+
</a>
72+
<a href="https://github.com/pwizla" target="_blank">
73+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
74+
</a>
75+
</div>
76+
<br/>
77+
<br/>
78+
79+
2880
## 5.2.0
2981

3082
### ✨ New content

0 commit comments

Comments
 (0)