Skip to content

Commit 3495615

Browse files
committed
v6.19.0
1 parent 9a33116 commit 3495615

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

docusaurus/docs/release-notes.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,37 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
2929

3030

3131

32-
_Reminder: Version numbers on this page are for the Strapi Docs package. The latest Strapi CMS version is [5.40.0](https://github.com/strapi/strapi/releases/tag/v5.40.0)._
32+
_Reminder: Version numbers on this page are for the Strapi Docs package. The latest Strapi CMS version is [5.41.1](https://github.com/strapi/strapi/releases/tag/v5.41.1)._
33+
34+
## 6.19.0
35+
36+
<br />
37+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
38+
39+
<br />
40+
41+
#### CMS
42+
- [fix: export includes 3rd party providers assets](https://github.com/strapi/documentation/pull/3022)
43+
- [Add tips for List View and Edit View usage of `documentId` in Content Manager](https://github.com/strapi/documentation/pull/3021)
44+
45+
#### Repository
46+
- [Allow agents to do a single round of self-check after PR creation](https://github.com/strapi/documentation/pull/3019)
47+
48+
***
49+
This release was made possible thanks to the following contributors. Thank you! 🫶
50+
<div>
51+
<a href="https://github.com/nclsndr" target="_blank">
52+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/5462986?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="nclsndr"/>
53+
</a>
54+
<a href="https://github.com/pwizla" target="_blank">
55+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
56+
</a>
57+
</div>
58+
<br/>
59+
<br/>
60+
61+
62+
3363

3464
## 6.18.1
3565

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

0 commit comments

Comments
 (0)