@instructure/ui-text 10.10.1-snapshot-14 → 10.11.1-snapshot-0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -3,7 +3,15 @@
|
|
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
|
-
## [10.
|
6
|
+
## [10.11.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-0) (2025-02-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @instructure/ui-text
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
# [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @instructure/ui-text
|
9
17
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-text",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.11.1-snapshot-0",
|
4
4
|
"description": "A component for styling textual content",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -24,18 +24,18 @@
|
|
24
24
|
"license": "MIT",
|
25
25
|
"dependencies": {
|
26
26
|
"@babel/runtime": "^7.26.0",
|
27
|
-
"@instructure/console": "10.
|
28
|
-
"@instructure/emotion": "10.
|
29
|
-
"@instructure/shared-types": "10.
|
30
|
-
"@instructure/ui-color-utils": "10.
|
31
|
-
"@instructure/ui-react-utils": "10.
|
27
|
+
"@instructure/console": "10.11.1-snapshot-0",
|
28
|
+
"@instructure/emotion": "10.11.1-snapshot-0",
|
29
|
+
"@instructure/shared-types": "10.11.1-snapshot-0",
|
30
|
+
"@instructure/ui-color-utils": "10.11.1-snapshot-0",
|
31
|
+
"@instructure/ui-react-utils": "10.11.1-snapshot-0",
|
32
32
|
"prop-types": "^15.8.1"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@instructure/ui-axe-check": "10.
|
36
|
-
"@instructure/ui-babel-preset": "10.
|
37
|
-
"@instructure/ui-test-utils": "10.
|
38
|
-
"@instructure/ui-themes": "10.
|
35
|
+
"@instructure/ui-axe-check": "10.11.1-snapshot-0",
|
36
|
+
"@instructure/ui-babel-preset": "10.11.1-snapshot-0",
|
37
|
+
"@instructure/ui-test-utils": "10.11.1-snapshot-0",
|
38
|
+
"@instructure/ui-themes": "10.11.1-snapshot-0",
|
39
39
|
"@testing-library/jest-dom": "^6.6.3",
|
40
40
|
"@testing-library/react": "^16.0.1"
|
41
41
|
},
|