@instructure/ui-img 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 +2 -27
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,57 +3,32 @@
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-img
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
-
17
12
  ### Features
18
13
 
19
- * **ui-img:** add 'loading' prop to Img component ([0b69af2](https://github.com/instructure/instructure-ui/commit/0b69af2c34cd0ff85a6dbfccfe85abf21ec033c6))
20
-
21
-
22
-
23
-
14
+ - **ui-img:** add 'loading' prop to Img component ([0b69af2](https://github.com/instructure/instructure-ui/commit/0b69af2c34cd0ff85a6dbfccfe85abf21ec033c6))
24
15
 
25
16
  # [8.29.0](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.29.0) (2022-09-29)
26
17
 
27
18
  **Note:** Version bump only for package @instructure/ui-img
28
19
 
29
-
30
-
31
-
32
-
33
20
  ## [8.28.2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.2) (2022-09-16)
34
21
 
35
22
  **Note:** Version bump only for package @instructure/ui-img
36
23
 
37
-
38
-
39
-
40
-
41
24
  ## [8.28.1](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1) (2022-09-12)
42
25
 
43
26
  **Note:** Version bump only for package @instructure/ui-img
44
27
 
45
-
46
-
47
-
48
-
49
28
  # [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
50
29
 
51
30
  **Note:** Version bump only for package @instructure/ui-img
52
31
 
53
-
54
-
55
-
56
-
57
32
  # [8.27.0](https://github.com/instructure/instructure-ui/compare/v8.26.3...v8.27.0) (2022-07-25)
58
33
 
59
34
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-img",
3
- "version": "8.30.1-snapshot-15",
3
+ "version": "8.31.0",
4
4
  "description": "An accessible image component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,19 +24,19 @@
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/shared-types": "8.30.1-snapshot-15",
30
- "@instructure/ui-dom-utils": "8.30.1-snapshot-15",
31
- "@instructure/ui-react-utils": "8.30.1-snapshot-15",
32
- "@instructure/ui-testable": "8.30.1-snapshot-15",
33
- "@instructure/ui-view": "8.30.1-snapshot-15",
27
+ "@instructure/console": "8.31.0",
28
+ "@instructure/emotion": "8.31.0",
29
+ "@instructure/shared-types": "8.31.0",
30
+ "@instructure/ui-dom-utils": "8.31.0",
31
+ "@instructure/ui-react-utils": "8.31.0",
32
+ "@instructure/ui-testable": "8.31.0",
33
+ "@instructure/ui-view": "8.31.0",
34
34
  "prop-types": "^15"
35
35
  },
36
36
  "devDependencies": {
37
- "@instructure/ui-babel-preset": "8.30.1-snapshot-15",
38
- "@instructure/ui-test-locator": "8.30.1-snapshot-15",
39
- "@instructure/ui-test-utils": "8.30.1-snapshot-15"
37
+ "@instructure/ui-babel-preset": "8.31.0",
38
+ "@instructure/ui-test-locator": "8.31.0",
39
+ "@instructure/ui-test-utils": "8.31.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=16.8 <=18"