@instructure/ui-table 10.9.1-snapshot-4 → 10.10.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.9.1-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.9.1-snapshot-4) (2024-12-18)
6
+ # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-table
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-table",
3
- "version": "10.9.1-snapshot-4",
3
+ "version": "10.10.0",
4
4
  "description": "A styled HTML table component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.9.1-snapshot-4",
27
- "@instructure/ui-babel-preset": "10.9.1-snapshot-4",
28
- "@instructure/ui-color-utils": "10.9.1-snapshot-4",
29
- "@instructure/ui-test-utils": "10.9.1-snapshot-4",
30
- "@instructure/ui-themes": "10.9.1-snapshot-4",
26
+ "@instructure/ui-axe-check": "10.10.0",
27
+ "@instructure/ui-babel-preset": "10.10.0",
28
+ "@instructure/ui-color-utils": "10.10.0",
29
+ "@instructure/ui-test-utils": "10.10.0",
30
+ "@instructure/ui-themes": "10.10.0",
31
31
  "@testing-library/jest-dom": "^6.6.3",
32
32
  "@testing-library/react": "^16.0.1",
33
33
  "@testing-library/user-event": "^14.5.2",
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.26.0",
38
- "@instructure/console": "10.9.1-snapshot-4",
39
- "@instructure/emotion": "10.9.1-snapshot-4",
40
- "@instructure/shared-types": "10.9.1-snapshot-4",
41
- "@instructure/ui-a11y-content": "10.9.1-snapshot-4",
42
- "@instructure/ui-icons": "10.9.1-snapshot-4",
43
- "@instructure/ui-prop-types": "10.9.1-snapshot-4",
44
- "@instructure/ui-react-utils": "10.9.1-snapshot-4",
45
- "@instructure/ui-simple-select": "10.9.1-snapshot-4",
46
- "@instructure/ui-testable": "10.9.1-snapshot-4",
47
- "@instructure/ui-utils": "10.9.1-snapshot-4",
48
- "@instructure/ui-view": "10.9.1-snapshot-4",
38
+ "@instructure/console": "10.10.0",
39
+ "@instructure/emotion": "10.10.0",
40
+ "@instructure/shared-types": "10.10.0",
41
+ "@instructure/ui-a11y-content": "10.10.0",
42
+ "@instructure/ui-icons": "10.10.0",
43
+ "@instructure/ui-prop-types": "10.10.0",
44
+ "@instructure/ui-react-utils": "10.10.0",
45
+ "@instructure/ui-simple-select": "10.10.0",
46
+ "@instructure/ui-testable": "10.10.0",
47
+ "@instructure/ui-utils": "10.10.0",
48
+ "@instructure/ui-view": "10.10.0",
49
49
  "prop-types": "^15.8.1"
50
50
  },
51
51
  "peerDependencies": {