@instructure/ui-utils 8.36.1-snapshot-28 → 8.37.1-snapshot-0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
8
  **Note:** Version bump only for package @instructure/ui-utils
9
9
 
@@ -11,6 +11,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
15
+
16
+ **Note:** Version bump only for package @instructure/ui-utils
17
+
14
18
  # [8.36.0](https://github.com/instructure/instructure-ui/compare/v8.35.1...v8.36.0) (2023-03-23)
15
19
 
16
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.36.1-snapshot-28",
3
+ "version": "8.37.1-snapshot-0",
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",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "8.36.1-snapshot-28",
26
- "@instructure/ui-test-utils": "8.36.1-snapshot-28",
25
+ "@instructure/ui-babel-preset": "8.37.1-snapshot-0",
26
+ "@instructure/ui-test-utils": "8.37.1-snapshot-0",
27
27
  "@types/json-stable-stringify": "^1.0.34"
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.21.0",
31
- "@instructure/console": "8.36.1-snapshot-28",
32
- "@instructure/ui-dom-utils": "8.36.1-snapshot-28",
31
+ "@instructure/console": "8.37.1-snapshot-0",
32
+ "@instructure/ui-dom-utils": "8.37.1-snapshot-0",
33
33
  "bowser": "^2.11.0",
34
34
  "fast-deep-equal": "^3.1.3",
35
35
  "json-stable-stringify": "^1.0.2",