Skip to content

Commit 5aa2fe7

Browse files
Merge pull request #1221 from anushreep1/ReleaseDoc-v11-15-3
Release doc v11 15 3
2 parents 681c1da + cefaaa5 commit 5aa2fe7

7 files changed

Lines changed: 218 additions & 35 deletions

File tree

learn/enterprise-release-notes.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Follow our [team blog](/learn/blog) to learn product updates from the engineers
2222

2323
|Named Version|Releases Include|What's in it| Release Date|
2424
|---|---|---|---|
25+
|**v11.15.3** <p style={{color:"red"}}>*latest*</p> |- [11.15.3](/learn/wavemaker-release-notes/v11-15-3)| WaveMaker 11.15.3 delivers targeted runtime and tooling improvements to strengthen autosave reliability, data handling, and page layout performance. This release also includes key bug fixes and library updates that improve overall stability and developer productivity. | 18 May 2026 |
2526
|**v11.15.2** <p style={{color:"red"}}>*latest*</p> |- [11.15.2](/learn/wavemaker-release-notes/v11-15-2)| In this release enhancements focus on improving styling flexibility, widget behavior, and developer control across forms, charts, and error handling. Bug fixes address a wide range of UI inconsistencies, token gaps, and platform-specific issues, resulting in more stable and predictable app behavior across environments. | 20 Apr 2026 |
2627
|**v11.15.0** |- [11.15.0](/learn/wavemaker-release-notes/v11-15-0)| This release focuses on simplifying configuration with improved profile/property management and a cleaner, more streamlined Studio UI. It also includes autosave improvements, design system updates, and bug fixes to enhance stability and overall developer experience. | 8 Feb 2026 |
2728
|**v11.14.2** |- [11.14.2](/learn/wavemaker-release-notes/v11-14-2)| This release enhances Wizard widget in React Native and delivers several Studio and React Native bug fixes. | 1 December 2025 |
@@ -99,7 +100,7 @@ Follow our [team blog](/learn/blog) to learn product updates from the engineers
99100

100101
## Technology Stack
101102

102-
Last updated: [WaveMaker 11.15.2](/learn/wavemaker-release-notes/v11-15-2)
103+
Last updated: [WaveMaker 11.15.3](/learn/wavemaker-release-notes/v11-15-3)
103104

104105
---
105106

@@ -117,40 +118,40 @@ Last updated: [WaveMaker 11.15.2](/learn/wavemaker-release-notes/v11-15-2)
117118
| Charting | d3 | 7.8.5 |
118119
| | nvd3 | 1.8.11 |
119120
| Fullcalendar | | 6.1.15 |
120-
| Built-in functions | lodash-es | 4.17.21|
121+
| Built-in functions | lodash-es | 4.17.23|
121122
| Device support, gestures | hammerjs | 2.0.8 |
122123

123124
### Backend Frameworks (Web and Mobile)
124125

125126
| Description | Java Library | Version |
126127
| --- | --- |--------------------|
127-
| | Spring Framework | <td className="versiontdbgcolor">6.2.15 -> 6.2.17</td> |
128-
| Security framework | Spring Security | <td className="versiontdbgcolor">6.5.7 -> 6.5.9</td> |
129-
| | Spring Data | <td className="versiontdbgcolor">2025.0.7 -> 2025.0.10</td> |
128+
| | Spring Framework | <td className="versiontdbgcolor">6.2.15 -> 6.2.18</td> |
129+
| Security framework | Spring Security | <td className="versiontdbgcolor">6.5.7 -> 6.5.10</td> |
130+
| | Spring Data | <td className="versiontdbgcolor">2025.0.8 -> 2025.0.11</td> |
130131
| | Spring Boot | <td className="versiontdbgcolor">3.5.9 -> 3.5.13</td> |
131-
| | Spring Session | <td className="versiontdbgcolor">3.5.4 -> 3.5.5</td> |
132-
| Java JSON utilities | Gson | 2.13.2 |
132+
| | Spring Session | <td className="versiontdbgcolor">3.5.4 -> 3.5.6</td> |
133+
| Java JSON utilities | Gson | <td className="versiontdbgcolor">2.13.2 -> 2.14.0</td> |
133134
| DB Persistence library | Hibernate(Jakarta) | 5.6.15. Final |
134135
| Sample database | HSQL | 2.7.4 |
135-
| JSON library | Jackson | <td className="versiontdbgcolor">2.20.1 -> 2.21.2</td> |
136+
| JSON library | Jackson | <td className="versiontdbgcolor">2.21.0 -> 2.21.3</td> |
136137
| Logging framework | SLF4j | 2.0.17 |
137138
| Logging Implementation | Log4j2 | <td className="versiontdbgcolor">2.25.3 -> 2.25.4</td> |
138139
| Http client library | HttpComponents - httpclient | 5.5.1 |
139140
| Servlet Framework | | 6.0.0 |
140141
| Database Connection Pooling | HikariCP | 7.0.2 |
141142
| | Commons Lang3 | 3.19.0 |
142-
| | Guava | 33.5.0-jre |
143-
| | Postgresql Driver | 42.7.8 |
143+
| | Guava | <td className="versiontdbgcolor">33.5.0-jre -> 33.6.0-jre</td> |
144+
| | Postgresql Driver | <td className="versiontdbgcolor">42.7.9 -> 42.7.11</td> |
144145
| | Hibernate Validator | 8.0.2.Final |
145-
| | Jgit | 7.4.0.202509020913-r |
146-
| | Commons Codec | 1.18.0 |
147-
| | Commons IO | 2.19.0 |
146+
| | Jgit | <td className="versiontdbgcolor">7.5.0.202512021534-r -> 7.6.0.202603022253-r</td> |
147+
| | Commons Codec | <td className="versiontdbgcolor">1.21.0 -> 1.22.0</td> |
148+
| | Commons IO | <td className="versiontdbgcolor">2.21.0 -> 2.22.0</td> |
148149
| | Commons Text | 1.13.1 |
149150
| | Antisamy | 1.7.7 |
150151
| | Freemarker | 2.3.34 |
151-
| | Apache Tika | 3.2.3 |
152+
| | Apache Tika | <td className="versiontdbgcolor">3.2.3 -> 3.3.0</td> |
152153
| | Mariadb JDBC Driver | 3.5.2 |
153-
| | Mongodb Driver | <td>5.6.2</td> |
154+
| | Mongodb Driver | <td>5.6.3 -> 5.6.5</td> |
154155
| | Jakarta Validation Api | 3.1.1 |
155156
| | commons-validator | 1.10.0 |
156157
| | json-smart | 2.5.2 |
@@ -205,6 +206,7 @@ For more information about building projects with Maven, see [here](/learn/app-d
205206
| Expo | 54.0.12 |
206207
| React Native | 0.81.4 |
207208

209+
208210
## Older Releases
209211

210212
- **[WaveMaker 9.x Documentation](https://www.wavemaker.com/9/learn/index.html)**

learn/wavemaker-release-notes.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Follow our [team blog](/learn/blog) to learn product updates from the engineers
2121

2222
|Named Version| What's in it| Release Date|
2323
|---|---|---|
24-
| [WaveMaker 11.15.2](/learn/wavemaker-release-notes/v11-15-2) <p style={{color:"red"}}>*latest*</p> | In this release enhancements focus on improving styling flexibility, widget behavior, and developer control across forms, charts, and error handling. Bug fixes address a wide range of UI inconsistencies, token gaps, and platform-specific issues, resulting in more stable and predictable app behavior across environments. | 20 Apr 2026 |
24+
| [WaveMaker 11.15.3](/learn/wavemaker-release-notes/v11-15-3) <p style={{color:"red"}}>*latest*</p> | WaveMaker 11.15.3 delivers targeted runtime and tooling improvements to strengthen autosave reliability, data handling, and page layout performance. This release also includes key bug fixes and library updates that improve overall stability and developer productivity. | 18 May 2026 |
25+
| [WaveMaker 11.15.2](/learn/wavemaker-release-notes/v11-15-2) | In this release enhancements focus on improving styling flexibility, widget behavior, and developer control across forms, charts, and error handling. Bug fixes address a wide range of UI inconsistencies, token gaps, and platform-specific issues, resulting in more stable and predictable app behavior across environments. | 20 Apr 2026 |
2526
|[WaveMaker 11.15.0](/learn/wavemaker-release-notes/v11-15-0) | WaveMaker 11.15.0 introduces profile management refactoring, a decluttered Studio experience, and autosave improvements. This release also includes enhancements and bug fixes for React Native, along with new token updates and design system features.| 8 Feburary 2026 |
2627
|[WaveMaker 11.14.2](/learn/wavemaker-release-notes/v11-14-2) | WaveMaker 11.14.2 enhances Wizard widget in React Native and delivers several Studio and React Native bug fixes. | 1 December 2025 |
2728
|[WaveMaker 11.14.1](/learn/wavemaker-release-notes/v11-14-1) | WaveMaker 11.14.1 introduces enhanced commit message control and support for hyphenated page & partial names in Studio, giving developers more flexibility. It also includes a bug fix for stacked charts in web projects. | 3 November 2025 |
@@ -170,7 +171,7 @@ Follow our [team blog](/learn/blog) to learn product updates from the engineers
170171

171172
## Technology Stack
172173

173-
Last updated: [WaveMaker 11.15.2](/learn/wavemaker-release-notes/v11-15-2)
174+
Last updated: [WaveMaker 11.15.3](/learn/wavemaker-release-notes/v11-15-3)
174175

175176
---
176177

@@ -188,40 +189,40 @@ Last updated: [WaveMaker 11.15.2](/learn/wavemaker-release-notes/v11-15-2)
188189
| Charting | d3 | 7.8.5 |
189190
| | nvd3 | 1.8.11 |
190191
| Fullcalendar | | 6.1.15 |
191-
| Built-in functions | lodash-es | 4.17.21|
192+
| Built-in functions | lodash-es | 4.17.23|
192193
| Device support, gestures | hammerjs | 2.0.8 |
193194

194195
### Backend Frameworks (Web and Mobile)
195196

196197
| Description | Java Library | Version |
197198
| --- | --- |--------------------|
198-
| | Spring Framework | <td className="versiontdbgcolor">6.2.15 -> 6.2.17</td> |
199-
| Security framework | Spring Security | <td className="versiontdbgcolor">6.5.7 -> 6.5.9</td> |
200-
| | Spring Data | <td className="versiontdbgcolor">2025.0.7 -> 2025.0.10</td> |
199+
| | Spring Framework | <td className="versiontdbgcolor">6.2.15 -> 6.2.18</td> |
200+
| Security framework | Spring Security | <td className="versiontdbgcolor">6.5.7 -> 6.5.10</td> |
201+
| | Spring Data | <td className="versiontdbgcolor">2025.0.8 -> 2025.0.11</td> |
201202
| | Spring Boot | <td className="versiontdbgcolor">3.5.9 -> 3.5.13</td> |
202-
| | Spring Session | <td className="versiontdbgcolor">3.5.4 -> 3.5.5</td> |
203-
| Java JSON utilities | Gson | 2.13.2 |
203+
| | Spring Session | <td className="versiontdbgcolor">3.5.4 -> 3.5.6</td> |
204+
| Java JSON utilities | Gson | <td className="versiontdbgcolor">2.13.2 -> 2.14.0</td> |
204205
| DB Persistence library | Hibernate(Jakarta) | 5.6.15. Final |
205206
| Sample database | HSQL | 2.7.4 |
206-
| JSON library | Jackson | <td className="versiontdbgcolor">2.20.1 -> 2.21.2</td> |
207+
| JSON library | Jackson | <td className="versiontdbgcolor">2.21.0 -> 2.21.3</td> |
207208
| Logging framework | SLF4j | 2.0.17 |
208209
| Logging Implementation | Log4j2 | <td className="versiontdbgcolor">2.25.3 -> 2.25.4</td> |
209210
| Http client library | HttpComponents - httpclient | 5.5.1 |
210211
| Servlet Framework | | 6.0.0 |
211212
| Database Connection Pooling | HikariCP | 7.0.2 |
212213
| | Commons Lang3 | 3.19.0 |
213-
| | Guava | 33.5.0-jre |
214-
| | Postgresql Driver | 42.7.8 |
214+
| | Guava | <td className="versiontdbgcolor">33.5.0-jre -> 33.6.0-jre</td> |
215+
| | Postgresql Driver | <td className="versiontdbgcolor">42.7.9 -> 42.7.11</td> |
215216
| | Hibernate Validator | 8.0.2.Final |
216-
| | Jgit | 7.4.0.202509020913-r |
217-
| | Commons Codec | 1.18.0 |
218-
| | Commons IO | 2.19.0 |
217+
| | Jgit | <td className="versiontdbgcolor">7.5.0.202512021534-r -> 7.6.0.202603022253-r</td> |
218+
| | Commons Codec | <td className="versiontdbgcolor">1.21.0 -> 1.22.0</td> |
219+
| | Commons IO | <td className="versiontdbgcolor">2.21.0 -> 2.22.0</td> |
219220
| | Commons Text | 1.13.1 |
220221
| | Antisamy | 1.7.7 |
221222
| | Freemarker | 2.3.34 |
222-
| | Apache Tika | 3.2.3 |
223+
| | Apache Tika | <td className="versiontdbgcolor">3.2.3 -> 3.3.0</td> |
223224
| | Mariadb JDBC Driver | 3.5.2 |
224-
| | Mongodb Driver | <td>5.6.2</td> |
225+
| | Mongodb Driver | <td>5.6.3 -> 5.6.5</td> |
225226
| | Jakarta Validation Api | 3.1.1 |
226227
| | commons-validator | 1.10.0 |
227228
| | json-smart | 2.5.2 |

learn/wavemaker-release-notes/v11-15-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "WaveMaker 11.15.2 - Release date: 20 April 2026"
33
id: "v11-15-2"
4-
sidebar_label: "v11.15.2 - Latest"
4+
sidebar_label: "v11.15.2"
55
---
66

77

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
---
2+
title: "WaveMaker 11.15.3 - Release date: 18 May 2026"
3+
id: "v11-15-3"
4+
sidebar_label: "v11.15.3 - Latest"
5+
---
6+
7+
8+
WaveMaker 11.15.3 delivers targeted runtime and tooling improvements to strengthen autosave reliability, data handling, and page layout performance.
9+
This release also includes key bug fixes and library updates that improve overall stability and developer productivity.
10+
11+
## Features
12+
13+
<details><summary>GitHub Apps based Auth for VCS</summary>
14+
Replaces PAT-based repo setup with a GitHub App installation flow, improving security with temporary credentials and automatic management, enabling finer repository access control, and simplifying setup inside the Team Portal.
15+
</details>
16+
17+
## Enhancements
18+
19+
<details><summary>Style Workspace Preview Enhancements</summary>
20+
Updated Style Workspace preview support for checkbox, anchor, rating, file upload, progress bar, and icon widgets for better design visibility.
21+
</details>
22+
23+
<details><summary>Variant Dropdown Display in Property Panel</summary>
24+
Enhanced property panel to properly display variant dropdown even when only a single variant is available.
25+
</details>
26+
27+
28+
## Bug Fixes
29+
30+
<details><summary>Servlet Filter Chain Order for Security Headers</summary> Fixed filter chain order to ensure security filters run before compression, preventing missing security headers on Brotli-encoded resources. </details>
31+
32+
<details><summary>Developer Credentials and Git Repository Status</summary> Resolved incorrect display of active git repository status for projects when developer credentials are enabled, ensuring proper handling of different code repositories like GitLab, Bitbucket, or Azure. </details>
33+
34+
<details><summary>Header Partial Variables Persistence on Navigation</summary> Fixed header partial variables being cleared upon page navigation, ensuring variable values persist across pages. </details>
35+
36+
<details><summary>Prefab Property Access After Dialog Closure</summary> Resolved inability to access prefab properties from page level after dialog closure, allowing access to outbound parameters. </details>
37+
38+
<details><summary>Live Form Data Population from Parent Form</summary> Fixed live form fields being incorrectly populated with data from parent form when partial is embedded. </details>
39+
40+
<details><summary>GitHub Apps Authentication Dialog</summary> Added required authorization dialog for GitHub Apps authentication mode during credential verification. </details>
41+
42+
<details><summary>AJAX Request Detection in Iframe-Loaded Applications</summary> Corrected AJAX request detection for iframe-loaded applications using Sec-Fetch-Mode and Sec-Fetch-Dest headers to prevent misclassification of browser navigation requests. </details>
43+
44+
<details><summary>Date and Time Widget Focus Retention</summary> Fixed focus shifting away from Date and Time widgets after selection. </details>
45+
46+
<details><summary>DataTable Multi-Column Filter Options Update</summary> Fixed DataTable multi-column filter options not updating after adding new records, ensuring filter dropdowns include new values. </details>
47+
48+
<details><summary>Caption Position in Live Forms</summary> Resolved caption position issues in live forms during deployment. </details>
49+
50+
<details><summary>Page Accessibility with Conditional CSS on Text Widgets</summary> Fixed page inaccessibility caused by conditional CSS on text widgets, resolving the "e.trim() is not a function" error. </details>
51+
52+
<details><summary>Java Service DownloadResponse Success Event Trigger</summary> Fixed Java service DownloadResponse always triggering success event regardless of actual outcome. </details>
53+
54+
<details><summary>Slider Widget Readonly Property</summary> Enabled readonly property functionality for Slider widget in forms. </details>
55+
56+
<details><summary>Slider Widget Range Values Display in Forms</summary> Fixed Slider widget range values not displaying correctly inside form widgets. </details>
57+
58+
<details><summary>Date Widget Dirty State with Min/Max Constraints</summary> Resolved Date widget showing as dirty when min/max date constraints are set. </details>
59+
60+
<details><summary>Cache-Control Headers for Angular Deployments</summary> Restored Cache-Control header configuration for Angular deployments by removing runtime dependency on build-time properties. </details>
61+
62+
<details><summary>Prefab Server Property Overrides at Project Level</summary> Fixed project-level prefab server property overrides by storing them in project's app.properties instead of modifying prefab bundle, with automatic migration. </details>
63+
64+
<details><summary>SAML SSO Login URL Generation</summary> Fixed SAML SSO login by ensuring AssertionConsumerService URL is generated as absolute URI instead of relative path. </details>
65+
66+
<details><summary>Checkbox Validation Error Persistence</summary> Resolved validation error persisting on checkbox after value is selected in required fields. </details>
67+
68+
<details><summary>Rating Widget Decimal Values in Readonly Mode</summary> Added support for decimal values in Rating widget when in readonly mode. </details>
69+
70+
<details><summary>Autosave Content Overwrite During Page Navigation</summary> Fixed autosave functionality that was overwriting page content when navigating to another page during an ongoing autosave operation. </details>
71+
72+
<details><summary>DataTable Filter SQL Query Logical Grouping</summary> Corrected logical grouping in generated SQL queries for DataTable filters with mixed OR and AND conditions. </details>
73+
74+
<details><summary>DataTable Sorting with Null Values</summary> Fixed DataTable sorting behavior when fields contain null values, ensuring proper ordering. </details>
75+
76+
## Technology Stack
77+
78+
## WaveMaker Studio
79+
80+
### UI Frameworks (Web and Mobile)
81+
82+
| Description | JS Library | Version |
83+
| --- | --- | --- |
84+
| JS Binding | jquery | 3.7.1 |
85+
| | jquery-ui* | 1.13.3 |
86+
| MVC Framework | Angular | 18.2.13 |
87+
| | ngx-bootstrap | 9.0.0 |
88+
| Styles | bootstrap | 3.3.7 |
89+
| Charting | d3 | 7.8.5 |
90+
| | nvd3 | 1.8.11 |
91+
| Fullcalendar | | 6.1.15 |
92+
| Built-in functions | lodash-es | 4.17.23|
93+
| Device support, gestures | hammerjs | 2.0.8 |
94+
95+
### Backend Frameworks (Web and Mobile)
96+
97+
| Description | Java Library | Version |
98+
| --- | --- |--------------------|
99+
| | Spring Framework | <td className="versiontdbgcolor">6.2.15 -> 6.2.18</td> |
100+
| Security framework | Spring Security | <td className="versiontdbgcolor">6.5.7 -> 6.5.10</td> |
101+
| | Spring Data | <td className="versiontdbgcolor">2025.0.8 -> 2025.0.11</td> |
102+
| | Spring Boot | <td className="versiontdbgcolor">3.5.9 -> 3.5.13</td> |
103+
| | Spring Session | <td className="versiontdbgcolor">3.5.4 -> 3.5.6</td> |
104+
| Java JSON utilities | Gson | <td className="versiontdbgcolor">2.13.2 -> 2.14.0</td> |
105+
| DB Persistence library | Hibernate(Jakarta) | 5.6.15. Final |
106+
| Sample database | HSQL | 2.7.4 |
107+
| JSON library | Jackson | <td className="versiontdbgcolor">2.21.0 -> 2.21.3</td> |
108+
| Logging framework | SLF4j | 2.0.17 |
109+
| Logging Implementation | Log4j2 | <td className="versiontdbgcolor">2.25.3 -> 2.25.4</td> |
110+
| Http client library | HttpComponents - httpclient | 5.5.1 |
111+
| Servlet Framework | | 6.0.0 |
112+
| Database Connection Pooling | HikariCP | 7.0.2 |
113+
| | Commons Lang3 | 3.19.0 |
114+
| | Guava | <td className="versiontdbgcolor">33.5.0-jre -> 33.6.0-jre</td> |
115+
| | Postgresql Driver | <td className="versiontdbgcolor">42.7.9 -> 42.7.11</td> |
116+
| | Hibernate Validator | 8.0.2.Final |
117+
| | Jgit | <td className="versiontdbgcolor">7.5.0.202512021534-r -> 7.6.0.202603022253-r</td> |
118+
| | Commons Codec | <td className="versiontdbgcolor">1.21.0 -> 1.22.0</td> |
119+
| | Commons IO | <td className="versiontdbgcolor">2.21.0 -> 2.22.0</td> |
120+
| | Commons Text | 1.13.1 |
121+
| | Antisamy | 1.7.7 |
122+
| | Freemarker | 2.3.34 |
123+
| | Apache Tika | <td className="versiontdbgcolor">3.2.3 -> 3.3.0</td> |
124+
| | Mariadb JDBC Driver | 3.5.2 |
125+
| | Mongodb Driver | <td>5.6.3 -> 5.6.5</td> |
126+
| | Jakarta Validation Api | 3.1.1 |
127+
| | commons-validator | 1.10.0 |
128+
| | json-smart | 2.5.2 |
129+
130+
## Web
131+
132+
### Runtime Environment
133+
134+
| Description | Version |
135+
| --- | --- |
136+
| JDK | 21.0.6 |
137+
| WebSphere Liberty | 23.0.0.9+ |
138+
| JBoss Wildfly | 27+ |
139+
| Tomcat | 10.1.39 |
140+
141+
142+
This is the default Tomcat runtime support. Apps can be deployed to any standard Java Web Server running on JDK 11. For more information, see [here](/learn/app-development/deployment/deployment-web-server).
143+
144+
### Angular Web
145+
146+
|Description| Version|
147+
|---|---|
148+
|Java | 21.0.6 |
149+
|Node| 22.18.0 |
150+
|Maven| <td>3.9.12</td> |
151+
|npm | 10.9.3 |
152+
|Ant| 1.10.11|
153+
154+
For more information about building projects with Maven, see [here](/learn/app-development/deployment/building-with-maven).
155+
156+
157+
## Mobile (React Native)
158+
159+
### Environment Setup
160+
161+
|Description| Version|
162+
|---|---|
163+
|Java | 17 |
164+
|Node| 22.11.0 |
165+
|Maven| 3.9.9 |
166+
|npm | 10.9.0 |
167+
| Android Studio | Meerkat 2024.3.1 to Narwhal 4 Feature Drop 2025.1.4 |
168+
| Xcode | 16.2 to 26 |
169+
| SDK Build Tools | 36.0.0|
170+
| [wm-reactnative-cli](https://www.npmjs.com/package/@wavemaker/wm-reactnative-cli) | <td>1.9.5</td> |
171+
| Android Gradle Plugin (AGP) | 8.14.3 |
172+
173+
### SDK Update
174+
175+
|Description| Version|
176+
|---|---|
177+
| Expo | 54.0.12 |
178+
| React Native | 0.81.4 |
179+

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
"lastVersion": 'current',
7878
"versions": {
7979
"current": {
80-
"label": 'v11.15.2',
80+
"label": 'v11.15.3',
8181
"path": '',
8282
},
8383
"v10.14": {

0 commit comments

Comments
 (0)