@instructure/ui-popover 10.4.1-snapshot-1 → 10.4.1-snapshot-3

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 (3) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/README.md +1 -1
  3. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -3,9 +3,12 @@
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
- ## [10.4.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-1) (2024-10-18)
6
+ ## [10.4.1-snapshot-3](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-3) (2024-10-22)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-popover
8
+
9
+ ### Bug Fixes
10
+
11
+ * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
9
12
 
10
13
 
11
14
 
package/README.md CHANGED
@@ -42,6 +42,6 @@ const MyPopover = () => {
42
42
  [npm]: https://img.shields.io/npm/v/@instructure/ui-popover.svg
43
43
  [npm-url]: https://npmjs.com/package/@instructure/ui-popover
44
44
  [license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
45
- [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE
45
+ [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
46
46
  [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
47
47
  [coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-popover",
3
- "version": "10.4.1-snapshot-1",
3
+ "version": "10.4.1-snapshot-3",
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,29 +24,29 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.25.6",
27
- "@instructure/console": "10.4.1-snapshot-1",
28
- "@instructure/emotion": "10.4.1-snapshot-1",
29
- "@instructure/shared-types": "10.4.1-snapshot-1",
30
- "@instructure/ui-a11y-utils": "10.4.1-snapshot-1",
31
- "@instructure/ui-dialog": "10.4.1-snapshot-1",
32
- "@instructure/ui-dom-utils": "10.4.1-snapshot-1",
33
- "@instructure/ui-i18n": "10.4.1-snapshot-1",
34
- "@instructure/ui-position": "10.4.1-snapshot-1",
35
- "@instructure/ui-prop-types": "10.4.1-snapshot-1",
36
- "@instructure/ui-react-utils": "10.4.1-snapshot-1",
37
- "@instructure/ui-testable": "10.4.1-snapshot-1",
38
- "@instructure/ui-utils": "10.4.1-snapshot-1",
39
- "@instructure/ui-view": "10.4.1-snapshot-1",
40
- "@instructure/uid": "10.4.1-snapshot-1",
27
+ "@instructure/console": "10.4.1-snapshot-3",
28
+ "@instructure/emotion": "10.4.1-snapshot-3",
29
+ "@instructure/shared-types": "10.4.1-snapshot-3",
30
+ "@instructure/ui-a11y-utils": "10.4.1-snapshot-3",
31
+ "@instructure/ui-dialog": "10.4.1-snapshot-3",
32
+ "@instructure/ui-dom-utils": "10.4.1-snapshot-3",
33
+ "@instructure/ui-i18n": "10.4.1-snapshot-3",
34
+ "@instructure/ui-position": "10.4.1-snapshot-3",
35
+ "@instructure/ui-prop-types": "10.4.1-snapshot-3",
36
+ "@instructure/ui-react-utils": "10.4.1-snapshot-3",
37
+ "@instructure/ui-testable": "10.4.1-snapshot-3",
38
+ "@instructure/ui-utils": "10.4.1-snapshot-3",
39
+ "@instructure/ui-view": "10.4.1-snapshot-3",
40
+ "@instructure/uid": "10.4.1-snapshot-3",
41
41
  "keycode": "^2.2.1",
42
42
  "prop-types": "^15.8.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@instructure/ui-babel-preset": "10.4.1-snapshot-1",
46
- "@instructure/ui-color-utils": "10.4.1-snapshot-1",
47
- "@instructure/ui-test-locator": "10.4.1-snapshot-1",
48
- "@instructure/ui-test-queries": "10.4.1-snapshot-1",
49
- "@instructure/ui-test-utils": "10.4.1-snapshot-1",
45
+ "@instructure/ui-babel-preset": "10.4.1-snapshot-3",
46
+ "@instructure/ui-color-utils": "10.4.1-snapshot-3",
47
+ "@instructure/ui-test-locator": "10.4.1-snapshot-3",
48
+ "@instructure/ui-test-queries": "10.4.1-snapshot-3",
49
+ "@instructure/ui-test-utils": "10.4.1-snapshot-3",
50
50
  "@testing-library/jest-dom": "^6.4.6",
51
51
  "@testing-library/react": "^16.0.1",
52
52
  "@testing-library/user-event": "^14.5.2",