From 956aeaefd18e4908366e39cd6e043d77d6d1982d Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Mon, 30 Sep 2024 15:33:38 -0500 Subject: [PATCH 1/3] docs(deprecations): improve formatting --- src/pages/deprecations.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/deprecations.mdx b/src/pages/deprecations.mdx index 7334d3a83f9..b6b0f49e8d7 100644 --- a/src/pages/deprecations.mdx +++ b/src/pages/deprecations.mdx @@ -23,7 +23,7 @@ supported versions. -## `carbon-components` +## carbon-components `carbon-components` reached it's end of support on September 30, 2024. This package will no longer receive updates. @@ -52,7 +52,7 @@ re-export of `@carbon/styles`. See the above section on what to use instead. For questions regarding this deprecation or how to migrate, [contact us](/help/contact-us/). -## `carbon-components-react` +## carbon-components-react `carbon-components-react` reached it's end of support on September 30, 2024. This package will no longer receive updates. @@ -81,13 +81,13 @@ For questions regarding this deprecation or how to migrate, All v10 assets reached end of support on September 30, 2024, including v10.x ranges of elements packages. This includes: -- '@carbon/colors@10.x' -- '@carbon/elements@10.x' -- '@carbon/grid@10.x' -- '@carbon/layout@10.x' -- '@carbon/motion@10.x' -- '@carbon/themes@10.x' -- '@carbon/type@10.x' +- `@carbon/colors@10.x` +- `@carbon/elements@10.x` +- `@carbon/grid@10.x` +- `@carbon/layout@10.x` +- `@carbon/motion@10.x` +- `@carbon/themes@10.x` +- `@carbon/type@10.x` ### What to use instead @@ -101,7 +101,7 @@ to update. For questions regarding these deprecations or how to migrate, [contact us](/help/contact-us/). -## `carbon-icons` +## carbon-icons The `carbon-icons` package reached end of support on March 31, 2022 when v11 was released. This package will no longer receive updates. From 70da9280fad29181546c8f734160f564cd739d57 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Mon, 30 Sep 2024 16:14:59 -0500 Subject: [PATCH 2/3] chore: add resources --- src/pages/deprecations.mdx | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/pages/deprecations.mdx b/src/pages/deprecations.mdx index b6b0f49e8d7..561bd71d65e 100644 --- a/src/pages/deprecations.mdx +++ b/src/pages/deprecations.mdx @@ -2,14 +2,14 @@ title: Deprecations description: Stay informed on deprecated packages and assets in the Carbon Design System - with updates, migration guides, and resources for seamless transitions to the - latest supported versions. + with updates, migration guides, and resources for transitioning to the latest + supported versions. --- Stay informed on deprecated packages and assets in the Carbon Design System with -updates, migration guides, and resources for seamless transitions to the latest +updates, migration guides, and resources for transitioning to the latest supported versions. @@ -126,3 +126,18 @@ to update. For questions regarding these deprecations or how to migrate, [contact us](/help/contact-us/). + +## Resources + + + + + +![Carbon icon](images/ecosystem/carbon.svg) + + + + From 64e78d338edb734dba8a78485300fae4bf2bc86c Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Mon, 30 Sep 2024 16:17:53 -0500 Subject: [PATCH 3/3] chore: add anchor link --- src/pages/deprecations.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/deprecations.mdx b/src/pages/deprecations.mdx index 561bd71d65e..d8887eefb48 100644 --- a/src/pages/deprecations.mdx +++ b/src/pages/deprecations.mdx @@ -20,6 +20,7 @@ supported versions. carbon-components-react v10 Elements packages carbon-icons +Resources