@instructure/ui-truncate-list 8.30.1-snapshot-15 → 8.31.0

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 +3 -29
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,58 +3,32 @@
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
- ## [8.30.1-snapshot-15](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.30.1-snapshot-15) (2022-11-21)
7
-
6
+ # [8.31.0](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.31.0) (2022-11-21)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * **ui-truncate-list:** take the container padding into accout in the maxWidth calculation ([013ab3b](https://github.com/instructure/instructure-ui/commit/013ab3beda58cd097ccf810394df41ca150c9588))
12
-
13
-
14
-
15
-
10
+ - **ui-truncate-list:** take the container padding into accout in the maxWidth calculation ([013ab3b](https://github.com/instructure/instructure-ui/commit/013ab3beda58cd097ccf810394df41ca150c9588))
16
11
 
17
12
  # [8.30.0](https://github.com/instructure/instructure-ui/compare/v8.29.0...v8.30.0) (2022-10-26)
18
13
 
19
14
  **Note:** Version bump only for package @instructure/ui-truncate-list
20
15
 
21
-
22
-
23
-
24
-
25
16
  # [8.29.0](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.29.0) (2022-09-29)
26
17
 
27
18
  **Note:** Version bump only for package @instructure/ui-truncate-list
28
19
 
29
-
30
-
31
-
32
-
33
20
  ## [8.28.2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.2) (2022-09-16)
34
21
 
35
22
  **Note:** Version bump only for package @instructure/ui-truncate-list
36
23
 
37
-
38
-
39
-
40
-
41
24
  ## [8.28.1](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1) (2022-09-12)
42
25
 
43
26
  **Note:** Version bump only for package @instructure/ui-truncate-list
44
27
 
45
-
46
-
47
-
48
-
49
28
  # [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
50
29
 
51
-
52
30
  ### Features
53
31
 
54
- * **ui-truncate-list,ui:** add `TruncateList` utility component ([f8b17ea](https://github.com/instructure/instructure-ui/commit/f8b17ea8b60234f746fcd7576f1532f38d5bbe5f))
55
-
56
-
57
-
58
-
32
+ - **ui-truncate-list,ui:** add `TruncateList` utility component ([f8b17ea](https://github.com/instructure/instructure-ui/commit/f8b17ea8b60234f746fcd7576f1532f38d5bbe5f))
59
33
 
60
34
  See the instructure-ui mono-repo [change log](#CHANGELOG) for past changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-truncate-list",
3
- "version": "8.30.1-snapshot-15",
3
+ "version": "8.31.0",
4
4
  "description": "A TruncateList component made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,23 +24,23 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.13.10",
27
- "@instructure/console": "8.30.1-snapshot-15",
28
- "@instructure/debounce": "8.30.1-snapshot-15",
29
- "@instructure/emotion": "8.30.1-snapshot-15",
30
- "@instructure/shared-types": "8.30.1-snapshot-15",
31
- "@instructure/ui-dom-utils": "8.30.1-snapshot-15",
32
- "@instructure/ui-react-utils": "8.30.1-snapshot-15",
33
- "@instructure/ui-testable": "8.30.1-snapshot-15",
34
- "@instructure/ui-utils": "8.30.1-snapshot-15",
27
+ "@instructure/console": "8.31.0",
28
+ "@instructure/debounce": "8.31.0",
29
+ "@instructure/emotion": "8.31.0",
30
+ "@instructure/shared-types": "8.31.0",
31
+ "@instructure/ui-dom-utils": "8.31.0",
32
+ "@instructure/ui-react-utils": "8.31.0",
33
+ "@instructure/ui-testable": "8.31.0",
34
+ "@instructure/ui-utils": "8.31.0",
35
35
  "prop-types": "^15"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.30.1-snapshot-15",
39
- "@instructure/ui-color-utils": "8.30.1-snapshot-15",
40
- "@instructure/ui-test-locator": "8.30.1-snapshot-15",
41
- "@instructure/ui-test-queries": "8.30.1-snapshot-15",
42
- "@instructure/ui-test-utils": "8.30.1-snapshot-15",
43
- "@instructure/ui-themes": "8.30.1-snapshot-15"
38
+ "@instructure/ui-babel-preset": "8.31.0",
39
+ "@instructure/ui-color-utils": "8.31.0",
40
+ "@instructure/ui-test-locator": "8.31.0",
41
+ "@instructure/ui-test-queries": "8.31.0",
42
+ "@instructure/ui-test-utils": "8.31.0",
43
+ "@instructure/ui-themes": "8.31.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8 <=18"