@instructure/ui-position 11.2.1-snapshot-9 → 11.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +12 -12
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
- ## [11.2.1-snapshot-9](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.2.1-snapshot-9) (2025-12-04)
6
+ # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-position
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-position",
3
- "version": "11.2.1-snapshot-9",
3
+ "version": "11.3.0",
4
4
  "description": "A component for positioning content with respect to a designated target.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,22 +15,22 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/debounce": "11.2.1-snapshot-9",
19
- "@instructure/emotion": "11.2.1-snapshot-9",
20
- "@instructure/shared-types": "11.2.1-snapshot-9",
21
- "@instructure/ui-portal": "11.2.1-snapshot-9",
22
- "@instructure/ui-dom-utils": "11.2.1-snapshot-9",
23
- "@instructure/ui-react-utils": "11.2.1-snapshot-9",
24
- "@instructure/uid": "11.2.1-snapshot-9",
25
- "@instructure/ui-utils": "11.2.1-snapshot-9"
18
+ "@instructure/debounce": "11.3.0",
19
+ "@instructure/emotion": "11.3.0",
20
+ "@instructure/ui-dom-utils": "11.3.0",
21
+ "@instructure/shared-types": "11.3.0",
22
+ "@instructure/ui-portal": "11.3.0",
23
+ "@instructure/ui-react-utils": "11.3.0",
24
+ "@instructure/ui-utils": "11.3.0",
25
+ "@instructure/uid": "11.3.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@testing-library/jest-dom": "^6.6.3",
29
29
  "@testing-library/react": "15.0.7",
30
30
  "vitest": "^3.2.2",
31
- "@instructure/ui-babel-preset": "11.2.1-snapshot-9",
32
- "@instructure/ui-color-utils": "11.2.1-snapshot-9",
33
- "@instructure/ui-themes": "11.2.1-snapshot-9"
31
+ "@instructure/ui-babel-preset": "11.3.0",
32
+ "@instructure/ui-color-utils": "11.3.0",
33
+ "@instructure/ui-themes": "11.3.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=18 <=19"