Skip to content

Commit f8684b8

Browse files
committed
chore: tweaks
1 parent 83bb0e2 commit f8684b8

File tree

1 file changed

+12
-8
lines changed
  • src/pages/[platform]/reference/library-releases

1 file changed

+12
-8
lines changed

src/pages/[platform]/reference/library-releases/index.mdx

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
22

33
export const meta = {
4-
title: 'Amplify library releases',
5-
description: 'Reference for Amplify library releases',
4+
title: 'Amplify libraries version & support',
5+
description: 'Reference for Amplify libraries version & support',
66
platforms: [
77
'angular',
88
'javascript',
@@ -29,19 +29,20 @@ export async function getStaticProps() {
2929

3030
## Amplify JS versioning
3131

32-
Amplify JS follows [semantic versioning](https://semver.org/) for releases. You may learn about the potential impact when you update to a newer version via a the version numbers.
32+
Amplify JS follows [semantic versioning](https://semver.org/) for releases. This specification for version numbers imparts meaning to the underlying code changes between versions and the potential impact when you perform an update.
3333

34-
- **Major version release:** contains significant new features, necessary breaking changes for supporting new features or architecture changes, supported peer dependencies version range changes. When updating to a new major version, you may need to follow Amplify JS published migration guide to adapt new changes, and learn about new APIs.
35-
- **Minor version release:** contains new small and additive features. A minor version is backwards-compatible, you are not required to make any changes in your projects to update to a new minor version.
34+
- **Major version release:** contains significant new features, necessary breaking changes to support new features, or changes to supported peer dependencies versions. Updating to the latest major version is almost always recommended, however you may need to follow Amplify JS migration guides to integrate new changes into existing projects and discover new APIs.
35+
- **Minor version release:** contains new small, additive features. A minor version is backwards-compatible; you are not required to make any changes in your projects to update to a newer minor version.
3636
- **Patch version release:** contains bug fixes.
3737

3838
## Version support
3939

4040
### Support policy
4141

42-
- **Active:** receives regular bug fixes, new additive features, security patches
43-
- **LTS:** receives regression fixes, impactful bug fixes, security patches
44-
- **Deprecated:** end of life
42+
- **Active:** receives regular bug fixes, new additive features, security patches.
43+
- **LTS:** receives regression fixes, impactful bug fixes, security patches.
44+
- **Deprecated:** end of life; no longer officially supported.
45+
4546

4647
| Versions | Release Date | Status | LTS Ends |
4748
| ------------- | ------------ | ---------- | --------------- |
@@ -53,4 +54,7 @@ Amplify JS follows [semantic versioning](https://semver.org/) for releases. You
5354
| ^1.0.0 | 2018-07-13 | LTS | 2025-08-15 |
5455
| 0.x (Preview) | 2017-11-17 | Deprecated | |
5556

57+
### Migration guides
58+
59+
- [Migration from Amplify JS v5 to Amplify JS v6](https://hui-chore-js-lts.d1ywzrxfkb9wgg.amplifyapp.com/gen1/react/build-a-backend/troubleshooting/migrate-from-javascript-v5-to-v6/)
5660
</InlineFilter>

0 commit comments

Comments
 (0)