@instructure/ui-tag 11.7.4-snapshot-185 → 11.7.4-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,21 +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
- ## [11.7.4-snapshot-185](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-185) (2026-05-15)
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
- * **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
6
+ ## [11.7.4-snapshot-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
13
7
 
14
8
 
15
9
  ### Features
16
10
 
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
11
  * **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
19
- * **ui-range-input:** rework RangeInput ([7e1490c](https://github.com/instructure/instructure-ui/commit/7e1490c73f252acca017424722c7055e9be10c92))
20
- * **ui-tag:** rework Tag ([f3a72e3](https://github.com/instructure/instructure-ui/commit/f3a72e3be1d2f6aa912fa1e348d9eec6849b3f8c))
21
12
 
22
13
 
23
14
  ### BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-tag",
3
- "version": "11.7.4-snapshot-185",
3
+ "version": "11.7.4-snapshot-8",
4
4
  "description": "A tag component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,23 +15,23 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/console": "11.7.4-snapshot-185",
19
- "@instructure/emotion": "11.7.4-snapshot-185",
20
- "@instructure/ui-color-utils": "11.7.4-snapshot-185",
21
- "@instructure/ui-dom-utils": "11.7.4-snapshot-185",
22
- "@instructure/shared-types": "11.7.4-snapshot-185",
23
- "@instructure/ui-icons": "11.7.4-snapshot-185",
24
- "@instructure/ui-themes": "11.7.4-snapshot-185",
25
- "@instructure/ui-view": "11.7.4-snapshot-185",
26
- "@instructure/ui-react-utils": "11.7.4-snapshot-185"
18
+ "@instructure/emotion": "11.7.4-snapshot-8",
19
+ "@instructure/console": "11.7.4-snapshot-8",
20
+ "@instructure/shared-types": "11.7.4-snapshot-8",
21
+ "@instructure/ui-color-utils": "11.7.4-snapshot-8",
22
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-8",
23
+ "@instructure/ui-icons": "11.7.4-snapshot-8",
24
+ "@instructure/ui-react-utils": "11.7.4-snapshot-8",
25
+ "@instructure/ui-themes": "11.7.4-snapshot-8",
26
+ "@instructure/ui-view": "11.7.4-snapshot-8"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@testing-library/jest-dom": "^6.6.3",
30
30
  "@testing-library/react": "15.0.7",
31
31
  "@testing-library/user-event": "^14.6.1",
32
32
  "vitest": "^3.2.2",
33
- "@instructure/ui-axe-check": "11.7.4-snapshot-185",
34
- "@instructure/ui-babel-preset": "11.7.4-snapshot-185"
33
+ "@instructure/ui-axe-check": "11.7.4-snapshot-8",
34
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-8"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18 <=19"