@instructure/ui-modal 8.24.6-snapshot.8 → 8.25.1-snapshot.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 +6 -12
  2. package/package.json +28 -28
package/CHANGELOG.md CHANGED
@@ -3,27 +3,21 @@
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.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **ui-a11y-utils,ui-dialog,ui-modal:** calling stale callbacks ([c24cb92](https://github.com/instructure/instructure-ui/commit/c24cb92f62c9a8df7602501c73c69f6b61151812))
6
+ # [8.25.0](https://github.com/instructure/instructure-ui/compare/v8.24.5...v8.25.0) (2022-06-03)
12
7
 
8
+ **Note:** Version bump only for package @instructure/ui-modal
13
9
 
10
+ ## [8.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
14
11
 
12
+ ### Bug Fixes
15
13
 
14
+ - **ui-a11y-utils,ui-dialog,ui-modal:** calling stale callbacks ([c24cb92](https://github.com/instructure/instructure-ui/commit/c24cb92f62c9a8df7602501c73c69f6b61151812))
16
15
 
17
16
  ## [8.24.4](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.4) (2022-05-27)
18
17
 
19
-
20
18
  ### Bug Fixes
21
19
 
22
- * **ui-a11y-utils,ui-dialog,ui-modal:** calling stale callbacks ([c24cb92](https://github.com/instructure/instructure-ui/commit/c24cb92f62c9a8df7602501c73c69f6b61151812))
23
-
24
-
25
-
26
-
20
+ - **ui-a11y-utils,ui-dialog,ui-modal:** calling stale callbacks ([c24cb92](https://github.com/instructure/instructure-ui/commit/c24cb92f62c9a8df7602501c73c69f6b61151812))
27
21
 
28
22
  ## [8.24.3](https://github.com/instructure/instructure-ui/compare/v8.24.2...v8.24.3) (2022-05-25)
29
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-modal",
3
- "version": "8.24.6-snapshot.8+04059ead3",
3
+ "version": "8.25.1-snapshot.0+59b6babce",
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",
@@ -13,46 +13,46 @@
13
13
  "homepage": "https://instructure.github.io/instructure-ui/",
14
14
  "bugs": "https://github.com/instructure/instructure-ui/issues",
15
15
  "scripts": {
16
- "lint": "ui-test --lint",
17
- "lint:fix": "ui-test --lint --fix",
18
- "clean": "ui-build --clean",
19
- "build": "ui-build --modules es,cjs",
20
- "build:watch": "yarn ts:check --watch & ui-build --watch",
21
- "build:types": "tsc -p tsconfig.build.json",
22
- "ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
16
+ "lint": "run -T ui-test --lint",
17
+ "lint:fix": "run -T ui-test --lint --fix",
18
+ "clean": "run -T ui-build --clean",
19
+ "build": "run -T ui-build --modules es,cjs",
20
+ "build:watch": "yarn ts:check --watch & run -T ui-build --watch",
21
+ "build:types": "run -T tsc -p tsconfig.build.json",
22
+ "ts:check": "run -T tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
23
23
  },
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.13.10",
27
- "@instructure/console": "8.24.6-snapshot.8+04059ead3",
28
- "@instructure/emotion": "8.24.6-snapshot.8+04059ead3",
29
- "@instructure/shared-types": "8.24.6-snapshot.8+04059ead3",
30
- "@instructure/ui-buttons": "8.24.6-snapshot.8+04059ead3",
31
- "@instructure/ui-dialog": "8.24.6-snapshot.8+04059ead3",
32
- "@instructure/ui-motion": "8.24.6-snapshot.8+04059ead3",
33
- "@instructure/ui-overlays": "8.24.6-snapshot.8+04059ead3",
34
- "@instructure/ui-portal": "8.24.6-snapshot.8+04059ead3",
35
- "@instructure/ui-prop-types": "8.24.6-snapshot.8+04059ead3",
36
- "@instructure/ui-react-utils": "8.24.6-snapshot.8+04059ead3",
37
- "@instructure/ui-testable": "8.24.6-snapshot.8+04059ead3",
38
- "@instructure/ui-utils": "8.24.6-snapshot.8+04059ead3",
39
- "@instructure/ui-view": "8.24.6-snapshot.8+04059ead3",
27
+ "@instructure/console": "8.25.1-snapshot.0+59b6babce",
28
+ "@instructure/emotion": "8.25.1-snapshot.0+59b6babce",
29
+ "@instructure/shared-types": "8.25.1-snapshot.0+59b6babce",
30
+ "@instructure/ui-buttons": "8.25.1-snapshot.0+59b6babce",
31
+ "@instructure/ui-dialog": "8.25.1-snapshot.0+59b6babce",
32
+ "@instructure/ui-motion": "8.25.1-snapshot.0+59b6babce",
33
+ "@instructure/ui-overlays": "8.25.1-snapshot.0+59b6babce",
34
+ "@instructure/ui-portal": "8.25.1-snapshot.0+59b6babce",
35
+ "@instructure/ui-prop-types": "8.25.1-snapshot.0+59b6babce",
36
+ "@instructure/ui-react-utils": "8.25.1-snapshot.0+59b6babce",
37
+ "@instructure/ui-testable": "8.25.1-snapshot.0+59b6babce",
38
+ "@instructure/ui-utils": "8.25.1-snapshot.0+59b6babce",
39
+ "@instructure/ui-view": "8.25.1-snapshot.0+59b6babce",
40
40
  "prop-types": "^15"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.8 <=17"
44
44
  },
45
45
  "devDependencies": {
46
- "@instructure/ui-babel-preset": "8.24.6-snapshot.8+04059ead3",
47
- "@instructure/ui-color-utils": "8.24.6-snapshot.8+04059ead3",
48
- "@instructure/ui-position": "8.24.6-snapshot.8+04059ead3",
49
- "@instructure/ui-test-locator": "8.24.6-snapshot.8+04059ead3",
50
- "@instructure/ui-test-utils": "8.24.6-snapshot.8+04059ead3",
51
- "@instructure/ui-themes": "8.24.6-snapshot.8+04059ead3"
46
+ "@instructure/ui-babel-preset": "8.25.1-snapshot.0+59b6babce",
47
+ "@instructure/ui-color-utils": "8.25.1-snapshot.0+59b6babce",
48
+ "@instructure/ui-position": "8.25.1-snapshot.0+59b6babce",
49
+ "@instructure/ui-test-locator": "8.25.1-snapshot.0+59b6babce",
50
+ "@instructure/ui-test-utils": "8.25.1-snapshot.0+59b6babce",
51
+ "@instructure/ui-themes": "8.25.1-snapshot.0+59b6babce"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
56
  "sideEffects": false,
57
- "gitHead": "04059ead31f299766bd01b88105f2793456f1973"
57
+ "gitHead": "59b6babce07a9242111475156f544ec11c1a9283"
58
58
  }