@instructure/ui-utils 8.48.2-snapshot-0 → 8.48.3-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 +9 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
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.48.2-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.48.1...v8.48.2-snapshot-0) (2023-11-21)
6
+ ## [8.48.3-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.48.2...v8.48.3-snapshot-0) (2023-11-23)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-utils
9
+
10
+
11
+
12
+
13
+
14
+ ## [8.48.2](https://github.com/instructure/instructure-ui/compare/v8.48.1...v8.48.2) (2023-11-21)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-utils
9
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-utils",
3
- "version": "8.48.2-snapshot-0",
3
+ "version": "8.48.3-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.48.2-snapshot-0",
26
- "@instructure/ui-test-utils": "8.48.2-snapshot-0",
25
+ "@instructure/ui-babel-preset": "8.48.3-snapshot-0",
26
+ "@instructure/ui-test-utils": "8.48.3-snapshot-0",
27
27
  "@types/json-stable-stringify": "^1.0.34"
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.23.2",
31
- "@instructure/console": "8.48.2-snapshot-0",
32
- "@instructure/ui-dom-utils": "8.48.2-snapshot-0",
31
+ "@instructure/console": "8.48.3-snapshot-0",
32
+ "@instructure/ui-dom-utils": "8.48.3-snapshot-0",
33
33
  "@types/ua-parser-js": "^0.7.37",
34
34
  "bowser": "^2.11.0",
35
35
  "fast-deep-equal": "^3.1.3",