Skip to content

Commit 2f182f9

Browse files
committed
v6.12.0
1 parent 725b42a commit 2f182f9

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

docusaurus/docs/release-notes.md

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

2828
</details>
2929

30+
31+
## 6.12.0
32+
33+
<br />
34+
### <Icon name='sparkle' /> New content
35+
36+
<br />
37+
38+
#### CMS
39+
- [Add a guide about using RBAC from plugins](https://github.com/strapi/documentation/pull/2788)
40+
41+
#### Repository
42+
- [LLMs-code.txt](https://github.com/strapi/documentation/pull/2819)
43+
44+
### <Icon name='pen-nib' /> Updated content
45+
46+
<br />
47+
48+
#### CMS
49+
- [Update and add details & examples in GraphQL API migration guides](https://github.com/strapi/documentation/pull/2828)
50+
- [Expand caution callout for media asset relations](https://github.com/strapi/documentation/pull/2822)
51+
- [Aggregations section in GraphQL API documentation](https://github.com/strapi/documentation/pull/2810)
52+
53+
#### Cloud
54+
- [Clarify differences between accessing API on self-hosted VS Cloud hosted app](https://github.com/strapi/documentation/pull/2818)
55+
56+
#### Repository
57+
- [Add more information about `allowedHosts` for servers using Vite](https://github.com/strapi/documentation/pull/2813)
58+
- [Fix main content alignment "flash"](https://github.com/strapi/documentation/pull/2812)
59+
60+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
61+
62+
<br />
63+
64+
#### CMS
65+
- [Fix mistake in Middleware documentation](https://github.com/strapi/documentation/pull/2820)
66+
67+
#### Cloud
68+
- [Save & deploy for Node version](https://github.com/strapi/documentation/pull/2808)
69+
70+
#### Repository
71+
- [Mention `/_health` endpoint in server config. & deployment docs](https://github.com/strapi/documentation/pull/2816)
72+
- [Add warning for DATABASE_ environment variables](https://github.com/strapi/documentation/pull/2809)
73+
74+
***
75+
This release was made possible thanks to the following contributors. Thank you! 🫶
76+
<div>
77+
<a href="https://github.com/boazpoolman" target="_blank">
78+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/9551934?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="boazpoolman"/>
79+
</a>
80+
<a href="https://github.com/derrickmehaffy" target="_blank">
81+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/8593673?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="derrickmehaffy"/>
82+
</a>
83+
<a href="https://github.com/mariekirsch" target="_blank">
84+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/63100752?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mariekirsch"/>
85+
</a>
86+
<a href="https://github.com/meganelacheny" target="_blank">
87+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/19183360?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="meganelacheny"/>
88+
</a>
89+
<a href="https://github.com/pwizla" target="_blank">
90+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
91+
</a>
92+
</div>
93+
<br/>
94+
<br/>
95+
3096
## 6.11.0
3197

3298
<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.11.0",
3+
"version": "6.12.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)