Skip to content

Commit fc60d16

Browse files
committed
Add ChangeLog; fix build:release
1 parent 6187f7f commit fc60d16

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Removed
1717

1818
### Changed
19+
- Add support for React 19.
20+
- Migrate storybook to v8.
21+
- Migrate Jest to v29.
22+
- Rewrite PopOver component using floating-ui
1923

2024
### Fixed
2125

src/theme/themes.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
import React from 'react';
25
import type { Meta, StoryObj } from '@storybook/react';
36
import { ThemeProvider } from 'styled-components';

0 commit comments

Comments
 (0)