@instructure/ui-themes 10.4.1-snapshot-2 → 10.4.1-snapshot-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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-2](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-2) (2024-10-18)
6
+ ## [10.4.1-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-4) (2024-10-28)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-themes
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
@@ -68,6 +68,6 @@ npm install @instructure/ui-themes
68
68
  [npm]: https://img.shields.io/npm/v/@instructure/ui-themes.svg
69
69
  [npm-url]: https://npmjs.com/package/@instructure/ui-themes
70
70
  [license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
71
- [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE
71
+ [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
72
72
  [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
73
73
  [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-themes",
3
- "version": "10.4.1-snapshot-2",
3
+ "version": "10.4.1-snapshot-4",
4
4
  "description": "A library of instructure themes",
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": "10.4.1-snapshot-2",
25
+ "@instructure/ui-babel-preset": "10.4.1-snapshot-4",
26
26
  "@testing-library/jest-dom": "^6.4.6",
27
27
  "@testing-library/react": "^16.0.1",
28
28
  "vitest": "^2.1.1"
29
29
  },
30
30
  "dependencies": {
31
- "@instructure/shared-types": "10.4.1-snapshot-2",
32
- "@instructure/theme-registry": "10.4.1-snapshot-2"
31
+ "@instructure/shared-types": "10.4.1-snapshot-4",
32
+ "@instructure/theme-registry": "10.4.1-snapshot-4"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"