@instructure/ui-utils 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 +3 -7
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,22 +3,18 @@
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)
6
+ # [8.25.0](https://github.com/instructure/instructure-ui/compare/v8.24.5...v8.25.0) (2022-06-03)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-utils
9
9
 
10
+ ## [8.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @instructure/ui-utils
13
13
 
14
14
  ## [8.24.4](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.4) (2022-05-27)
15
15
 
16
16
  **Note:** Version bump only for package @instructure/ui-utils
17
17
 
18
-
19
-
20
-
21
-
22
18
  ## [8.24.3](https://github.com/instructure/instructure-ui/compare/v8.24.2...v8.24.3) (2022-05-25)
23
19
 
24
20
  **Note:** Version bump only for package @instructure/ui-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-utils",
3
- "version": "8.24.6-snapshot.8+04059ead3",
3
+ "version": "8.25.1-snapshot.0+59b6babce",
4
4
  "description": "A collection of utilities for UI components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -13,23 +13,23 @@
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": "ui-build --watch",
21
- "build:types": "tsc -p tsconfig.build.json"
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": "run -T ui-build --watch",
21
+ "build:types": "run -T tsc -p tsconfig.build.json"
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "8.24.6-snapshot.8+04059ead3",
26
- "@instructure/ui-test-utils": "8.24.6-snapshot.8+04059ead3",
25
+ "@instructure/ui-babel-preset": "8.25.1-snapshot.0+59b6babce",
26
+ "@instructure/ui-test-utils": "8.25.1-snapshot.0+59b6babce",
27
27
  "@types/json-stable-stringify": "^1.0.1"
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.13.10",
31
- "@instructure/console": "8.24.6-snapshot.8+04059ead3",
32
- "@instructure/ui-dom-utils": "8.24.6-snapshot.8+04059ead3",
31
+ "@instructure/console": "8.25.1-snapshot.0+59b6babce",
32
+ "@instructure/ui-dom-utils": "8.25.1-snapshot.0+59b6babce",
33
33
  "bowser": "^1.9.4",
34
34
  "fast-deep-equal": "^3",
35
35
  "json-stable-stringify": "^1.0.1",
@@ -43,5 +43,5 @@
43
43
  "access": "public"
44
44
  },
45
45
  "sideEffects": false,
46
- "gitHead": "04059ead31f299766bd01b88105f2793456f1973"
46
+ "gitHead": "59b6babce07a9242111475156f544ec11c1a9283"
47
47
  }