@atlaskit/side-navigation 11.1.10 → 11.1.11
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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/side-navigation
|
|
2
2
|
|
|
3
|
+
## 11.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`08170da1fbf62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08170da1fbf62) -
|
|
8
|
+
Migrate spacing prop usages on icons to Flex wrapper
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 11.1.10
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.11",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@atlaskit/pragmatic-drag-and-drop-react-accessibility": "^2.2.0",
|
|
60
60
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
61
61
|
"@atlaskit/section-message": "^8.12.0",
|
|
62
|
-
"@atlaskit/select": "^21.
|
|
63
|
-
"@atlaskit/spotlight": "^0.
|
|
62
|
+
"@atlaskit/select": "^21.10.0",
|
|
63
|
+
"@atlaskit/spotlight": "^0.11.0",
|
|
64
64
|
"@testing-library/react": "^16.3.0",
|
|
65
65
|
"raf-stub": "^2.0.1",
|
|
66
66
|
"tiny-invariant": "^1.2.0"
|