diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cb2d121c..832ed71bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + +### Bug Fixes + +- **[v11.7] ui-buttons:** fix textAlign center on Buttons without icon ([b46ddb7](https://github.com/instructure/instructure-ui/commit/b46ddb788696bf1c556291d3a09a1ba659c6959f)) +- **[v11.6, v11.7] ui-date-time-input,ui-date-input,ui-calendar:** set missing aria-selected on calendar days, BREAKING CHANGE: add mandatory prop selectedLabel, change datePickerDialog prop to mandatory ([08abed5](https://github.com/instructure/instructure-ui/commit/08abed5e8c8b29aecab0368e01e8e4ffd0c7fda7)) +- **[v11.7] ui-tabs:** fix tabs panel layout when `unmountOnExit` is false ([826ff62](https://github.com/instructure/instructure-ui/commit/826ff62fba56bc0cadd6995b366e3ca505b1b6c1)) +- **[v11.6, v11.7] ui-tree-browser,ui-top-nav-bar,ui-form-field:** add back some missing exports + +### Features + +- **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) +- **[v11.7] many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) +- **[v11.7] ui-checkbox:** add `data-checked` attribute to reflect checked state ([a790019](https://github.com/instructure/instructure-ui/commit/a790019ed2b47064a01b7ec532494cc723943241)) +- **[v11.6, v11.7] ui-color-picker:** improve ColorPicker paste behavior ([e5c279d](https://github.com/instructure/instructure-ui/commit/e5c279dbf8ac9918f104e223b9625b3b50322f23)) +- **[v11.7] ui-range-input:** remove deprecated thumb variant ([ca4a3fb](https://github.com/instructure/instructure-ui/commit/ca4a3fb45885fbcc9807566dadd3d027a17b8f72)) +- **[v11.7] ui-select,ui-date-time-input:** rework DateTimeInput and replace DateInput v1 with DateInput v2 in DateTimeInput ([7717fc6](https://github.com/instructure/instructure-ui/commit/7717fc6db4d2a733c8349eb583d37a85a4137cf7)) +- **ui-scripts:** use design tokens from external repo and convert JS to TS ([a03e0cb](https://github.com/instructure/instructure-ui/commit/a03e0cb24cdf1a2f5debbe707f73ce50ec4a666a)) + +### BREAKING CHANGES + +- **[v11.7] ui-select,ui-date-time-input:** `renderWeekdayLabels` prop removed, `calendarIcon` is a new required prop +- **[v11.7] ui-range-input:** `thumbVariant` prop removed from RangeInput +- **[v11.7] ui-select,ui-date-time-input:** `prevMonthLabel` prop removed (use `screenReaderLabels.prevMonthButton` instead) + - `nextMonthLabel` prop removed (use screenReaderLabels.nextMonthButton instead) + - `renderWeekdayLabels` prop removed + - `dateFormat` type changed + - `screenReaderLabels` is a new required prop + - `dateFormat` default changed: Moment's 'LL' (long month name) → locale's default date format + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bde5ead78e..ca244ca330 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "11.7.2", + "version": "11.7.3", "npmClient": "pnpm", "command": { "version": { diff --git a/package.json b/package.json index 354d80dc52..91c37edbcf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "instructure-ui", "description": "A design system by Instructure Inc.", "private": true, - "version": "11.7.2", + "version": "11.7.3", "author": "Instructure, Inc. Engineering and Product Design", "repository": { "type": "git", diff --git a/packages/__docs__/CHANGELOG.md b/packages/__docs__/CHANGELOG.md index 58a1eb1d6b..399daa7a0d 100644 --- a/packages/__docs__/CHANGELOG.md +++ b/packages/__docs__/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/__docs__/package.json b/packages/__docs__/package.json index 86ba8bde66..b481a7ba27 100644 --- a/packages/__docs__/package.json +++ b/packages/__docs__/package.json @@ -1,7 +1,7 @@ { "name": "docs-app", "private": true, - "version": "11.7.2", + "version": "11.7.3", "description": "Documentation and showcase application for Instructure-UI.", "author": "Instructure, Inc. Engineering and Product Design", "repository": { diff --git a/packages/babel-plugin-transform-imports/CHANGELOG.md b/packages/babel-plugin-transform-imports/CHANGELOG.md index 5eff4fb2dd..b951527c1b 100644 --- a/packages/babel-plugin-transform-imports/CHANGELOG.md +++ b/packages/babel-plugin-transform-imports/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + +**Note:** Version bump only for package @instructure/babel-plugin-transform-imports + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/babel-plugin-transform-imports diff --git a/packages/babel-plugin-transform-imports/package.json b/packages/babel-plugin-transform-imports/package.json index 06d09cdab2..298d3ee344 100644 --- a/packages/babel-plugin-transform-imports/package.json +++ b/packages/babel-plugin-transform-imports/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/babel-plugin-transform-imports", - "version": "11.7.2", + "version": "11.7.3", "description": "A babel plugin made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "main": "./lib/index.js", diff --git a/packages/browserslist-config-instui/CHANGELOG.md b/packages/browserslist-config-instui/CHANGELOG.md index 26c507f3b9..3561f858c5 100644 --- a/packages/browserslist-config-instui/CHANGELOG.md +++ b/packages/browserslist-config-instui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + +**Note:** Version bump only for package @instructure/browserslist-config-instui + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/browserslist-config-instui diff --git a/packages/browserslist-config-instui/package.json b/packages/browserslist-config-instui/package.json index f7b8bae21c..ce5da1a650 100644 --- a/packages/browserslist-config-instui/package.json +++ b/packages/browserslist-config-instui/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/browserslist-config-instui", - "version": "11.7.2", + "version": "11.7.3", "description": "A shared browserslist config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "main": "./index.js", diff --git a/packages/canvas-high-contrast-theme/CHANGELOG.md b/packages/canvas-high-contrast-theme/CHANGELOG.md index cefb5e1bff..52f8bb1829 100644 --- a/packages/canvas-high-contrast-theme/CHANGELOG.md +++ b/packages/canvas-high-contrast-theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/canvas-high-contrast-theme diff --git a/packages/canvas-high-contrast-theme/package.json b/packages/canvas-high-contrast-theme/package.json index 972adc97dd..acb9f10fad 100644 --- a/packages/canvas-high-contrast-theme/package.json +++ b/packages/canvas-high-contrast-theme/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/canvas-high-contrast-theme", - "version": "11.7.2", + "version": "11.7.3", "description": "A high contrast theme for Canvas LMS made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/canvas-theme/CHANGELOG.md b/packages/canvas-theme/CHANGELOG.md index 65d70a95c8..79d0d17031 100644 --- a/packages/canvas-theme/CHANGELOG.md +++ b/packages/canvas-theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/canvas-theme diff --git a/packages/canvas-theme/package.json b/packages/canvas-theme/package.json index 686422ade6..a1095fb514 100644 --- a/packages/canvas-theme/package.json +++ b/packages/canvas-theme/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/canvas-theme", - "version": "11.7.2", + "version": "11.7.3", "description": "A theme for Canvas LMS made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/command-utils/CHANGELOG.md b/packages/command-utils/CHANGELOG.md index 9615f85a99..95ad51a2de 100644 --- a/packages/command-utils/CHANGELOG.md +++ b/packages/command-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + +**Note:** Version bump only for package @instructure/command-utils + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/command-utils diff --git a/packages/command-utils/package.json b/packages/command-utils/package.json index 3838f3e501..b5e809e477 100644 --- a/packages/command-utils/package.json +++ b/packages/command-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/command-utils", - "version": "11.7.2", + "version": "11.7.3", "description": "Node CLI utilities made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./lib/index.js", diff --git a/packages/console/CHANGELOG.md b/packages/console/CHANGELOG.md index ff8f598fc8..daccd20232 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/console diff --git a/packages/console/package.json b/packages/console/package.json index 2e46f6439d..1d1973f0fa 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/console", - "version": "11.7.2", + "version": "11.7.3", "description": "A babel macro made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/debounce/CHANGELOG.md b/packages/debounce/CHANGELOG.md index 97bbd2b23e..a8b66b0073 100644 --- a/packages/debounce/CHANGELOG.md +++ b/packages/debounce/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/debounce diff --git a/packages/debounce/package.json b/packages/debounce/package.json index f9be1393d4..b416efa0b2 100644 --- a/packages/debounce/package.json +++ b/packages/debounce/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/debounce", - "version": "11.7.2", + "version": "11.7.3", "description": "A debounce util made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/emotion/CHANGELOG.md b/packages/emotion/CHANGELOG.md index 6707b51b9b..c944fd0f4e 100644 --- a/packages/emotion/CHANGELOG.md +++ b/packages/emotion/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/emotion/package.json b/packages/emotion/package.json index 3d9d9a1a1b..018ff9a12b 100644 --- a/packages/emotion/package.json +++ b/packages/emotion/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/emotion", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/pkg-utils/CHANGELOG.md b/packages/pkg-utils/CHANGELOG.md index 1d37f1d8fa..93df3971fe 100644 --- a/packages/pkg-utils/CHANGELOG.md +++ b/packages/pkg-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + +**Note:** Version bump only for package @instructure/pkg-utils + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/pkg-utils diff --git a/packages/pkg-utils/package.json b/packages/pkg-utils/package.json index 9f0dae5a78..8df22acd38 100644 --- a/packages/pkg-utils/package.json +++ b/packages/pkg-utils/package.json @@ -1,7 +1,7 @@ { "name": "@instructure/pkg-utils", "private": true, - "version": "11.7.2", + "version": "11.7.3", "description": "Utilities for managing node packages in a monorepo.", "author": "Instructure, Inc. Engineering and Product Design", "main": "./lib/index.js", diff --git a/packages/shared-types/CHANGELOG.md b/packages/shared-types/CHANGELOG.md index fe977293fe..734d51db06 100644 --- a/packages/shared-types/CHANGELOG.md +++ b/packages/shared-types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + +**Note:** Version bump only for package @instructure/shared-types + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/shared-types diff --git a/packages/shared-types/package.json b/packages/shared-types/package.json index a42836e713..89c9366493 100644 --- a/packages/shared-types/package.json +++ b/packages/shared-types/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/shared-types", - "version": "11.7.2", + "version": "11.7.3", "description": "Shared TypeScript typings for Instructure UI packages.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-a11y-content/CHANGELOG.md b/packages/ui-a11y-content/CHANGELOG.md index 1b0158146b..4e614cd75a 100644 --- a/packages/ui-a11y-content/CHANGELOG.md +++ b/packages/ui-a11y-content/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-a11y-content diff --git a/packages/ui-a11y-content/package.json b/packages/ui-a11y-content/package.json index e4cc86d190..f432fc8b63 100644 --- a/packages/ui-a11y-content/package.json +++ b/packages/ui-a11y-content/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-a11y-content", - "version": "11.7.2", + "version": "11.7.3", "description": "Utility components that enhance the user experience of those that navigate the web with a screen reader or keyboard.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-a11y-utils/CHANGELOG.md b/packages/ui-a11y-utils/CHANGELOG.md index 2a992c84c6..264daa816d 100644 --- a/packages/ui-a11y-utils/CHANGELOG.md +++ b/packages/ui-a11y-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-a11y-utils/package.json b/packages/ui-a11y-utils/package.json index ac15c472ec..059f6052f5 100644 --- a/packages/ui-a11y-utils/package.json +++ b/packages/ui-a11y-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-a11y-utils", - "version": "11.7.2", + "version": "11.7.3", "description": "A collection of utilities for managing focus and screen reader behavior", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-alerts/CHANGELOG.md b/packages/ui-alerts/CHANGELOG.md index fbe28a6702..728d8c16fd 100644 --- a/packages/ui-alerts/CHANGELOG.md +++ b/packages/ui-alerts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-alerts/package.json b/packages/ui-alerts/package.json index a3812cf1cd..dff2e7984b 100644 --- a/packages/ui-alerts/package.json +++ b/packages/ui-alerts/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-alerts", - "version": "11.7.2", + "version": "11.7.3", "description": "An alert component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-avatar/CHANGELOG.md b/packages/ui-avatar/CHANGELOG.md index 6dd5ab023b..cb4bbbacdb 100644 --- a/packages/ui-avatar/CHANGELOG.md +++ b/packages/ui-avatar/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json index c39c79d257..97e7875aa8 100644 --- a/packages/ui-avatar/package.json +++ b/packages/ui-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-avatar", - "version": "11.7.2", + "version": "11.7.3", "description": "An image or letters that represents a user.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-axe-check/CHANGELOG.md b/packages/ui-axe-check/CHANGELOG.md index a9194fdd14..6fcd44f644 100644 --- a/packages/ui-axe-check/CHANGELOG.md +++ b/packages/ui-axe-check/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-axe-check diff --git a/packages/ui-axe-check/package.json b/packages/ui-axe-check/package.json index 96b12be988..e1e311f4ff 100644 --- a/packages/ui-axe-check/package.json +++ b/packages/ui-axe-check/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-axe-check", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI a11y testing library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-babel-preset/CHANGELOG.md b/packages/ui-babel-preset/CHANGELOG.md index 465e96fa7c..2158144fac 100644 --- a/packages/ui-babel-preset/CHANGELOG.md +++ b/packages/ui-babel-preset/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-babel-preset diff --git a/packages/ui-babel-preset/package.json b/packages/ui-babel-preset/package.json index ba91b22397..10d23858c3 100644 --- a/packages/ui-babel-preset/package.json +++ b/packages/ui-babel-preset/package.json @@ -1,7 +1,7 @@ { "name": "@instructure/ui-babel-preset", "private": true, - "version": "11.7.2", + "version": "11.7.3", "description": "A UI babel preset made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "main": "./lib/index.js", @@ -17,18 +17,18 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime": "^7.29.2", "@babel/core": "^7.29.0", - "babel-loader": "^10.1.1", + "@babel/plugin-proposal-decorators": "^7.29.0", "@babel/plugin-transform-runtime": "^7.29.0", - "core-js": "3.49.0", "@babel/preset-env": "^7.29.3", - "@babel/preset-typescript": "^7.28.5", "@babel/preset-react": "^7.28.5", - "@babel/plugin-proposal-decorators": "^7.29.0", - "babel-plugin-transform-remove-console": "^6.9.4", + "@babel/preset-typescript": "^7.28.5", + "@babel/runtime": "^7.29.2", "@instructure/babel-plugin-transform-imports": "workspace:*", - "@instructure/browserslist-config-instui": "workspace:*" + "@instructure/browserslist-config-instui": "workspace:*", + "babel-loader": "^10.1.1", + "babel-plugin-transform-remove-console": "^6.9.4", + "core-js": "3.49.0" }, "//dependency-comments": { "core-js": "If you upgrade coreJS, you must also upgrade the version in the Babel preset" diff --git a/packages/ui-badge/CHANGELOG.md b/packages/ui-badge/CHANGELOG.md index 24d55ffb1e..5127c585d6 100644 --- a/packages/ui-badge/CHANGELOG.md +++ b/packages/ui-badge/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-badge diff --git a/packages/ui-badge/package.json b/packages/ui-badge/package.json index 841d451fc3..b8c0462e6d 100644 --- a/packages/ui-badge/package.json +++ b/packages/ui-badge/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-badge", - "version": "11.7.2", + "version": "11.7.3", "description": "A badge component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-billboard/CHANGELOG.md b/packages/ui-billboard/CHANGELOG.md index f850714cb1..8dcb54bd1b 100644 --- a/packages/ui-billboard/CHANGELOG.md +++ b/packages/ui-billboard/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-billboard diff --git a/packages/ui-billboard/package.json b/packages/ui-billboard/package.json index 5945c910c1..5a085f1684 100644 --- a/packages/ui-billboard/package.json +++ b/packages/ui-billboard/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-billboard", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component to display empty states, 404 pages, redirects, etc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-breadcrumb/CHANGELOG.md b/packages/ui-breadcrumb/CHANGELOG.md index 73b621cdbd..e553aa87e9 100644 --- a/packages/ui-breadcrumb/CHANGELOG.md +++ b/packages/ui-breadcrumb/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-breadcrumb diff --git a/packages/ui-breadcrumb/package.json b/packages/ui-breadcrumb/package.json index 0c7e53d4ca..56b91d8c19 100644 --- a/packages/ui-breadcrumb/package.json +++ b/packages/ui-breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-breadcrumb", - "version": "11.7.2", + "version": "11.7.3", "description": "A breadcrumb component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-buttons/CHANGELOG.md b/packages/ui-buttons/CHANGELOG.md index f61c2c203c..a7640a9653 100644 --- a/packages/ui-buttons/CHANGELOG.md +++ b/packages/ui-buttons/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) +* **ui-buttons:** fix textAlign center on Buttons without icon ([b46ddb7](https://github.com/instructure/instructure-ui/commit/b46ddb788696bf1c556291d3a09a1ba659c6959f)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-buttons/package.json b/packages/ui-buttons/package.json index 8ef0819238..9ab9439917 100644 --- a/packages/ui-buttons/package.json +++ b/packages/ui-buttons/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-buttons", - "version": "11.7.2", + "version": "11.7.3", "description": "Accessible button components", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-byline/CHANGELOG.md b/packages/ui-byline/CHANGELOG.md index d9d629223f..5167587d26 100644 --- a/packages/ui-byline/CHANGELOG.md +++ b/packages/ui-byline/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-byline/package.json b/packages/ui-byline/package.json index 2c8c5cc856..44faf75b03 100644 --- a/packages/ui-byline/package.json +++ b/packages/ui-byline/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-byline", - "version": "11.7.2", + "version": "11.7.3", "description": "A Byline component.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-calendar/CHANGELOG.md b/packages/ui-calendar/CHANGELOG.md index 33ac6c7f1e..06228bc55a 100644 --- a/packages/ui-calendar/CHANGELOG.md +++ b/packages/ui-calendar/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) +* **ui-date-time-input,ui-date-input,ui-calendar:** set missing aria-selected on calendar days, BREAKING CHANGE: add mandatory prop selectedLabel, change datePickerDialog prop to mandatory ([08abed5](https://github.com/instructure/instructure-ui/commit/08abed5e8c8b29aecab0368e01e8e4ffd0c7fda7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-calendar/package.json b/packages/ui-calendar/package.json index 94250cd921..2654e8cf78 100644 --- a/packages/ui-calendar/package.json +++ b/packages/ui-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-calendar", - "version": "11.7.2", + "version": "11.7.3", "description": "A calendar component.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-checkbox/CHANGELOG.md b/packages/ui-checkbox/CHANGELOG.md index 34c7de2a81..2064eea1fb 100644 --- a/packages/ui-checkbox/CHANGELOG.md +++ b/packages/ui-checkbox/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **ui-checkbox:** add data-checked attribute to reflect checked state ([a790019](https://github.com/instructure/instructure-ui/commit/a790019ed2b47064a01b7ec532494cc723943241)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-checkbox/package.json b/packages/ui-checkbox/package.json index 66f33c49d7..0722509b7b 100644 --- a/packages/ui-checkbox/package.json +++ b/packages/ui-checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-checkbox", - "version": "11.7.2", + "version": "11.7.3", "description": " styled HTML input type='checkbox' component.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-codemods/CHANGELOG.md b/packages/ui-codemods/CHANGELOG.md index a2e0af8c68..5328b8f56a 100644 --- a/packages/ui-codemods/CHANGELOG.md +++ b/packages/ui-codemods/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-codemods/package.json b/packages/ui-codemods/package.json index dc24400f48..1edd2ea0d5 100644 --- a/packages/ui-codemods/package.json +++ b/packages/ui-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-codemods", - "version": "11.7.2", + "version": "11.7.3", "description": "Codemod scripts to help upgrade Instructure UI libraries.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./lib/index.ts", diff --git a/packages/ui-color-picker/CHANGELOG.md b/packages/ui-color-picker/CHANGELOG.md index 1be1f9753a..7236c2e3f9 100644 --- a/packages/ui-color-picker/CHANGELOG.md +++ b/packages/ui-color-picker/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **ui-color-picker:** improve ColorPicker paste behavior ([e5c279d](https://github.com/instructure/instructure-ui/commit/e5c279dbf8ac9918f104e223b9625b3b50322f23)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-color-picker/package.json b/packages/ui-color-picker/package.json index 86052b3108..dfa34cb443 100644 --- a/packages/ui-color-picker/package.json +++ b/packages/ui-color-picker/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-color-picker", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-color-utils/CHANGELOG.md b/packages/ui-color-utils/CHANGELOG.md index cb0cb792b7..60aa57184a 100644 --- a/packages/ui-color-utils/CHANGELOG.md +++ b/packages/ui-color-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-color-utils diff --git a/packages/ui-color-utils/package.json b/packages/ui-color-utils/package.json index 47beac8fea..c5561ed01a 100644 --- a/packages/ui-color-utils/package.json +++ b/packages/ui-color-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-color-utils", - "version": "11.7.2", + "version": "11.7.3", "description": "A color utility library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-date-input/CHANGELOG.md b/packages/ui-date-input/CHANGELOG.md index a0c9bb9e42..d147ea4f6a 100644 --- a/packages/ui-date-input/CHANGELOG.md +++ b/packages/ui-date-input/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) +* **ui-date-time-input,ui-date-input,ui-calendar:** set missing aria-selected on calendar days, BREAKING CHANGE: add mandatory prop selectedLabel, change datePickerDialog prop to mandatory ([08abed5](https://github.com/instructure/instructure-ui/commit/08abed5e8c8b29aecab0368e01e8e4ffd0c7fda7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-date-input/package.json b/packages/ui-date-input/package.json index afed67a6ff..bcc0262443 100644 --- a/packages/ui-date-input/package.json +++ b/packages/ui-date-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-date-input", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-date-time-input/CHANGELOG.md b/packages/ui-date-time-input/CHANGELOG.md index b5b395b209..58be45882c 100644 --- a/packages/ui-date-time-input/CHANGELOG.md +++ b/packages/ui-date-time-input/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) +* **ui-date-time-input,ui-date-input,ui-calendar:** set missing aria-selected on calendar days, BREAKING CHANGE: add mandatory prop selectedLabel, change datePickerDialog prop to mandatory ([08abed5](https://github.com/instructure/instructure-ui/commit/08abed5e8c8b29aecab0368e01e8e4ffd0c7fda7)) + + +### Features + +* **ui-select,ui-date-time-input:** rework DateTimeInput and replace DateInput v1 with DateInput v2 in DateTimeInput ([5a9405c](https://github.com/instructure/instructure-ui/commit/5a9405c0a19ea9fc6a34b2f34c60c582f96ec2af)) + + +### BREAKING CHANGES + +* **ui-select,ui-date-time-input:** prevMonthLabel prop removed (use screenReaderLabels.prevMonthButton instead) + +nextMonthLabel prop removed (use screenReaderLabels.nextMonthButton instead) + +renderWeekdayLabels prop removed + +dateFormat type changed: string → string + +{ parser: (input: string) => Date + +null, formatter: (date: Date) => string } + +screenReaderLabels is a new required prop + +dateFormat default changed: Moment's 'LL' (long month name) → locale's default date format + +INSTUI-4791 + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-date-time-input diff --git a/packages/ui-date-time-input/package.json b/packages/ui-date-time-input/package.json index 8e0a26d5d7..25f3732144 100644 --- a/packages/ui-date-time-input/package.json +++ b/packages/ui-date-time-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-date-time-input", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component that allows to select date and time.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-decorator/CHANGELOG.md b/packages/ui-decorator/CHANGELOG.md index d6f1e240f2..562db1eb80 100644 --- a/packages/ui-decorator/CHANGELOG.md +++ b/packages/ui-decorator/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-decorator diff --git a/packages/ui-decorator/package.json b/packages/ui-decorator/package.json index fe2fd5c434..e0f11bb635 100644 --- a/packages/ui-decorator/package.json +++ b/packages/ui-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-decorator", - "version": "11.7.2", + "version": "11.7.3", "description": "A utility to wrap (decorates) a React component class adding functionality.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-dialog/CHANGELOG.md b/packages/ui-dialog/CHANGELOG.md index 5a9fc31121..cabd768043 100644 --- a/packages/ui-dialog/CHANGELOG.md +++ b/packages/ui-dialog/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-dialog/package.json b/packages/ui-dialog/package.json index a97e5f9c0f..9e9c5d7e46 100644 --- a/packages/ui-dialog/package.json +++ b/packages/ui-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-dialog", - "version": "11.7.2", + "version": "11.7.3", "description": "A utility component for managing keyboard accessibility and screen reader behavior", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-dom-utils/CHANGELOG.md b/packages/ui-dom-utils/CHANGELOG.md index 6602988fdd..030dc8c548 100644 --- a/packages/ui-dom-utils/CHANGELOG.md +++ b/packages/ui-dom-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-dom-utils diff --git a/packages/ui-dom-utils/package.json b/packages/ui-dom-utils/package.json index c1114d75cf..2f18fbf7f9 100644 --- a/packages/ui-dom-utils/package.json +++ b/packages/ui-dom-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-dom-utils", - "version": "11.7.2", + "version": "11.7.3", "description": "A DOM utility library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-drawer-layout/CHANGELOG.md b/packages/ui-drawer-layout/CHANGELOG.md index 0d0e3414c4..01107e5f76 100644 --- a/packages/ui-drawer-layout/CHANGELOG.md +++ b/packages/ui-drawer-layout/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-drawer-layout/package.json b/packages/ui-drawer-layout/package.json index 7c43b315cf..473774c42a 100644 --- a/packages/ui-drawer-layout/package.json +++ b/packages/ui-drawer-layout/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-drawer-layout", - "version": "11.7.2", + "version": "11.7.3", "description": "A main-content-plus-tray layout component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-drilldown/CHANGELOG.md b/packages/ui-drilldown/CHANGELOG.md index 8bbf3799a8..9345cf1070 100644 --- a/packages/ui-drilldown/CHANGELOG.md +++ b/packages/ui-drilldown/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-drilldown/package.json b/packages/ui-drilldown/package.json index 420a9b071a..c4888025a4 100644 --- a/packages/ui-drilldown/package.json +++ b/packages/ui-drilldown/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-drilldown", - "version": "11.7.2", + "version": "11.7.3", "description": "A drilldown menu component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-editable/CHANGELOG.md b/packages/ui-editable/CHANGELOG.md index 02593fde49..767d004dfa 100644 --- a/packages/ui-editable/CHANGELOG.md +++ b/packages/ui-editable/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-editable/package.json b/packages/ui-editable/package.json index a3ecb6460a..1f0dbde939 100644 --- a/packages/ui-editable/package.json +++ b/packages/ui-editable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-editable", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-expandable/CHANGELOG.md b/packages/ui-expandable/CHANGELOG.md index 857ee54510..083ef235cf 100644 --- a/packages/ui-expandable/CHANGELOG.md +++ b/packages/ui-expandable/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-expandable/package.json b/packages/ui-expandable/package.json index c388bd1bee..94762a0194 100644 --- a/packages/ui-expandable/package.json +++ b/packages/ui-expandable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-expandable", - "version": "11.7.2", + "version": "11.7.3", "description": "A utility component for show/hide functionality", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-file-drop/CHANGELOG.md b/packages/ui-file-drop/CHANGELOG.md index e14ba5823e..f68e0f019d 100644 --- a/packages/ui-file-drop/CHANGELOG.md +++ b/packages/ui-file-drop/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-file-drop diff --git a/packages/ui-file-drop/package.json b/packages/ui-file-drop/package.json index 04255ea8c8..b3eb8112c1 100644 --- a/packages/ui-file-drop/package.json +++ b/packages/ui-file-drop/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-file-drop", - "version": "11.7.2", + "version": "11.7.3", "description": "A flexible facade for an HTML file input", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-flex/CHANGELOG.md b/packages/ui-flex/CHANGELOG.md index e59387d0b4..4ee393e232 100644 --- a/packages/ui-flex/CHANGELOG.md +++ b/packages/ui-flex/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-flex/package.json b/packages/ui-flex/package.json index 0aa411a8a6..3c595626cd 100644 --- a/packages/ui-flex/package.json +++ b/packages/ui-flex/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-flex", - "version": "11.7.2", + "version": "11.7.3", "description": "A component that makes it easy to align content using flexbox CSS", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-focusable/CHANGELOG.md b/packages/ui-focusable/CHANGELOG.md index c730b871c7..c0867c312b 100644 --- a/packages/ui-focusable/CHANGELOG.md +++ b/packages/ui-focusable/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-focusable diff --git a/packages/ui-focusable/package.json b/packages/ui-focusable/package.json index 867de87bbe..d9afd341a1 100644 --- a/packages/ui-focusable/package.json +++ b/packages/ui-focusable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-focusable", - "version": "11.7.2", + "version": "11.7.3", "description": "A utility used to identify when an element receives focus.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-form-field/CHANGELOG.md b/packages/ui-form-field/CHANGELOG.md index efa33699b7..31174f3c48 100644 --- a/packages/ui-form-field/CHANGELOG.md +++ b/packages/ui-form-field/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-form-field/package.json b/packages/ui-form-field/package.json index 280e6b4ed6..e7b018b8f4 100644 --- a/packages/ui-form-field/package.json +++ b/packages/ui-form-field/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-form-field", - "version": "11.7.2", + "version": "11.7.3", "description": "Form layout components.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-grid/CHANGELOG.md b/packages/ui-grid/CHANGELOG.md index 4bbe05160f..515ea4ba03 100644 --- a/packages/ui-grid/CHANGELOG.md +++ b/packages/ui-grid/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-grid diff --git a/packages/ui-grid/package.json b/packages/ui-grid/package.json index 20a486db5c..b83cf24ff0 100644 --- a/packages/ui-grid/package.json +++ b/packages/ui-grid/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-grid", - "version": "11.7.2", + "version": "11.7.3", "description": "A Grid component.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-heading/CHANGELOG.md b/packages/ui-heading/CHANGELOG.md index 864f6090d0..63fb521d47 100644 --- a/packages/ui-heading/CHANGELOG.md +++ b/packages/ui-heading/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-heading/package.json b/packages/ui-heading/package.json index 0cdba68e13..6cb4cd3b81 100644 --- a/packages/ui-heading/package.json +++ b/packages/ui-heading/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-heading", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for creating typographic headings", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-i18n/CHANGELOG.md b/packages/ui-i18n/CHANGELOG.md index 7fe3750695..4d2fa3724d 100644 --- a/packages/ui-i18n/CHANGELOG.md +++ b/packages/ui-i18n/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-i18n diff --git a/packages/ui-i18n/package.json b/packages/ui-i18n/package.json index f537a78904..b22fbcea6a 100644 --- a/packages/ui-i18n/package.json +++ b/packages/ui-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-i18n", - "version": "11.7.2", + "version": "11.7.3", "description": "Helper components and utilities for internationalization.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-icons/CHANGELOG.md b/packages/ui-icons/CHANGELOG.md index 18d274a2e0..1d7c63c2ec 100644 --- a/packages/ui-icons/CHANGELOG.md +++ b/packages/ui-icons/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json index fa474eabab..9ba996ab0b 100644 --- a/packages/ui-icons/package.json +++ b/packages/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-icons", - "version": "11.7.2", + "version": "11.7.3", "description": "Icon set for Instructure, Inc. products", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-img/CHANGELOG.md b/packages/ui-img/CHANGELOG.md index 51f31ab78f..73e71a0154 100644 --- a/packages/ui-img/CHANGELOG.md +++ b/packages/ui-img/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-img/package.json b/packages/ui-img/package.json index 8459e7d21c..32d0229793 100644 --- a/packages/ui-img/package.json +++ b/packages/ui-img/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-img", - "version": "11.7.2", + "version": "11.7.3", "description": "An accessible image component.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-instructure/CHANGELOG.md b/packages/ui-instructure/CHANGELOG.md index d978d5ee99..9cc2020964 100644 --- a/packages/ui-instructure/CHANGELOG.md +++ b/packages/ui-instructure/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-instructure/package.json b/packages/ui-instructure/package.json index 816169cd94..f4636a93cb 100644 --- a/packages/ui-instructure/package.json +++ b/packages/ui-instructure/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-instructure", - "version": "11.7.2", + "version": "11.7.3", "description": "Collection of specific components for Instructure products", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-link/CHANGELOG.md b/packages/ui-link/CHANGELOG.md index e99d54aae6..65dee1cb42 100644 --- a/packages/ui-link/CHANGELOG.md +++ b/packages/ui-link/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-link/package.json b/packages/ui-link/package.json index 7daa2bc397..fdbfe2f9b9 100644 --- a/packages/ui-link/package.json +++ b/packages/ui-link/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-link", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for creating links", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-list/CHANGELOG.md b/packages/ui-list/CHANGELOG.md index 6032cbeab3..6e2bf1959f 100644 --- a/packages/ui-list/CHANGELOG.md +++ b/packages/ui-list/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-list diff --git a/packages/ui-list/package.json b/packages/ui-list/package.json index f196269636..0c25f0a706 100644 --- a/packages/ui-list/package.json +++ b/packages/ui-list/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-list", - "version": "11.7.2", + "version": "11.7.3", "description": "Components for displaying vertical or horizontal lists.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-menu/CHANGELOG.md b/packages/ui-menu/CHANGELOG.md index 322f3f9093..9b9a9de4fb 100644 --- a/packages/ui-menu/CHANGELOG.md +++ b/packages/ui-menu/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-menu/package.json b/packages/ui-menu/package.json index 87adb84535..4d53ebd546 100644 --- a/packages/ui-menu/package.json +++ b/packages/ui-menu/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-menu", - "version": "11.7.2", + "version": "11.7.3", "description": "A dropdown menu component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-metric/CHANGELOG.md b/packages/ui-metric/CHANGELOG.md index f16a6e86d9..06f061d798 100644 --- a/packages/ui-metric/CHANGELOG.md +++ b/packages/ui-metric/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-metric diff --git a/packages/ui-metric/package.json b/packages/ui-metric/package.json index 8b328ba219..4f2dff0649 100644 --- a/packages/ui-metric/package.json +++ b/packages/ui-metric/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-metric", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component for displaying Metrics", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-modal/CHANGELOG.md b/packages/ui-modal/CHANGELOG.md index b66c227126..a44970aa17 100644 --- a/packages/ui-modal/CHANGELOG.md +++ b/packages/ui-modal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-modal/package.json b/packages/ui-modal/package.json index 541ef2de48..b4705b86a7 100644 --- a/packages/ui-modal/package.json +++ b/packages/ui-modal/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-modal", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for displaying content in a dialog overlay", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-motion/CHANGELOG.md b/packages/ui-motion/CHANGELOG.md index 4852074ba6..41ec69a8f9 100644 --- a/packages/ui-motion/CHANGELOG.md +++ b/packages/ui-motion/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-motion diff --git a/packages/ui-motion/package.json b/packages/ui-motion/package.json index 960501f53f..c080920752 100644 --- a/packages/ui-motion/package.json +++ b/packages/ui-motion/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-motion", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-navigation/CHANGELOG.md b/packages/ui-navigation/CHANGELOG.md index 4d9addf333..64850f4537 100644 --- a/packages/ui-navigation/CHANGELOG.md +++ b/packages/ui-navigation/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-navigation diff --git a/packages/ui-navigation/package.json b/packages/ui-navigation/package.json index dadc3f4289..ac3bcbb78c 100644 --- a/packages/ui-navigation/package.json +++ b/packages/ui-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-navigation", - "version": "11.7.2", + "version": "11.7.3", "description": "Main and application level navigational components", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-number-input/CHANGELOG.md b/packages/ui-number-input/CHANGELOG.md index 01af92729c..fab668525d 100644 --- a/packages/ui-number-input/CHANGELOG.md +++ b/packages/ui-number-input/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-number-input/package.json b/packages/ui-number-input/package.json index 724d7a2c2a..1da2ad396c 100644 --- a/packages/ui-number-input/package.json +++ b/packages/ui-number-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-number-input", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-options/CHANGELOG.md b/packages/ui-options/CHANGELOG.md index 483956a52a..c813ffee40 100644 --- a/packages/ui-options/CHANGELOG.md +++ b/packages/ui-options/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-options/package.json b/packages/ui-options/package.json index f18ee8b247..9a65cdb97a 100644 --- a/packages/ui-options/package.json +++ b/packages/ui-options/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-options", - "version": "11.7.2", + "version": "11.7.3", "description": "A view-only component for composing interactive lists and menus.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-overlays/CHANGELOG.md b/packages/ui-overlays/CHANGELOG.md index 39e56c7d6b..40741b1b66 100644 --- a/packages/ui-overlays/CHANGELOG.md +++ b/packages/ui-overlays/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-overlays/package.json b/packages/ui-overlays/package.json index 637322bf12..56e31197c4 100644 --- a/packages/ui-overlays/package.json +++ b/packages/ui-overlays/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-overlays", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-pages/CHANGELOG.md b/packages/ui-pages/CHANGELOG.md index cc48ff96e8..e0a981115a 100644 --- a/packages/ui-pages/CHANGELOG.md +++ b/packages/ui-pages/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-pages diff --git a/packages/ui-pages/package.json b/packages/ui-pages/package.json index c9304b9be8..719a302ed5 100644 --- a/packages/ui-pages/package.json +++ b/packages/ui-pages/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-pages", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-pagination/CHANGELOG.md b/packages/ui-pagination/CHANGELOG.md index c3c07aaf14..d4a21feb4d 100644 --- a/packages/ui-pagination/CHANGELOG.md +++ b/packages/ui-pagination/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-pagination diff --git a/packages/ui-pagination/package.json b/packages/ui-pagination/package.json index 682fd4cf84..bbaeb2e648 100644 --- a/packages/ui-pagination/package.json +++ b/packages/ui-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-pagination", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-pill/CHANGELOG.md b/packages/ui-pill/CHANGELOG.md index 05c8de045f..14b853e6bc 100644 --- a/packages/ui-pill/CHANGELOG.md +++ b/packages/ui-pill/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-pill diff --git a/packages/ui-pill/package.json b/packages/ui-pill/package.json index 0a12cfbcf3..645b9c4787 100644 --- a/packages/ui-pill/package.json +++ b/packages/ui-pill/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-pill", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component to communicate concise status.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/Pill/11_5/index.js", diff --git a/packages/ui-popover/CHANGELOG.md b/packages/ui-popover/CHANGELOG.md index 02c37597ea..40093fd9f5 100644 --- a/packages/ui-popover/CHANGELOG.md +++ b/packages/ui-popover/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-popover/package.json b/packages/ui-popover/package.json index 30b5ebb106..d81635c06a 100644 --- a/packages/ui-popover/package.json +++ b/packages/ui-popover/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-popover", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for hiding or showing content based on user interaction.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-portal/CHANGELOG.md b/packages/ui-portal/CHANGELOG.md index 54a5eaae84..7aadeb6220 100644 --- a/packages/ui-portal/CHANGELOG.md +++ b/packages/ui-portal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-portal diff --git a/packages/ui-portal/package.json b/packages/ui-portal/package.json index 5b7e6c4b29..8a631e0edf 100644 --- a/packages/ui-portal/package.json +++ b/packages/ui-portal/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-portal", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-position/CHANGELOG.md b/packages/ui-position/CHANGELOG.md index 908c145c06..2128372e88 100644 --- a/packages/ui-position/CHANGELOG.md +++ b/packages/ui-position/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-position diff --git a/packages/ui-position/package.json b/packages/ui-position/package.json index 838eb5bac5..6330029f41 100644 --- a/packages/ui-position/package.json +++ b/packages/ui-position/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-position", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for positioning content with respect to a designated target.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-progress/CHANGELOG.md b/packages/ui-progress/CHANGELOG.md index 975769ec82..97cdc3e57d 100644 --- a/packages/ui-progress/CHANGELOG.md +++ b/packages/ui-progress/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-progress diff --git a/packages/ui-progress/package.json b/packages/ui-progress/package.json index 16c3d2a709..3b545fff2f 100644 --- a/packages/ui-progress/package.json +++ b/packages/ui-progress/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-progress", - "version": "11.7.2", + "version": "11.7.3", "description": "Styled HTML elements for showing completion of a task", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-radio-input/CHANGELOG.md b/packages/ui-radio-input/CHANGELOG.md index b9a29da4bb..517c415de7 100644 --- a/packages/ui-radio-input/CHANGELOG.md +++ b/packages/ui-radio-input/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-radio-input/package.json b/packages/ui-radio-input/package.json index bd1a46965e..e90fb09d85 100644 --- a/packages/ui-radio-input/package.json +++ b/packages/ui-radio-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-radio-input", - "version": "11.7.2", + "version": "11.7.3", "description": "A styled HTML input type='radio' element", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-range-input/CHANGELOG.md b/packages/ui-range-input/CHANGELOG.md index 0a86fd4966..9a99e609ef 100644 --- a/packages/ui-range-input/CHANGELOG.md +++ b/packages/ui-range-input/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **ui-range-input:** remove deprecated thumb variant ([ca4a3fb](https://github.com/instructure/instructure-ui/commit/ca4a3fb45885fbcc9807566dadd3d027a17b8f72)) + + +### BREAKING CHANGES + +* **ui-range-input:** `thumbVariant` prop removed from RangeInput + +INSTUI-5016 + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-range-input diff --git a/packages/ui-range-input/package.json b/packages/ui-range-input/package.json index e79b86d0ee..25dbeb29c6 100644 --- a/packages/ui-range-input/package.json +++ b/packages/ui-range-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-range-input", - "version": "11.7.2", + "version": "11.7.3", "description": "A styled HTML range input", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-rating/CHANGELOG.md b/packages/ui-rating/CHANGELOG.md index c84ba74371..2ff768ccb8 100644 --- a/packages/ui-rating/CHANGELOG.md +++ b/packages/ui-rating/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-rating/package.json b/packages/ui-rating/package.json index da59849dfa..7035361258 100644 --- a/packages/ui-rating/package.json +++ b/packages/ui-rating/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-rating", - "version": "11.7.2", + "version": "11.7.3", "description": "A static rating component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-react-utils/CHANGELOG.md b/packages/ui-react-utils/CHANGELOG.md index 14bc97d42e..9f4bbccc1c 100644 --- a/packages/ui-react-utils/CHANGELOG.md +++ b/packages/ui-react-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-react-utils diff --git a/packages/ui-react-utils/package.json b/packages/ui-react-utils/package.json index abb9139bb9..301d980f32 100644 --- a/packages/ui-react-utils/package.json +++ b/packages/ui-react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-react-utils", - "version": "11.7.2", + "version": "11.7.3", "description": "A React utility library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-responsive/CHANGELOG.md b/packages/ui-responsive/CHANGELOG.md index 195252c340..e3d38ca7ff 100644 --- a/packages/ui-responsive/CHANGELOG.md +++ b/packages/ui-responsive/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-responsive diff --git a/packages/ui-responsive/package.json b/packages/ui-responsive/package.json index 53dabf5033..1f0e1f1ef4 100644 --- a/packages/ui-responsive/package.json +++ b/packages/ui-responsive/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-responsive", - "version": "11.7.2", + "version": "11.7.3", "description": "A component that allows for rendering a component differently based on either the element or the viewport size", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-scripts/CHANGELOG.md b/packages/ui-scripts/CHANGELOG.md index 818d97f3cb..914b723aba 100644 --- a/packages/ui-scripts/CHANGELOG.md +++ b/packages/ui-scripts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Features + +* **ui-scripts:** use tokens from external repo and convert JS to TS ([a03e0cb](https://github.com/instructure/instructure-ui/commit/a03e0cb24cdf1a2f5debbe707f73ce50ec4a666a)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-scripts/package.json b/packages/ui-scripts/package.json index dbf1385e6b..7c3aa98db7 100644 --- a/packages/ui-scripts/package.json +++ b/packages/ui-scripts/package.json @@ -1,7 +1,7 @@ { "name": "@instructure/ui-scripts", "private": true, - "version": "11.7.2", + "version": "11.7.3", "description": "A UI build scripts library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "main": "./lib/index.js", diff --git a/packages/ui-select/CHANGELOG.md b/packages/ui-select/CHANGELOG.md index 7ea2a116f3..ce03366ed6 100644 --- a/packages/ui-select/CHANGELOG.md +++ b/packages/ui-select/CHANGELOG.md @@ -3,6 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **ui-select,ui-date-time-input:** rework DateTimeInput and replace DateInput v1 with DateInput v2 in DateTimeInput ([5a9405c](https://github.com/instructure/instructure-ui/commit/5a9405c0a19ea9fc6a34b2f34c60c582f96ec2af)) + + +### BREAKING CHANGES + +* **ui-select,ui-date-time-input:** prevMonthLabel prop removed (use screenReaderLabels.prevMonthButton instead) + +nextMonthLabel prop removed (use screenReaderLabels.nextMonthButton instead) + +renderWeekdayLabels prop removed + +dateFormat type changed: string → string + +{ parser: (input: string) => Date + +null, formatter: (date: Date) => string } + +screenReaderLabels is a new required prop + +dateFormat default changed: Moment's 'LL' (long month name) → locale's default date format + +INSTUI-4791 + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-select/package.json b/packages/ui-select/package.json index 65c736d04b..b1c86931a1 100644 --- a/packages/ui-select/package.json +++ b/packages/ui-select/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-select", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for select and autocomplete behavior.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-selectable/CHANGELOG.md b/packages/ui-selectable/CHANGELOG.md index e0181c682a..5ec9b17c31 100644 --- a/packages/ui-selectable/CHANGELOG.md +++ b/packages/ui-selectable/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-selectable diff --git a/packages/ui-selectable/package.json b/packages/ui-selectable/package.json index 62e503c33e..d509154730 100644 --- a/packages/ui-selectable/package.json +++ b/packages/ui-selectable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-selectable", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-side-nav-bar/CHANGELOG.md b/packages/ui-side-nav-bar/CHANGELOG.md index 1ca42213f6..cc5c459c3d 100644 --- a/packages/ui-side-nav-bar/CHANGELOG.md +++ b/packages/ui-side-nav-bar/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-side-nav-bar diff --git a/packages/ui-side-nav-bar/package.json b/packages/ui-side-nav-bar/package.json index 68fd743fce..2ac5c7a883 100644 --- a/packages/ui-side-nav-bar/package.json +++ b/packages/ui-side-nav-bar/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-side-nav-bar", - "version": "11.7.2", + "version": "11.7.3", "description": "Main and application level navigational components", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-simple-select/CHANGELOG.md b/packages/ui-simple-select/CHANGELOG.md index cf2affccad..a1b0240243 100644 --- a/packages/ui-simple-select/CHANGELOG.md +++ b/packages/ui-simple-select/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-simple-select/package.json b/packages/ui-simple-select/package.json index 4cf4d353c8..745ed52e16 100644 --- a/packages/ui-simple-select/package.json +++ b/packages/ui-simple-select/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-simple-select", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for standard select element behavior.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-source-code-editor/CHANGELOG.md b/packages/ui-source-code-editor/CHANGELOG.md index 1db3bff0a4..e4d37de84b 100644 --- a/packages/ui-source-code-editor/CHANGELOG.md +++ b/packages/ui-source-code-editor/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-source-code-editor/package.json b/packages/ui-source-code-editor/package.json index 36d111d552..37a9b05c35 100644 --- a/packages/ui-source-code-editor/package.json +++ b/packages/ui-source-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-source-code-editor", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-spinner/CHANGELOG.md b/packages/ui-spinner/CHANGELOG.md index 2a2260533f..0f39edfef9 100644 --- a/packages/ui-spinner/CHANGELOG.md +++ b/packages/ui-spinner/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-spinner diff --git a/packages/ui-spinner/package.json b/packages/ui-spinner/package.json index bd5d313844..9af9f65411 100644 --- a/packages/ui-spinner/package.json +++ b/packages/ui-spinner/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-spinner", - "version": "11.7.2", + "version": "11.7.3", "description": "A spinner/loading component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-svg-images/CHANGELOG.md b/packages/ui-svg-images/CHANGELOG.md index 620d270db0..f9d2c7204e 100644 --- a/packages/ui-svg-images/CHANGELOG.md +++ b/packages/ui-svg-images/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-svg-images diff --git a/packages/ui-svg-images/package.json b/packages/ui-svg-images/package.json index 3e85e25f6b..7484c02025 100644 --- a/packages/ui-svg-images/package.json +++ b/packages/ui-svg-images/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-svg-images", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-table/CHANGELOG.md b/packages/ui-table/CHANGELOG.md index 1831fd34c3..f7c132f452 100644 --- a/packages/ui-table/CHANGELOG.md +++ b/packages/ui-table/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-table/package.json b/packages/ui-table/package.json index c84315b3be..cbe43ee03f 100644 --- a/packages/ui-table/package.json +++ b/packages/ui-table/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-table", - "version": "11.7.2", + "version": "11.7.3", "description": "A styled HTML table component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-tabs/CHANGELOG.md b/packages/ui-tabs/CHANGELOG.md index 3407d8b871..eba033585b 100644 --- a/packages/ui-tabs/CHANGELOG.md +++ b/packages/ui-tabs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) +* **ui-tabs:** fix tabs panel layout when unmountOnExit is false ([826ff62](https://github.com/instructure/instructure-ui/commit/826ff62fba56bc0cadd6995b366e3ca505b1b6c1)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-tabs diff --git a/packages/ui-tabs/package.json b/packages/ui-tabs/package.json index 02e0a5feee..9789245fca 100644 --- a/packages/ui-tabs/package.json +++ b/packages/ui-tabs/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tabs", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-tag/CHANGELOG.md b/packages/ui-tag/CHANGELOG.md index 01a4313476..b6b962edda 100644 --- a/packages/ui-tag/CHANGELOG.md +++ b/packages/ui-tag/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-tag diff --git a/packages/ui-tag/package.json b/packages/ui-tag/package.json index 5d1c44b4f0..e6bb1b058e 100644 --- a/packages/ui-tag/package.json +++ b/packages/ui-tag/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tag", - "version": "11.7.2", + "version": "11.7.3", "description": "A tag component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-text-area/CHANGELOG.md b/packages/ui-text-area/CHANGELOG.md index f05f66c1be..e21486237c 100644 --- a/packages/ui-text-area/CHANGELOG.md +++ b/packages/ui-text-area/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + +### Features + +* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-text-area/package.json b/packages/ui-text-area/package.json index 31044b939d..921676b977 100644 --- a/packages/ui-text-area/package.json +++ b/packages/ui-text-area/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-text-area", - "version": "11.7.2", + "version": "11.7.3", "description": "A styled HTML text area component", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-text-input/CHANGELOG.md b/packages/ui-text-input/CHANGELOG.md index fff7ceb597..3851f03732 100644 --- a/packages/ui-text-input/CHANGELOG.md +++ b/packages/ui-text-input/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-text-input/package.json b/packages/ui-text-input/package.json index eeddac2e45..156348e2a2 100644 --- a/packages/ui-text-input/package.json +++ b/packages/ui-text-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-text-input", - "version": "11.7.2", + "version": "11.7.3", "description": "A styled HTML text input component.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-text/CHANGELOG.md b/packages/ui-text/CHANGELOG.md index 3dbe344272..bcf37ff9f7 100644 --- a/packages/ui-text/CHANGELOG.md +++ b/packages/ui-text/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-text/package.json b/packages/ui-text/package.json index e24f965311..c43978f7bf 100644 --- a/packages/ui-text/package.json +++ b/packages/ui-text/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-text", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for styling textual content", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-theme-tokens/CHANGELOG.md b/packages/ui-theme-tokens/CHANGELOG.md index 6a8fe6f86a..f4175dba68 100644 --- a/packages/ui-theme-tokens/CHANGELOG.md +++ b/packages/ui-theme-tokens/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-theme-tokens diff --git a/packages/ui-theme-tokens/package.json b/packages/ui-theme-tokens/package.json index ad2ad1198d..32e2398d22 100644 --- a/packages/ui-theme-tokens/package.json +++ b/packages/ui-theme-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-theme-tokens", - "version": "11.7.2", + "version": "11.7.3", "description": "Cross-platform theme tokens for Instructure products", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-themes/CHANGELOG.md b/packages/ui-themes/CHANGELOG.md index 44e2bdf874..0fce1e26ed 100644 --- a/packages/ui-themes/CHANGELOG.md +++ b/packages/ui-themes/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-themes/package.json b/packages/ui-themes/package.json index 3b1fed9251..b805126b8c 100644 --- a/packages/ui-themes/package.json +++ b/packages/ui-themes/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-themes", - "version": "11.7.2", + "version": "11.7.3", "description": "A library of instructure themes", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-time-select/CHANGELOG.md b/packages/ui-time-select/CHANGELOG.md index 0aefc6d383..99110658bb 100644 --- a/packages/ui-time-select/CHANGELOG.md +++ b/packages/ui-time-select/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-time-select/package.json b/packages/ui-time-select/package.json index a2efa3a2a5..98c9001ec8 100644 --- a/packages/ui-time-select/package.json +++ b/packages/ui-time-select/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-time-select", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for selecting time values.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-toggle-details/CHANGELOG.md b/packages/ui-toggle-details/CHANGELOG.md index efab61ad7b..026a21da61 100644 --- a/packages/ui-toggle-details/CHANGELOG.md +++ b/packages/ui-toggle-details/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-toggle-details diff --git a/packages/ui-toggle-details/package.json b/packages/ui-toggle-details/package.json index b700c33737..d4f39e010f 100644 --- a/packages/ui-toggle-details/package.json +++ b/packages/ui-toggle-details/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-toggle-details", - "version": "11.7.2", + "version": "11.7.3", "description": "A styled toggleable, accordion-like component.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-tooltip/CHANGELOG.md b/packages/ui-tooltip/CHANGELOG.md index c3f2c22f0c..99d2bebc63 100644 --- a/packages/ui-tooltip/CHANGELOG.md +++ b/packages/ui-tooltip/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-tooltip diff --git a/packages/ui-tooltip/package.json b/packages/ui-tooltip/package.json index fdfa6d759b..ff743bfdbd 100644 --- a/packages/ui-tooltip/package.json +++ b/packages/ui-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tooltip", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for showing small text-only overlays on hover/focus.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-top-nav-bar/CHANGELOG.md b/packages/ui-top-nav-bar/CHANGELOG.md index 497f4715ee..05fa56eff1 100644 --- a/packages/ui-top-nav-bar/CHANGELOG.md +++ b/packages/ui-top-nav-bar/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-top-nav-bar/package.json b/packages/ui-top-nav-bar/package.json index 52e591f984..05db28fdcc 100644 --- a/packages/ui-top-nav-bar/package.json +++ b/packages/ui-top-nav-bar/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-top-nav-bar", - "version": "11.7.2", + "version": "11.7.3", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-tray/CHANGELOG.md b/packages/ui-tray/CHANGELOG.md index f3c6de10e3..8f348116fa 100644 --- a/packages/ui-tray/CHANGELOG.md +++ b/packages/ui-tray/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-tray/package.json b/packages/ui-tray/package.json index 960282c083..fb676c8617 100644 --- a/packages/ui-tray/package.json +++ b/packages/ui-tray/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tray", - "version": "11.7.2", + "version": "11.7.3", "description": "Tray component for secondary/menu content", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-tree-browser/CHANGELOG.md b/packages/ui-tree-browser/CHANGELOG.md index eb24947549..fd1f5dbb71 100644 --- a/packages/ui-tree-browser/CHANGELOG.md +++ b/packages/ui-tree-browser/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-tree-browser diff --git a/packages/ui-tree-browser/package.json b/packages/ui-tree-browser/package.json index bdb6df6a1a..11332576c8 100644 --- a/packages/ui-tree-browser/package.json +++ b/packages/ui-tree-browser/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tree-browser", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for displaying a hierarchical view of information", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-truncate-list/CHANGELOG.md b/packages/ui-truncate-list/CHANGELOG.md index 907197d5b2..b59f18ea40 100644 --- a/packages/ui-truncate-list/CHANGELOG.md +++ b/packages/ui-truncate-list/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-truncate-list diff --git a/packages/ui-truncate-list/package.json b/packages/ui-truncate-list/package.json index b4870fa3bf..f9e8b8c5d0 100644 --- a/packages/ui-truncate-list/package.json +++ b/packages/ui-truncate-list/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-truncate-list", - "version": "11.7.2", + "version": "11.7.3", "description": "A TruncateList component made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-truncate-text/CHANGELOG.md b/packages/ui-truncate-text/CHANGELOG.md index afa3ec2cb5..da62f8a337 100644 --- a/packages/ui-truncate-text/CHANGELOG.md +++ b/packages/ui-truncate-text/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-truncate-text/package.json b/packages/ui-truncate-text/package.json index b0033c9ab6..8602167227 100644 --- a/packages/ui-truncate-text/package.json +++ b/packages/ui-truncate-text/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-truncate-text", - "version": "11.7.2", + "version": "11.7.3", "description": "A TruncateText component made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-utils/CHANGELOG.md b/packages/ui-utils/CHANGELOG.md index 938f8d0f09..24999753f5 100644 --- a/packages/ui-utils/CHANGELOG.md +++ b/packages/ui-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-utils diff --git a/packages/ui-utils/package.json b/packages/ui-utils/package.json index 67dcfc2eca..060fb09883 100644 --- a/packages/ui-utils/package.json +++ b/packages/ui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-utils", - "version": "11.7.2", + "version": "11.7.3", "description": "A collection of utilities for UI components", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-view/CHANGELOG.md b/packages/ui-view/CHANGELOG.md index 8000697d28..9ea2b727d6 100644 --- a/packages/ui-view/CHANGELOG.md +++ b/packages/ui-view/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) diff --git a/packages/ui-view/package.json b/packages/ui-view/package.json index d1881165ac..e991048774 100644 --- a/packages/ui-view/package.json +++ b/packages/ui-view/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-view", - "version": "11.7.2", + "version": "11.7.3", "description": "A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/ui-webpack-config/CHANGELOG.md b/packages/ui-webpack-config/CHANGELOG.md index 21cac998eb..49c9437942 100644 --- a/packages/ui-webpack-config/CHANGELOG.md +++ b/packages/ui-webpack-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/ui-webpack-config diff --git a/packages/ui-webpack-config/package.json b/packages/ui-webpack-config/package.json index 6d92fc311e..d6d8e59214 100644 --- a/packages/ui-webpack-config/package.json +++ b/packages/ui-webpack-config/package.json @@ -1,7 +1,7 @@ { "name": "@instructure/ui-webpack-config", "private": true, - "version": "11.7.2", + "version": "11.7.3", "description": "A shared webpack config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "main": "./config/index.js", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 74cfed3c35..5ddeb8e5cf 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 02724d3109..d0e41c2b12 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui", - "version": "11.7.2", + "version": "11.7.3", "description": "A meta package exporting all UI components", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js", diff --git a/packages/uid/CHANGELOG.md b/packages/uid/CHANGELOG.md index a299488298..96f6d85e79 100644 --- a/packages/uid/CHANGELOG.md +++ b/packages/uid/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07) + + +### Bug Fixes + +* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba)) + + + + + ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23) **Note:** Version bump only for package @instructure/uid diff --git a/packages/uid/package.json b/packages/uid/package.json index 6155a58d3c..8d8fb327b0 100644 --- a/packages/uid/package.json +++ b/packages/uid/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/uid", - "version": "11.7.2", + "version": "11.7.3", "description": "A unique (CSS-safe) id generator made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "module": "./es/index.js",