Skip to content

Commit 5e4a84d

Browse files
committed
v6.9.2
1 parent bc45d19 commit 5e4a84d

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.9.2
32+
33+
<br />
34+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
35+
36+
<br />
37+
38+
#### CMS
39+
- [fix: proxy breaking change in server example](https://github.com/strapi/documentation/pull/2731)
40+
41+
#### Cloud
42+
- [Fix reactivate subscription errors](https://github.com/strapi/documentation/pull/2734)
43+
- [Save & deploy on branch change](https://github.com/strapi/documentation/pull/2730)
44+
- [Save & deploy Cloud environment variables](https://github.com/strapi/documentation/pull/2729)
45+
- [Add note about cloud project reactivation](https://github.com/strapi/documentation/pull/2701)
46+
47+
#### Repository
48+
- [Fix badges display & positioning](https://github.com/strapi/documentation/pull/2740)
49+
- [Automatically add proper `source:` and `pr:` labels to PRs](https://github.com/strapi/documentation/pull/2735)
50+
51+
***
52+
This release was made possible thanks to the following contributors. Thank you! 🫶
53+
<div>
54+
<a href="https://github.com/Aurelsicoko" target="_blank">
55+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4144726?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="Aurelsicoko"/>
56+
</a>
57+
<a href="https://github.com/adabaed" target="_blank">
58+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/40322710?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="adabaed"/>
59+
</a>
60+
<a href="https://github.com/derrickmehaffy" target="_blank">
61+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/8593673?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="derrickmehaffy"/>
62+
</a>
63+
<a href="https://github.com/kibwashere" target="_blank">
64+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/3426213?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="kibwashere"/>
65+
</a>
66+
<a href="https://github.com/mariekirsch" target="_blank">
67+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/63100752?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mariekirsch"/>
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.1
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.1",
3+
"version": "6.9.2",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)