@instructure/ui-codemods 8.36.1-snapshot-7 → 8.36.1-snapshot-8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.36.1-snapshot-7](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-7) (2023-04-12)
6
+ ## [8.36.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-8) (2023-04-14)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-codemods
9
9
 
package/README.md CHANGED
@@ -74,7 +74,7 @@ Parameters (all optional):
74
74
  - `fileName`: supplying this will append to the given file the warnings.
75
75
  - `wrapperPath`: The import path for the wrapper, default value is '@canvas/react-root'.
76
76
  - `wrapperTag`: The tag to wrap render calls in, default is 'Root'.
77
- - `isDefaultImport`: Is the given tag a defult import? Default value is `true`.
77
+ - `isDefaultImport`: Is the given tag a default import? Default value is `true`.
78
78
 
79
79
  [npm]: https://img.shields.io/npm/v/@instructure/ui-codemods.svg
80
80
  [npm-url]: https://npmjs.com/package/@instructure/ui-codemods
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-codemods",
3
- "version": "8.36.1-snapshot-7",
3
+ "version": "8.36.1-snapshot-8",
4
4
  "description": "Codemod scripts to help upgrade Instructure UI libraries.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "main": "./lib/index.js",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "license": "MIT",
19
19
  "devDependencies": {
20
- "@instructure/ui-babel-preset": "8.36.1-snapshot-7",
20
+ "@instructure/ui-babel-preset": "8.36.1-snapshot-8",
21
21
  "@types/jscodeshift": "^0.11.6",
22
22
  "@types/prettier": "^2.7.2",
23
23
  "jest": "^24.9.0"