@instructure/ui-utils 8.56.1 → 8.56.2-snapshot-2

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.56.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v8.56.1...v8.56.2-snapshot-2) (2024-08-06)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-utils
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.56.1](https://github.com/instructure/instructure-ui/compare/v8.56.0...v8.56.1) (2024-06-13)
7
15
 
8
16
  **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.56.1",
3
+ "version": "8.56.2-snapshot-2",
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,15 +22,15 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "8.56.1",
25
+ "@instructure/ui-babel-preset": "8.56.2-snapshot-2",
26
26
  "@testing-library/jest-dom": "^6.1.4",
27
27
  "@testing-library/react": "^14.1.2",
28
28
  "@types/json-stable-stringify": "^1.0.34"
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.23.2",
32
- "@instructure/console": "8.56.1",
33
- "@instructure/ui-dom-utils": "8.56.1",
32
+ "@instructure/console": "8.56.2-snapshot-2",
33
+ "@instructure/ui-dom-utils": "8.56.2-snapshot-2",
34
34
  "@types/ua-parser-js": "^0.7.37",
35
35
  "bowser": "^2.11.0",
36
36
  "fast-deep-equal": "^3.1.3",