@instructure/ui-grid 8.24.4-snapshot.2 → 8.24.6-snapshot.7

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 +22 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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-grid:** modify Ts types for GridCol to accept prositive fractions as well ([0f44843](https://github.com/instructure/instructure-ui/commit/0f44843420c27b918ea284ab9066f83fc3c929d7))
12
+
13
+
14
+
15
+
16
+
17
+ ## [8.24.4](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.4) (2022-05-27)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **ui-grid:** modify Ts types for GridCol to accept prositive fractions as well ([0f44843](https://github.com/instructure/instructure-ui/commit/0f44843420c27b918ea284ab9066f83fc3c929d7))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [8.24.3](https://github.com/instructure/instructure-ui/compare/v8.24.2...v8.24.3) (2022-05-25)
7
29
 
8
30
  **Note:** Version bump only for package @instructure/ui-grid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-grid",
3
- "version": "8.24.4-snapshot.2+89975b1e7",
3
+ "version": "8.24.6-snapshot.7+8bc86921d",
4
4
  "description": "A Grid component.",
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.13.10",
27
- "@instructure/console": "8.24.4-snapshot.2+89975b1e7",
28
- "@instructure/emotion": "8.24.4-snapshot.2+89975b1e7",
29
- "@instructure/shared-types": "8.24.4-snapshot.2+89975b1e7",
30
- "@instructure/ui-a11y-content": "8.24.4-snapshot.2+89975b1e7",
31
- "@instructure/ui-prop-types": "8.24.4-snapshot.2+89975b1e7",
32
- "@instructure/ui-react-utils": "8.24.4-snapshot.2+89975b1e7",
33
- "@instructure/ui-testable": "8.24.4-snapshot.2+89975b1e7",
34
- "@instructure/ui-utils": "8.24.4-snapshot.2+89975b1e7",
27
+ "@instructure/console": "8.24.6-snapshot.7+8bc86921d",
28
+ "@instructure/emotion": "8.24.6-snapshot.7+8bc86921d",
29
+ "@instructure/shared-types": "8.24.6-snapshot.7+8bc86921d",
30
+ "@instructure/ui-a11y-content": "8.24.6-snapshot.7+8bc86921d",
31
+ "@instructure/ui-prop-types": "8.24.6-snapshot.7+8bc86921d",
32
+ "@instructure/ui-react-utils": "8.24.6-snapshot.7+8bc86921d",
33
+ "@instructure/ui-testable": "8.24.6-snapshot.7+8bc86921d",
34
+ "@instructure/ui-utils": "8.24.6-snapshot.7+8bc86921d",
35
35
  "prop-types": "^15"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.24.4-snapshot.2+89975b1e7",
39
- "@instructure/ui-color-utils": "8.24.4-snapshot.2+89975b1e7",
40
- "@instructure/ui-test-utils": "8.24.4-snapshot.2+89975b1e7",
41
- "@instructure/ui-themes": "8.24.4-snapshot.2+89975b1e7"
38
+ "@instructure/ui-babel-preset": "8.24.6-snapshot.7+8bc86921d",
39
+ "@instructure/ui-color-utils": "8.24.6-snapshot.7+8bc86921d",
40
+ "@instructure/ui-test-utils": "8.24.6-snapshot.7+8bc86921d",
41
+ "@instructure/ui-themes": "8.24.6-snapshot.7+8bc86921d"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8 <=17"
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "sideEffects": false,
50
- "gitHead": "89975b1e71a1a51a6e3dd1b893e78c3a47590788"
50
+ "gitHead": "8bc86921db69116035de5f8cf9e2d182dc295fca"
51
51
  }