From 2a54310ad8fc275f3c2f7454bcf7b87cae154071 Mon Sep 17 00:00:00 2001 From: HUSSAR-mtrela Date: Fri, 6 Oct 2023 16:54:46 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c4ae85c3f..01b3d34d0 100644 --- a/README.md +++ b/README.md @@ -153,3 +153,21 @@ NOTE this will re-generate the Readme.md file in the new sample ## Learn More To learn more about **Ignite UI for Angular** components, check out the [Angular documentation](https://www.infragistics.com/products/ignite-ui-Angular/Angular/components/general-getting-started.html). + + +# Updating Version of IgniteUI Packages + +Perform these steps to update version of **Ignite UI for Angular** packages in all samples. NOTE that the order of these steps is very important. + +- open this repo in VS Code +- open [browser.js](./browser/tasks/browser.js) file +- navigate to the `updateIG` function +- change version of **Ignite UI for Angular** packages in the `packageUpgrades` array +- open terminal window +- run `cd browser` command +- run `gulp updateIG` command +- run `npm install --legacy-peer-deps` command +- create pull request with your changes +- open the [Igniteui-xplat-example](https://github.com/IgniteUI/igniteui-xplat-examples) repo in VS Code +- update version of **Ignite UI for Angular** packages in [Angular template](https://github.com/IgniteUI/igniteui-xplat-examples/blob/23.2.x/editor-templates/Angular/main-template/package.json) +- create pull request with your changes in [Igniteui-xplat-example](https://github.com/IgniteUI/igniteui-xplat-examples) repo \ No newline at end of file