@instructure/ui-themes 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 +13 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,9 +3,20 @@
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-themes
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** small fixes for doc and fix component directory mapping in "dev" script ([774fae7](https://github.com/instructure/instructure-ui/commit/774fae76ebf96beb8a1bbf1de7d1ceabd67ec647))
12
+ * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
13
+
14
+
15
+ ### Features
16
+
17
+ * **many:** add new theming solution ([1cef88e](https://github.com/instructure/instructure-ui/commit/1cef88e97f40dd85e15b10bc4307d013ae8b09d0))
18
+ * **many:** fix issues ([c9fbf03](https://github.com/instructure/instructure-ui/commit/c9fbf036de5f12841ae9572f467f67b56b3ee223))
19
+ * **ui-themes,ui-alerts,emotion:** fix primitives and semantics overrides and add freeze functionlionality to old components ([734d242](https://github.com/instructure/instructure-ui/commit/734d242cbeab54828ff0793cb9a2fe4b1e4c40d3))
9
20
 
10
21
 
11
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-themes",
3
- "version": "11.7.4-snapshot-5",
3
+ "version": "11.7.4-snapshot-184",
4
4
  "description": "A library of instructure themes",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -17,11 +17,11 @@
17
17
  "@testing-library/jest-dom": "^6.6.3",
18
18
  "@testing-library/react": "15.0.7",
19
19
  "vitest": "^3.2.2",
20
- "@instructure/ui-babel-preset": "11.7.4-snapshot-5"
20
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-184"
21
21
  },
22
22
  "dependencies": {
23
23
  "@tokens-studio/types": "^0.5.2",
24
- "@instructure/shared-types": "11.7.4-snapshot-5"
24
+ "@instructure/shared-types": "11.7.4-snapshot-184"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"