@instructure/ui-utils 9.9.0 → 9.9.1-pr-snapshot-1731682046909

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 +5 -5
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
+ ## [9.9.1-pr-snapshot-1731682046909](https://github.com/instructure/instructure-ui/compare/v9.9.0...v9.9.1-pr-snapshot-1731682046909) (2024-11-15)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-utils
9
+
10
+
11
+
12
+
13
+
6
14
  # [9.9.0](https://github.com/instructure/instructure-ui/compare/v9.8.1...v9.9.0) (2024-11-12)
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": "9.9.0",
3
+ "version": "9.9.1-pr-snapshot-1731682046909",
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,7 +22,7 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "9.9.0",
25
+ "@instructure/ui-babel-preset": "9.9.1-pr-snapshot-1731682046909",
26
26
  "@testing-library/jest-dom": "^6.4.6",
27
27
  "@testing-library/react": "^15.0.7",
28
28
  "@types/json-stable-stringify": "^1.0.36",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@babel/runtime": "^7.24.5",
33
- "@instructure/console": "9.9.0",
34
- "@instructure/shared-types": "9.9.0",
35
- "@instructure/ui-dom-utils": "9.9.0",
33
+ "@instructure/console": "9.9.1-pr-snapshot-1731682046909",
34
+ "@instructure/shared-types": "9.9.1-pr-snapshot-1731682046909",
35
+ "@instructure/ui-dom-utils": "9.9.1-pr-snapshot-1731682046909",
36
36
  "@types/ua-parser-js": "^0.7.39",
37
37
  "fast-deep-equal": "^3.1.3",
38
38
  "json-stable-stringify": "^1.1.1",