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