Skip to content

Commit 8900b44

Browse files
committed
chore(release): 11.4.0
1 parent 447e40b commit 8900b44

197 files changed

Lines changed: 894 additions & 100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
7+
8+
9+
### Features
10+
11+
* **ui-color-picker:** add new labelLevel prop to set heading level in ColorContrast ([06c9e79](https://github.com/instructure/instructure-ui/commit/06c9e79fc87c31da4ca8eff61e93094aa09c8be5))
12+
* **ui-instructure:** add privacy notice link to the ai information panel ([447e40b](https://github.com/instructure/instructure-ui/commit/447e40b8ef1a5b776e01e831b2c5a6d45ca8274e))
13+
14+
15+
16+
17+
618
# [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.3.0",
2+
"version": "11.4.0",
33
"npmClient": "pnpm",
44
"command": {
55
"version": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "instructure-ui",
33
"description": "A design system by Instructure Inc.",
44
"private": true,
5-
"version": "11.3.0",
5+
"version": "11.4.0",
66
"author": "Instructure, Inc. Engineering and Product Design",
77
"repository": {
88
"type": "git",

packages/__docs__/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
7+
8+
**Note:** Version bump only for package docs-app
9+
10+
11+
12+
13+
614
# [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
715

816
**Note:** Version bump only for package docs-app

packages/__docs__/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-app",
33
"private": true,
4-
"version": "11.3.0",
4+
"version": "11.4.0",
55
"description": "Documentation and showcase application for Instructure-UI.",
66
"author": "Instructure, Inc. Engineering and Product Design",
77
"repository": {

packages/babel-plugin-transform-imports/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
7+
8+
**Note:** Version bump only for package @instructure/babel-plugin-transform-imports
9+
10+
11+
12+
13+
614
# [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
715

816
**Note:** Version bump only for package @instructure/babel-plugin-transform-imports

packages/babel-plugin-transform-imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure/babel-plugin-transform-imports",
3-
"version": "11.3.0",
3+
"version": "11.4.0",
44
"description": "A babel plugin made by Instructure Inc.",
55
"author": "Instructure, Inc. Engineering and Product Design",
66
"main": "./lib/index.js",

packages/browserslist-config-instui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
7+
8+
**Note:** Version bump only for package @instructure/browserslist-config-instui
9+
10+
11+
12+
13+
614
# [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
715

816
**Note:** Version bump only for package @instructure/browserslist-config-instui

packages/browserslist-config-instui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instructure/browserslist-config-instui",
3-
"version": "11.3.0",
3+
"version": "11.4.0",
44
"description": "A shared browserslist config made by Instructure Inc.",
55
"author": "Instructure, Inc. Engineering and Product Design",
66
"main": "./index.js",

packages/canvas-high-contrast-theme/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
7+
8+
**Note:** Version bump only for package @instructure/canvas-high-contrast-theme
9+
10+
11+
12+
13+
614
# [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
715

816
**Note:** Version bump only for package @instructure/canvas-high-contrast-theme

0 commit comments

Comments
 (0)