From c8738cfaf64b912e7ba784619e16c34bc0262e5a Mon Sep 17 00:00:00 2001 From: Alex Boungnaseng Date: Fri, 15 Nov 2024 10:57:08 +0100 Subject: [PATCH] fix(manager-react-components): update migration guide version ref: MANAGER-14622 Signed-off-by: Alex Boungnaseng --- .../{1.x.x-to-2.0.0.mdx => 1.x.x-to-2.2.0.mdx} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename packages/manager-react-components/src/docs/whatsnew/migration-guide/{1.x.x-to-2.0.0.mdx => 1.x.x-to-2.2.0.mdx} (95%) diff --git a/packages/manager-react-components/src/docs/whatsnew/migration-guide/1.x.x-to-2.0.0.mdx b/packages/manager-react-components/src/docs/whatsnew/migration-guide/1.x.x-to-2.2.0.mdx similarity index 95% rename from packages/manager-react-components/src/docs/whatsnew/migration-guide/1.x.x-to-2.0.0.mdx rename to packages/manager-react-components/src/docs/whatsnew/migration-guide/1.x.x-to-2.2.0.mdx index 1308afb78ea7..7553b96435b9 100644 --- a/packages/manager-react-components/src/docs/whatsnew/migration-guide/1.x.x-to-2.0.0.mdx +++ b/packages/manager-react-components/src/docs/whatsnew/migration-guide/1.x.x-to-2.2.0.mdx @@ -2,9 +2,9 @@ import { Meta, Story } from '@storybook/addon-docs/blocks'; import { OdsText } from '@ovhcloud/ods-components'; import { Links, LinkType } from './../../../index.ts'; - + -# Migration from 1.x.x to 2.0.0 +# Migration from 1.x.x to 2.2.0 If you have any questions or issues regarding the new version, feel free to reach us directly. @@ -24,7 +24,7 @@ Be sure, to allow time to : #### update your package.json ```js -@ovh-ux/manager-react-components: "^2.0.0" +@ovh-ux/manager-react-components: "^2.2.0" ``` ## Components