@instructure/ui-popover 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 +19 -19
package/CHANGELOG.md CHANGED
@@ -3,61 +3,35 @@
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-popover
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-popover
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
16
  **Note:** Version bump only for package @instructure/ui-popover
25
17
 
26
-
27
-
28
-
29
-
30
18
  ## [8.28.2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.2) (2022-09-16)
31
19
 
32
20
  **Note:** Version bump only for package @instructure/ui-popover
33
21
 
34
-
35
-
36
-
37
-
38
22
  ## [8.28.1](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1) (2022-09-12)
39
23
 
40
24
  **Note:** Version bump only for package @instructure/ui-popover
41
25
 
42
-
43
-
44
-
45
-
46
26
  # [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
47
27
 
48
-
49
28
  ### Bug Fixes
50
29
 
51
- * fix propType for liveRegion ([e9ae7d3](https://github.com/instructure/instructure-ui/commit/e9ae7d396e4c5de5eb1df56666630b92f73a670e))
52
-
30
+ - fix propType for liveRegion ([e9ae7d3](https://github.com/instructure/instructure-ui/commit/e9ae7d396e4c5de5eb1df56666630b92f73a670e))
53
31
 
54
32
  ### Features
55
33
 
56
- * **ui-popover:** add `positionContainerDisplay` prop to Popover ([fdcacec](https://github.com/instructure/instructure-ui/commit/fdcacecd6d1a0f52580f9ccd051dfa8e5270baf0))
57
-
58
-
59
-
60
-
34
+ - **ui-popover:** add `positionContainerDisplay` prop to Popover ([fdcacec](https://github.com/instructure/instructure-ui/commit/fdcacecd6d1a0f52580f9ccd051dfa8e5270baf0))
61
35
 
62
36
  # [8.27.0](https://github.com/instructure/instructure-ui/compare/v8.26.3...v8.27.0) (2022-07-25)
63
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-popover",
3
- "version": "8.30.1-snapshot-15",
3
+ "version": "8.31.0",
4
4
  "description": "A component for hiding or showing content based on user interaction.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,28 +24,28 @@
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/ui-a11y-utils": "8.30.1-snapshot-15",
30
- "@instructure/ui-dialog": "8.30.1-snapshot-15",
31
- "@instructure/ui-dom-utils": "8.30.1-snapshot-15",
32
- "@instructure/ui-i18n": "8.30.1-snapshot-15",
33
- "@instructure/ui-position": "8.30.1-snapshot-15",
34
- "@instructure/ui-prop-types": "8.30.1-snapshot-15",
35
- "@instructure/ui-react-utils": "8.30.1-snapshot-15",
36
- "@instructure/ui-testable": "8.30.1-snapshot-15",
37
- "@instructure/ui-utils": "8.30.1-snapshot-15",
38
- "@instructure/ui-view": "8.30.1-snapshot-15",
39
- "@instructure/uid": "8.30.1-snapshot-15",
27
+ "@instructure/console": "8.31.0",
28
+ "@instructure/emotion": "8.31.0",
29
+ "@instructure/ui-a11y-utils": "8.31.0",
30
+ "@instructure/ui-dialog": "8.31.0",
31
+ "@instructure/ui-dom-utils": "8.31.0",
32
+ "@instructure/ui-i18n": "8.31.0",
33
+ "@instructure/ui-position": "8.31.0",
34
+ "@instructure/ui-prop-types": "8.31.0",
35
+ "@instructure/ui-react-utils": "8.31.0",
36
+ "@instructure/ui-testable": "8.31.0",
37
+ "@instructure/ui-utils": "8.31.0",
38
+ "@instructure/ui-view": "8.31.0",
39
+ "@instructure/uid": "8.31.0",
40
40
  "keycode": "^2",
41
41
  "prop-types": "^15"
42
42
  },
43
43
  "devDependencies": {
44
- "@instructure/ui-babel-preset": "8.30.1-snapshot-15",
45
- "@instructure/ui-color-utils": "8.30.1-snapshot-15",
46
- "@instructure/ui-test-locator": "8.30.1-snapshot-15",
47
- "@instructure/ui-test-queries": "8.30.1-snapshot-15",
48
- "@instructure/ui-test-utils": "8.30.1-snapshot-15"
44
+ "@instructure/ui-babel-preset": "8.31.0",
45
+ "@instructure/ui-color-utils": "8.31.0",
46
+ "@instructure/ui-test-locator": "8.31.0",
47
+ "@instructure/ui-test-queries": "8.31.0",
48
+ "@instructure/ui-test-utils": "8.31.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": ">=16.8 <=18"