@atlaskit/side-nav-items 1.11.0 → 1.12.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.
- package/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/side-nav-items
|
|
2
2
|
|
|
3
|
+
## 1.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f48c03e011b92`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f48c03e011b92) -
|
|
8
|
+
Updated usage of `SideNavContent` to `SideNavBody` due to rename in `@atlaskit/navigation-system`.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 1.11.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-nav-items",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Menu items and elements for the side nav area.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
44
44
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
45
45
|
"@atlaskit/primitives": "^18.0.0",
|
|
46
|
-
"@atlaskit/tokens": "^11.
|
|
46
|
+
"@atlaskit/tokens": "^11.2.0",
|
|
47
47
|
"@atlaskit/tooltip": "^21.0.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@compiled/react": "^0.20.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@af/visual-regression": "workspace:^",
|
|
60
60
|
"@atlaskit/app-provider": "^4.1.0",
|
|
61
61
|
"@atlaskit/lozenge": "^13.5.0",
|
|
62
|
-
"@atlaskit/navigation-system": "^
|
|
62
|
+
"@atlaskit/navigation-system": "^7.0.0",
|
|
63
63
|
"@atlaskit/ssr": "workspace:^",
|
|
64
64
|
"@atlassian/a11y-jest-testing": "^0.10.0",
|
|
65
65
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|