Skip to content

Commit f53fb9e

Browse files
committed
v6.14.1
1 parent ac0b007 commit f53fb9e

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

docusaurus/docs/release-notes.md

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

3030

31+
## 6.14.1
32+
33+
<br />
34+
### <Icon name='pen-nib' /> Updated content
35+
36+
<br />
37+
38+
#### CMS
39+
- [Fix Admin Panel API example that used deprecated helper plugin](https://github.com/strapi/documentation/pull/2910)
40+
41+
#### Cloud
42+
- [Cloud yearly plans](https://github.com/strapi/documentation/pull/2901)
43+
- [Data transfer between Cloud environments](https://github.com/strapi/documentation/pull/2891)
44+
45+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
46+
47+
<br />
48+
49+
#### CMS
50+
- [Doc bugfix: documents().update expects documentId param outside of data](https://github.com/strapi/documentation/pull/2909)
51+
52+
#### Cloud
53+
- [Manage beta badge for Cloud features](https://github.com/strapi/documentation/pull/2913)
54+
- [Update custom domain saving options](https://github.com/strapi/documentation/pull/2906)
55+
56+
***
57+
This release was made possible thanks to the following contributors. Thank you! 🫶
58+
<div>
59+
<a href="https://github.com/mariekirsch" target="_blank">
60+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/63100752?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mariekirsch"/>
61+
</a>
62+
<a href="https://github.com/mephinet" target="_blank">
63+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/1292953?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mephinet"/>
64+
</a>
65+
<a href="https://github.com/pwizla" target="_blank">
66+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
67+
</a>
68+
</div>
69+
<br/>
70+
<br/>
71+
72+
3173
## 6.14.0
3274

3375
<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.14.0",
3+
"version": "6.14.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)