@instructure/ui-modal 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 +5 -33
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -3,65 +3,37 @@
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)
6
+ # [8.31.0](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.31.0) (2022-11-21)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-modal
9
9
 
10
-
11
-
12
-
13
-
14
10
  # [8.30.0](https://github.com/instructure/instructure-ui/compare/v8.29.0...v8.30.0) (2022-10-26)
15
11
 
16
12
  **Note:** Version bump only for package @instructure/ui-modal
17
13
 
18
-
19
-
20
-
21
-
22
14
  # [8.29.0](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.29.0) (2022-09-29)
23
15
 
24
-
25
16
  ### Bug Fixes
26
17
 
27
- * support react 18 ([972bb93](https://github.com/instructure/instructure-ui/commit/972bb93d2835fcca3548d624b1ba2497661b4243))
28
-
29
-
30
-
31
-
18
+ - support react 18 ([972bb93](https://github.com/instructure/instructure-ui/commit/972bb93d2835fcca3548d624b1ba2497661b4243))
32
19
 
33
20
  ## [8.28.2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.2) (2022-09-16)
34
21
 
35
-
36
22
  ### Bug Fixes
37
23
 
38
- * support react 18 ([972bb93](https://github.com/instructure/instructure-ui/commit/972bb93d2835fcca3548d624b1ba2497661b4243))
39
-
40
-
41
-
42
-
24
+ - support react 18 ([972bb93](https://github.com/instructure/instructure-ui/commit/972bb93d2835fcca3548d624b1ba2497661b4243))
43
25
 
44
26
  ## [8.28.1](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1) (2022-09-12)
45
27
 
46
-
47
28
  ### Bug Fixes
48
29
 
49
- * support react 18 ([972bb93](https://github.com/instructure/instructure-ui/commit/972bb93d2835fcca3548d624b1ba2497661b4243))
50
-
51
-
52
-
53
-
30
+ - support react 18 ([972bb93](https://github.com/instructure/instructure-ui/commit/972bb93d2835fcca3548d624b1ba2497661b4243))
54
31
 
55
32
  # [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
56
33
 
57
-
58
34
  ### Bug Fixes
59
35
 
60
- * fix propType for liveRegion ([e9ae7d3](https://github.com/instructure/instructure-ui/commit/e9ae7d396e4c5de5eb1df56666630b92f73a670e))
61
-
62
-
63
-
64
-
36
+ - fix propType for liveRegion ([e9ae7d3](https://github.com/instructure/instructure-ui/commit/e9ae7d396e4c5de5eb1df56666630b92f73a670e))
65
37
 
66
38
  # [8.27.0](https://github.com/instructure/instructure-ui/compare/v8.26.3...v8.27.0) (2022-07-25)
67
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-modal",
3
- "version": "8.30.1-snapshot-15",
3
+ "version": "8.31.0",
4
4
  "description": "A component for displaying content in a dialog overlay",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,31 +24,31 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.13.10",
27
- "@instructure/console": "8.30.1-snapshot-15",
28
- "@instructure/emotion": "8.30.1-snapshot-15",
29
- "@instructure/shared-types": "8.30.1-snapshot-15",
30
- "@instructure/ui-buttons": "8.30.1-snapshot-15",
31
- "@instructure/ui-dialog": "8.30.1-snapshot-15",
32
- "@instructure/ui-motion": "8.30.1-snapshot-15",
33
- "@instructure/ui-overlays": "8.30.1-snapshot-15",
34
- "@instructure/ui-portal": "8.30.1-snapshot-15",
35
- "@instructure/ui-prop-types": "8.30.1-snapshot-15",
36
- "@instructure/ui-react-utils": "8.30.1-snapshot-15",
37
- "@instructure/ui-testable": "8.30.1-snapshot-15",
38
- "@instructure/ui-utils": "8.30.1-snapshot-15",
39
- "@instructure/ui-view": "8.30.1-snapshot-15",
27
+ "@instructure/console": "8.31.0",
28
+ "@instructure/emotion": "8.31.0",
29
+ "@instructure/shared-types": "8.31.0",
30
+ "@instructure/ui-buttons": "8.31.0",
31
+ "@instructure/ui-dialog": "8.31.0",
32
+ "@instructure/ui-motion": "8.31.0",
33
+ "@instructure/ui-overlays": "8.31.0",
34
+ "@instructure/ui-portal": "8.31.0",
35
+ "@instructure/ui-prop-types": "8.31.0",
36
+ "@instructure/ui-react-utils": "8.31.0",
37
+ "@instructure/ui-testable": "8.31.0",
38
+ "@instructure/ui-utils": "8.31.0",
39
+ "@instructure/ui-view": "8.31.0",
40
40
  "prop-types": "^15"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.8 <=18"
44
44
  },
45
45
  "devDependencies": {
46
- "@instructure/ui-babel-preset": "8.30.1-snapshot-15",
47
- "@instructure/ui-color-utils": "8.30.1-snapshot-15",
48
- "@instructure/ui-position": "8.30.1-snapshot-15",
49
- "@instructure/ui-test-locator": "8.30.1-snapshot-15",
50
- "@instructure/ui-test-utils": "8.30.1-snapshot-15",
51
- "@instructure/ui-themes": "8.30.1-snapshot-15"
46
+ "@instructure/ui-babel-preset": "8.31.0",
47
+ "@instructure/ui-color-utils": "8.31.0",
48
+ "@instructure/ui-position": "8.31.0",
49
+ "@instructure/ui-test-locator": "8.31.0",
50
+ "@instructure/ui-test-utils": "8.31.0",
51
+ "@instructure/ui-themes": "8.31.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"