@instructure/ui-utils 10.4.1-snapshot-2 → 10.4.1-snapshot-3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +5 -2
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -3,9 +3,12 @@
|
|
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
|
-
## [10.4.1-snapshot-
|
6
|
+
## [10.4.1-snapshot-3](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-3) (2024-10-22)
|
7
7
|
|
8
|
-
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
|
9
12
|
|
10
13
|
|
11
14
|
|
package/README.md
CHANGED
@@ -17,6 +17,6 @@ npm install @instructure/ui-utils
|
|
17
17
|
[npm]: https://img.shields.io/npm/v/@instructure/ui-utils.svg
|
18
18
|
[npm-url]: https://npmjs.com/package/@instructure/ui-utils
|
19
19
|
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
|
20
|
-
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE
|
20
|
+
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
|
21
21
|
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
|
22
22
|
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-utils",
|
3
|
-
"version": "10.4.1-snapshot-
|
3
|
+
"version": "10.4.1-snapshot-3",
|
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": "10.4.1-snapshot-
|
25
|
+
"@instructure/ui-babel-preset": "10.4.1-snapshot-3",
|
26
26
|
"@testing-library/jest-dom": "^6.4.6",
|
27
27
|
"@testing-library/react": "^16.0.1",
|
28
28
|
"@types/json-stable-stringify": "^1.0.36",
|
@@ -30,9 +30,9 @@
|
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@babel/runtime": "^7.25.6",
|
33
|
-
"@instructure/console": "10.4.1-snapshot-
|
34
|
-
"@instructure/shared-types": "10.4.1-snapshot-
|
35
|
-
"@instructure/ui-dom-utils": "10.4.1-snapshot-
|
33
|
+
"@instructure/console": "10.4.1-snapshot-3",
|
34
|
+
"@instructure/shared-types": "10.4.1-snapshot-3",
|
35
|
+
"@instructure/ui-dom-utils": "10.4.1-snapshot-3",
|
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",
|