You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,20 +175,17 @@ NOTE this will re-generate the Readme.md file in the new sample
175
175
To learn more about **Ignite UI for React** components, check out the [React documentation](https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started.html).
176
176
177
177
178
-
# Updating Version of IgniteUI Packages
178
+
##Updating Packages in Samples
179
179
180
-
Perform these steps to update version of **Ignite UI for React**packages in all samples. NOTE that the order of these steps is very important.
180
+
NOTE Do NOT find replace version of packages in package.json files.
181
181
182
182
- open this repo in VS Code
183
-
- open [gulp-samples.js](./browser/tasks/gulp-samples.js) file
183
+
- open [./browser/tasks/gulp-samples.js](./browser/tasks/gulp-samples.js) file
184
184
- navigate to the `updateIG` function
185
-
-change version of **Ignite UI for React**packages in the`packageUpgrades` array
185
+
-update version of packages in `packageUpgrades` array
186
186
- open terminal window
187
187
- run `cd browser` command
188
-
- run `gulp updateIG` command
188
+
- run the `gulp updateIG` command
189
189
- run `npm install --legacy-peer-deps` command
190
-
- create pull request with your changes
191
-
- open the [Igniteui-xplat-example](https://github.com/IgniteUI/igniteui-xplat-examples) repo in VS Code
192
-
- update version of **Ignite UI for React** packages in [React template](https://github.com/IgniteUI/igniteui-xplat-examples/blob/23.2.x/editor-templates/React/main-template/package.json)
193
-
- create pull request with your changes in [Igniteui-xplat-example](https://github.com/IgniteUI/igniteui-xplat-examples) repo
194
-
190
+
- create AND merge a pull request with changes in all package.json files in this repository
191
+
- create 2nd pull request with similar changes in `/editor-templates/react/main-template/package.json` of the [igniteui-xplat-examples](https://github.com/IgniteUI/igniteui-xplat-examples) repository.
0 commit comments