Skip to content

Commit 3fad8c7

Browse files
committed
fix heading levels
1 parent af7c926 commit 3fad8c7

File tree

14 files changed

+24
-23
lines changed

14 files changed

+24
-23
lines changed

packages/dev/s2-docs/pages/react-aria/releases/v1-0-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'December 20, 2023';
1818
export const title = 'v1.0.0 - December 20, 2023';

packages/dev/s2-docs/pages/react-aria/releases/v1-1-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'February 13, 2024';
1818
export const title = 'v1.1.0 - February 13, 2024';

packages/dev/s2-docs/pages/react-aria/releases/v1-10-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'June 5, 2025';
1818
export const title = 'v1.10.0 - June 5, 2025';

packages/dev/s2-docs/pages/react-aria/releases/v1-11-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'July 22, 2025';
1818
export const title = 'v1.11.0 - July 22, 2025';

packages/dev/s2-docs/pages/react-aria/releases/v1-12-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'August 25, 2025';
1818
export const title = 'v1.12.0 - August 25, 2025';

packages/dev/s2-docs/pages/react-aria/releases/v1-13-0.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'October 2, 2025';
1818
export const title = 'v1.13.0 - October 2, 2025';
@@ -24,7 +24,8 @@ Happy fall! This release brings some long-awaited features, including multi-sele
2424

2525
As always, thank you to our community for their support and contributions!
2626

27-
### Multi-Selection in React Aria Select:
27+
**Multi-Selection in React Aria Select:**
28+
2829
To support multi-selection in React Aria Select, we are updating the API from `selectedKey` to `value`, matching the React `select` API. The deprecated API is supported for backward compatibility, but only supports single selection. Please see our [docs](../Select.html#multiple-selection) for more on how to implement multi-selection.
2930

3031
## Enhancements

packages/dev/s2-docs/pages/react-aria/releases/v1-2-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'May 1, 2024';
1818
export const title = 'v1.2.0 - May 1, 2024';

packages/dev/s2-docs/pages/react-aria/releases/v1-3-0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'July 22, 2024';
1818
export const title = 'v1.3.0 - July 22, 2024';
@@ -26,7 +26,7 @@ Our color components are also moving to RC! Focus management within Toasts have
2626

2727
Thank you to our ever growing list of contributors! ❤️
2828

29-
### API updates
29+
**API updates:**
3030
Because of various breaking changes, several packages are being bumped a major version, specifically @react-aria/virtualizer , @react-stately/virtualizer , and @react-stately/layout. While these packages were undocumented and not yet intended for public use, we know this is not always the case, so please review the updated code carefully.
3131

3232
## Enhancements

packages/dev/s2-docs/pages/react-aria/releases/v1-4-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'September 30, 2024';
1818
export const title = 'v1.4.0 - September 30, 2024';

packages/dev/s2-docs/pages/react-aria/releases/v1-5-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default Layout;
1212

1313
import docs from 'docs:@react-spectrum/s2';
1414

15-
export const sections = [''];
15+
export const section = '';
1616
export const tags = ['release', 'React Aria'];
1717
export const date = 'November 20, 2024';
1818
export const title = 'v1.5.0 - November 20, 2024';

0 commit comments

Comments
 (0)