@instructure/ui-react-utils 11.7.4-snapshot-185 → 11.7.4-snapshot-10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -12
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,19 +3,9 @@
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
- ## [11.7.4-snapshot-185](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-185) (2026-05-15)
6
+ ## [11.7.4-snapshot-10](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-10) (2026-05-19)
7
7
 
8
-
9
- ### Bug Fixes
10
-
11
- * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
12
-
13
-
14
- ### Features
15
-
16
- * **ui-radio-input:** use the new theme for RadioInput ([34bfd59](https://github.com/instructure/instructure-ui/commit/34bfd5956c47beceacb50637e7fd605b9e3f4210))
17
- * **ui-react-utils,ui-icons-lucide,ui-avatar:** add lucide icons to Avatar, refactor ui-icons-lucid package ([ab5c1ca](https://github.com/instructure/instructure-ui/commit/ab5c1ca8ec9961d754dafee0bcbe5040bb2641b1))
18
- * **ui-react-utils:** add useDeterministicID which can be used instead of withDeterministicId for functional components ([91f025e](https://github.com/instructure/instructure-ui/commit/91f025e0a5b157f7a3bc801d8fd45d96b454124c))
8
+ **Note:** Version bump only for package @instructure/ui-react-utils
19
9
 
20
10
 
21
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-react-utils",
3
- "version": "11.7.4-snapshot-185",
3
+ "version": "11.7.4-snapshot-10",
4
4
  "description": "A React utility library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -17,17 +17,17 @@
17
17
  "@babel/runtime": "^7.29.2",
18
18
  "@emotion/is-prop-valid": "^1.3.1",
19
19
  "hoist-non-react-statics": "^3.3.2",
20
- "@instructure/console": "11.7.4-snapshot-185",
21
- "@instructure/shared-types": "11.7.4-snapshot-185",
22
- "@instructure/ui-dom-utils": "11.7.4-snapshot-185",
23
- "@instructure/ui-decorator": "11.7.4-snapshot-185",
24
- "@instructure/ui-utils": "11.7.4-snapshot-185"
20
+ "@instructure/console": "11.7.4-snapshot-10",
21
+ "@instructure/shared-types": "11.7.4-snapshot-10",
22
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-10",
23
+ "@instructure/ui-decorator": "11.7.4-snapshot-10",
24
+ "@instructure/ui-utils": "11.7.4-snapshot-10"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/jest-dom": "^6.6.3",
28
28
  "@testing-library/react": "15.0.7",
29
29
  "vitest": "^3.2.2",
30
- "@instructure/ui-babel-preset": "11.7.4-snapshot-185"
30
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-10"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=18 <=19",