@instructure/ui-grid 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 +21 -21
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-grid:** modify Ts types for GridCol to accept prositive fractions as well ([0f44843](https://github.com/instructure/instructure-ui/commit/0f44843420c27b918ea284ab9066f83fc3c929d7))
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-grid
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-grid:** modify Ts types for GridCol to accept prositive fractions as well ([0f44843](https://github.com/instructure/instructure-ui/commit/0f44843420c27b918ea284ab9066f83fc3c929d7))
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-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
-
20
+ - **ui-grid:** modify Ts types for GridCol to accept prositive fractions as well ([0f44843](https://github.com/instructure/instructure-ui/commit/0f44843420c27b918ea284ab9066f83fc3c929d7))
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-grid",
3
- "version": "8.24.6-snapshot.8+04059ead3",
3
+ "version": "8.25.1-snapshot.0+59b6babce",
4
4
  "description": "A Grid component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -13,32 +13,32 @@
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-a11y-content": "8.24.6-snapshot.8+04059ead3",
31
- "@instructure/ui-prop-types": "8.24.6-snapshot.8+04059ead3",
32
- "@instructure/ui-react-utils": "8.24.6-snapshot.8+04059ead3",
33
- "@instructure/ui-testable": "8.24.6-snapshot.8+04059ead3",
34
- "@instructure/ui-utils": "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-a11y-content": "8.25.1-snapshot.0+59b6babce",
31
+ "@instructure/ui-prop-types": "8.25.1-snapshot.0+59b6babce",
32
+ "@instructure/ui-react-utils": "8.25.1-snapshot.0+59b6babce",
33
+ "@instructure/ui-testable": "8.25.1-snapshot.0+59b6babce",
34
+ "@instructure/ui-utils": "8.25.1-snapshot.0+59b6babce",
35
35
  "prop-types": "^15"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.24.6-snapshot.8+04059ead3",
39
- "@instructure/ui-color-utils": "8.24.6-snapshot.8+04059ead3",
40
- "@instructure/ui-test-utils": "8.24.6-snapshot.8+04059ead3",
41
- "@instructure/ui-themes": "8.24.6-snapshot.8+04059ead3"
38
+ "@instructure/ui-babel-preset": "8.25.1-snapshot.0+59b6babce",
39
+ "@instructure/ui-color-utils": "8.25.1-snapshot.0+59b6babce",
40
+ "@instructure/ui-test-utils": "8.25.1-snapshot.0+59b6babce",
41
+ "@instructure/ui-themes": "8.25.1-snapshot.0+59b6babce"
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": "04059ead31f299766bd01b88105f2793456f1973"
50
+ "gitHead": "59b6babce07a9242111475156f544ec11c1a9283"
51
51
  }