@instructure/ui-popover 8.38.1-snapshot-8 → 8.38.2-snapshot-1

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 +6 -7
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -3,25 +3,24 @@
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.38.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1-snapshot-8) (2023-06-09)
6
+ ## [8.38.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-1) (2023-07-05)
7
7
 
8
+ **Note:** Version bump only for package @instructure/ui-popover
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **ui-popover:** fix TruncateText in Popover not accepting click events ([27de84b](https://github.com/instructure/instructure-ui/commit/27de84bcab644c71e12e470500b928b8be256e29))
12
11
 
13
12
 
14
13
 
14
+ ## [8.38.1](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1) (2023-06-13)
15
+
16
+ ### Bug Fixes
15
17
 
18
+ - **ui-popover:** fix TruncateText in Popover not accepting click events ([27de84b](https://github.com/instructure/instructure-ui/commit/27de84bcab644c71e12e470500b928b8be256e29))
16
19
 
17
20
  # [8.38.0](https://github.com/instructure/instructure-ui/compare/v8.37.0...v8.38.0) (2023-05-15)
18
21
 
19
22
  **Note:** Version bump only for package @instructure/ui-popover
20
23
 
21
-
22
-
23
-
24
-
25
24
  # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
26
25
 
27
26
  **Note:** Version bump only for package @instructure/ui-popover
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-popover",
3
- "version": "8.38.1-snapshot-8",
3
+ "version": "8.38.2-snapshot-1",
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.21.0",
27
- "@instructure/console": "8.38.1-snapshot-8",
28
- "@instructure/emotion": "8.38.1-snapshot-8",
29
- "@instructure/ui-a11y-utils": "8.38.1-snapshot-8",
30
- "@instructure/ui-dialog": "8.38.1-snapshot-8",
31
- "@instructure/ui-dom-utils": "8.38.1-snapshot-8",
32
- "@instructure/ui-i18n": "8.38.1-snapshot-8",
33
- "@instructure/ui-position": "8.38.1-snapshot-8",
34
- "@instructure/ui-prop-types": "8.38.1-snapshot-8",
35
- "@instructure/ui-react-utils": "8.38.1-snapshot-8",
36
- "@instructure/ui-testable": "8.38.1-snapshot-8",
37
- "@instructure/ui-utils": "8.38.1-snapshot-8",
38
- "@instructure/ui-view": "8.38.1-snapshot-8",
39
- "@instructure/uid": "8.38.1-snapshot-8",
27
+ "@instructure/console": "8.38.2-snapshot-1",
28
+ "@instructure/emotion": "8.38.2-snapshot-1",
29
+ "@instructure/ui-a11y-utils": "8.38.2-snapshot-1",
30
+ "@instructure/ui-dialog": "8.38.2-snapshot-1",
31
+ "@instructure/ui-dom-utils": "8.38.2-snapshot-1",
32
+ "@instructure/ui-i18n": "8.38.2-snapshot-1",
33
+ "@instructure/ui-position": "8.38.2-snapshot-1",
34
+ "@instructure/ui-prop-types": "8.38.2-snapshot-1",
35
+ "@instructure/ui-react-utils": "8.38.2-snapshot-1",
36
+ "@instructure/ui-testable": "8.38.2-snapshot-1",
37
+ "@instructure/ui-utils": "8.38.2-snapshot-1",
38
+ "@instructure/ui-view": "8.38.2-snapshot-1",
39
+ "@instructure/uid": "8.38.2-snapshot-1",
40
40
  "keycode": "^2.2.1",
41
41
  "prop-types": "^15.8.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@instructure/ui-babel-preset": "8.38.1-snapshot-8",
45
- "@instructure/ui-color-utils": "8.38.1-snapshot-8",
46
- "@instructure/ui-test-locator": "8.38.1-snapshot-8",
47
- "@instructure/ui-test-queries": "8.38.1-snapshot-8",
48
- "@instructure/ui-test-utils": "8.38.1-snapshot-8"
44
+ "@instructure/ui-babel-preset": "8.38.2-snapshot-1",
45
+ "@instructure/ui-color-utils": "8.38.2-snapshot-1",
46
+ "@instructure/ui-test-locator": "8.38.2-snapshot-1",
47
+ "@instructure/ui-test-queries": "8.38.2-snapshot-1",
48
+ "@instructure/ui-test-utils": "8.38.2-snapshot-1"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": ">=16.8 <=18"