@instructure/ui-text 11.7.2-snapshot-62 → 11.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.7.2-snapshot-62](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-62) (2026-04-23)
6
+ ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -18,7 +18,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
18
18
 
19
19
  ### BREAKING CHANGES
20
20
 
21
- * **ui-text,ui-editable:** contains breaking changes due to component using the new theming system
21
+ * **ui-text,ui-editable:** the component got a new version in this release
22
22
 
23
23
  INSTUI-4969
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-text",
3
- "version": "11.7.2-snapshot-62",
3
+ "version": "11.7.2",
4
4
  "description": "A component for styling textual content",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,18 +15,18 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/console": "11.7.2-snapshot-62",
19
- "@instructure/shared-types": "11.7.2-snapshot-62",
20
- "@instructure/ui-react-utils": "11.7.2-snapshot-62",
21
- "@instructure/emotion": "11.7.2-snapshot-62",
22
- "@instructure/ui-color-utils": "11.7.2-snapshot-62"
18
+ "@instructure/shared-types": "11.7.2",
19
+ "@instructure/emotion": "11.7.2",
20
+ "@instructure/ui-color-utils": "11.7.2",
21
+ "@instructure/ui-react-utils": "11.7.2",
22
+ "@instructure/console": "11.7.2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@testing-library/jest-dom": "^6.6.3",
26
26
  "@testing-library/react": "15.0.7",
27
- "@instructure/ui-axe-check": "11.7.2-snapshot-62",
28
- "@instructure/ui-babel-preset": "11.7.2-snapshot-62",
29
- "@instructure/ui-themes": "11.7.2-snapshot-62"
27
+ "@instructure/ui-axe-check": "11.7.2",
28
+ "@instructure/ui-babel-preset": "11.7.2",
29
+ "@instructure/ui-themes": "11.7.2"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": ">=18 <=19"