@instructure/ui-progress 8.36.1-snapshot-28 → 8.37.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 +3 -9
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,21 +3,15 @@
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.36.1-snapshot-28](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-28) (2023-04-25)
7
-
6
+ # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
8
7
 
9
8
  ### Bug Fixes
10
9
 
11
- * **ui-progress:** fix ProgressBar `info` and `success` color in inverse mode ([920fa49](https://github.com/instructure/instructure-ui/commit/920fa49e89f7796faf8a527781a44c6f63f26bac))
12
-
10
+ - **ui-progress:** fix ProgressBar `info` and `success` color in inverse mode ([920fa49](https://github.com/instructure/instructure-ui/commit/920fa49e89f7796faf8a527781a44c6f63f26bac))
13
11
 
14
12
  ### Features
15
13
 
16
- * **ui-progress:** add `shouldAnimate` prop to ProgressBar ([c528956](https://github.com/instructure/instructure-ui/commit/c528956f81c96df52b07b9dc59ae1e137307c780))
17
-
18
-
19
-
20
-
14
+ - **ui-progress:** add `shouldAnimate` prop to ProgressBar ([c528956](https://github.com/instructure/instructure-ui/commit/c528956f81c96df52b07b9dc59ae1e137307c780))
21
15
 
22
16
  # [8.36.0](https://github.com/instructure/instructure-ui/compare/v8.35.1...v8.36.0) (2023-03-23)
23
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-progress",
3
- "version": "8.36.1-snapshot-28",
3
+ "version": "8.37.0",
4
4
  "description": "Styled HTML <progress /> elements for showing completion of a task",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,21 +24,21 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.21.0",
27
- "@instructure/console": "8.36.1-snapshot-28",
28
- "@instructure/emotion": "8.36.1-snapshot-28",
29
- "@instructure/shared-types": "8.36.1-snapshot-28",
30
- "@instructure/ui-a11y-content": "8.36.1-snapshot-28",
31
- "@instructure/ui-color-utils": "8.36.1-snapshot-28",
32
- "@instructure/ui-react-utils": "8.36.1-snapshot-28",
33
- "@instructure/ui-testable": "8.36.1-snapshot-28",
34
- "@instructure/ui-view": "8.36.1-snapshot-28",
27
+ "@instructure/console": "8.37.0",
28
+ "@instructure/emotion": "8.37.0",
29
+ "@instructure/shared-types": "8.37.0",
30
+ "@instructure/ui-a11y-content": "8.37.0",
31
+ "@instructure/ui-color-utils": "8.37.0",
32
+ "@instructure/ui-react-utils": "8.37.0",
33
+ "@instructure/ui-testable": "8.37.0",
34
+ "@instructure/ui-view": "8.37.0",
35
35
  "prop-types": "^15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.36.1-snapshot-28",
39
- "@instructure/ui-test-locator": "8.36.1-snapshot-28",
40
- "@instructure/ui-test-utils": "8.36.1-snapshot-28",
41
- "@instructure/ui-themes": "8.36.1-snapshot-28"
38
+ "@instructure/ui-babel-preset": "8.37.0",
39
+ "@instructure/ui-test-locator": "8.37.0",
40
+ "@instructure/ui-test-utils": "8.37.0",
41
+ "@instructure/ui-themes": "8.37.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8 <=18"