@instructure/ui-number-input 9.11.0 → 9.11.1

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,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.11.1](https://github.com/instructure/instructure-ui/compare/v9.11.0...v9.11.1) (2025-03-11)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-number-input
9
+
10
+
11
+
12
+
13
+
6
14
  # [9.11.0](https://github.com/instructure/instructure-ui/compare/v9.10.2...v9.11.0) (2025-02-12)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-number-input
@@ -29,7 +29,7 @@ import { NumberInput } from '../index';
29
29
  import NumberInputExamples from '../__examples__/NumberInput.examples';
30
30
  // eslint-disable-next-line no-restricted-imports
31
31
  import { generateA11yTests } from '@instructure/ui-scripts/lib/test/generateA11yTests';
32
- describe('<Breadcrumb />', () => {
32
+ describe('<NumberInput />', () => {
33
33
  let consoleWarningMock;
34
34
  let consoleErrorMock;
35
35
  beforeEach(() => {
@@ -33,7 +33,7 @@ var _generateA11yTests = require("@instructure/ui-scripts/lib/test/generateA11yT
33
33
 
34
34
  // eslint-disable-next-line no-restricted-imports
35
35
 
36
- describe('<Breadcrumb />', () => {
36
+ describe('<NumberInput />', () => {
37
37
  let consoleWarningMock;
38
38
  let consoleErrorMock;
39
39
  beforeEach(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-number-input",
3
- "version": "9.11.0",
3
+ "version": "9.11.1",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "homepage": "https://instructure.github.io/instructure-ui/",
@@ -23,26 +23,26 @@
23
23
  "ts:check": "tsc -p tsconfig.build.json --noEmit --emitDeclarationOnly false"
24
24
  },
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "9.11.0",
27
- "@instructure/ui-babel-preset": "9.11.0",
28
- "@instructure/ui-scripts": "9.11.0",
29
- "@instructure/ui-test-locator": "9.11.0",
30
- "@instructure/ui-test-utils": "9.11.0",
31
- "@instructure/ui-themes": "9.11.0",
26
+ "@instructure/ui-axe-check": "9.11.1",
27
+ "@instructure/ui-babel-preset": "9.11.1",
28
+ "@instructure/ui-scripts": "9.11.1",
29
+ "@instructure/ui-test-locator": "9.11.1",
30
+ "@instructure/ui-test-utils": "9.11.1",
31
+ "@instructure/ui-themes": "9.11.1",
32
32
  "@testing-library/react": "^15.0.7",
33
33
  "vitest": "^2.0.2"
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.24.5",
37
- "@instructure/emotion": "9.11.0",
38
- "@instructure/shared-types": "9.11.0",
39
- "@instructure/ui-a11y-utils": "9.11.0",
40
- "@instructure/ui-form-field": "9.11.0",
41
- "@instructure/ui-icons": "9.11.0",
42
- "@instructure/ui-react-utils": "9.11.0",
43
- "@instructure/ui-testable": "9.11.0",
44
- "@instructure/ui-utils": "9.11.0",
45
- "@instructure/uid": "9.11.0",
37
+ "@instructure/emotion": "9.11.1",
38
+ "@instructure/shared-types": "9.11.1",
39
+ "@instructure/ui-a11y-utils": "9.11.1",
40
+ "@instructure/ui-form-field": "9.11.1",
41
+ "@instructure/ui-icons": "9.11.1",
42
+ "@instructure/ui-react-utils": "9.11.1",
43
+ "@instructure/ui-testable": "9.11.1",
44
+ "@instructure/ui-utils": "9.11.1",
45
+ "@instructure/uid": "9.11.1",
46
46
  "keycode": "^2",
47
47
  "prop-types": "^15.8.1"
48
48
  },
@@ -31,7 +31,7 @@ import NumberInputExamples from '../__examples__/NumberInput.examples'
31
31
  // eslint-disable-next-line no-restricted-imports
32
32
  import { generateA11yTests } from '@instructure/ui-scripts/lib/test/generateA11yTests'
33
33
 
34
- describe('<Breadcrumb />', () => {
34
+ describe('<NumberInput />', () => {
35
35
  let consoleWarningMock: ReturnType<typeof vi.spyOn>
36
36
  let consoleErrorMock: ReturnType<typeof vi.spyOn>
37
37