@instructure/ui-codemods 10.4.1-snapshot-1 → 10.4.1-snapshot-3

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,9 +3,12 @@
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
- ## [10.4.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-1) (2024-10-18)
6
+ ## [10.4.1-snapshot-3](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-3) (2024-10-22)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-codemods
8
+
9
+ ### Bug Fixes
10
+
11
+ * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
9
12
 
10
13
 
11
14
 
package/README.md CHANGED
@@ -118,6 +118,6 @@ Parameters (all optional):
118
118
  [npm]: https://img.shields.io/npm/v/@instructure/ui-codemods.svg
119
119
  [npm-url]: https://npmjs.com/package/@instructure/ui-codemods
120
120
  [license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
121
- [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE
121
+ [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
122
122
  [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
123
123
  [coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-codemods",
3
- "version": "10.4.1-snapshot-1",
3
+ "version": "10.4.1-snapshot-3",
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.ts",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
- "@instructure/ui-babel-preset": "10.4.1-snapshot-1",
21
+ "@instructure/ui-babel-preset": "10.4.1-snapshot-3",
22
22
  "@types/jscodeshift": "^0.11.11",
23
23
  "@types/prettier": "^2.7.3",
24
24
  "esbuild": "^0.24.0",