@instructure/ui-spinner 11.7.4-snapshot-5 → 11.7.4-snapshot-184

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 +12 -2
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,9 +3,19 @@
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-5](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-5) (2026-05-12)
6
+ ## [11.7.4-snapshot-184](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-184) (2026-05-15)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-spinner
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
+ * **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([2c43c6c](https://github.com/instructure/instructure-ui/commit/2c43c6c0d98780f97ddc6bf9922365751cbe4fb1))
17
+ * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
18
+ * **ui-spinner,ui-avatar:** refactor spinner ([665ab13](https://github.com/instructure/instructure-ui/commit/665ab13c536a8b94b7ba3adc316d06a81f2b67e4))
9
19
 
10
20
 
11
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-spinner",
3
- "version": "11.7.4-snapshot-5",
3
+ "version": "11.7.4-snapshot-184",
4
4
  "description": "A spinner/loading component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,22 +15,22 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/emotion": "11.7.4-snapshot-5",
19
- "@instructure/console": "11.7.4-snapshot-5",
20
- "@instructure/shared-types": "11.7.4-snapshot-5",
21
- "@instructure/ui-react-utils": "11.7.4-snapshot-5",
22
- "@instructure/ui-color-utils": "11.7.4-snapshot-5",
23
- "@instructure/ui-themes": "11.7.4-snapshot-5",
24
- "@instructure/uid": "11.7.4-snapshot-5",
25
- "@instructure/ui-utils": "11.7.4-snapshot-5",
26
- "@instructure/ui-view": "11.7.4-snapshot-5"
18
+ "@instructure/console": "11.7.4-snapshot-184",
19
+ "@instructure/emotion": "11.7.4-snapshot-184",
20
+ "@instructure/shared-types": "11.7.4-snapshot-184",
21
+ "@instructure/ui-color-utils": "11.7.4-snapshot-184",
22
+ "@instructure/ui-react-utils": "11.7.4-snapshot-184",
23
+ "@instructure/ui-themes": "11.7.4-snapshot-184",
24
+ "@instructure/ui-utils": "11.7.4-snapshot-184",
25
+ "@instructure/ui-view": "11.7.4-snapshot-184",
26
+ "@instructure/uid": "11.7.4-snapshot-184"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@testing-library/jest-dom": "^6.6.3",
30
30
  "@testing-library/react": "15.0.7",
31
31
  "vitest": "^3.2.2",
32
- "@instructure/ui-axe-check": "11.7.4-snapshot-5",
33
- "@instructure/ui-babel-preset": "11.7.4-snapshot-5"
32
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-184",
33
+ "@instructure/ui-axe-check": "11.7.4-snapshot-184"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=18 <=19"