@instructure/ui-progress 8.36.1-snapshot-28 → 8.37.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 +7 -5
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,21 +3,23 @@
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)
6
+ ## [8.37.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.37.0...v8.37.1-snapshot-0) (2023-04-28)
7
7
 
8
+ **Note:** Version bump only for package @instructure/ui-progress
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **ui-progress:** fix ProgressBar `info` and `success` color in inverse mode ([920fa49](https://github.com/instructure/instructure-ui/commit/920fa49e89f7796faf8a527781a44c6f63f26bac))
12
11
 
13
12
 
14
- ### Features
15
13
 
16
- * **ui-progress:** add `shouldAnimate` prop to ProgressBar ([c528956](https://github.com/instructure/instructure-ui/commit/c528956f81c96df52b07b9dc59ae1e137307c780))
14
+ # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
17
15
 
16
+ ### Bug Fixes
18
17
 
18
+ - **ui-progress:** fix ProgressBar `info` and `success` color in inverse mode ([920fa49](https://github.com/instructure/instructure-ui/commit/920fa49e89f7796faf8a527781a44c6f63f26bac))
19
19
 
20
+ ### Features
20
21
 
22
+ - **ui-progress:** add `shouldAnimate` prop to ProgressBar ([c528956](https://github.com/instructure/instructure-ui/commit/c528956f81c96df52b07b9dc59ae1e137307c780))
21
23
 
22
24
  # [8.36.0](https://github.com/instructure/instructure-ui/compare/v8.35.1...v8.36.0) (2023-03-23)
23
25
 
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.1-snapshot-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.1-snapshot-0",
28
+ "@instructure/emotion": "8.37.1-snapshot-0",
29
+ "@instructure/shared-types": "8.37.1-snapshot-0",
30
+ "@instructure/ui-a11y-content": "8.37.1-snapshot-0",
31
+ "@instructure/ui-color-utils": "8.37.1-snapshot-0",
32
+ "@instructure/ui-react-utils": "8.37.1-snapshot-0",
33
+ "@instructure/ui-testable": "8.37.1-snapshot-0",
34
+ "@instructure/ui-view": "8.37.1-snapshot-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.1-snapshot-0",
39
+ "@instructure/ui-test-locator": "8.37.1-snapshot-0",
40
+ "@instructure/ui-test-utils": "8.37.1-snapshot-0",
41
+ "@instructure/ui-themes": "8.37.1-snapshot-0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8 <=18"