@atlaskit/navigation-system 6.2.1 → 6.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.
- package/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlassian/navigation-system
|
|
2
2
|
|
|
3
|
+
## 6.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1db8c4b3de440`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1db8c4b3de440) -
|
|
8
|
+
Allows an optional sideNavContentRef to be passed into GSN from the usage parent.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 6.2.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"description": "The latest navigation system for Atlassian apps.",
|
|
5
5
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
6
6
|
"author": "Atlassian Pty Ltd",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@atlaskit/button": "^23.10.0",
|
|
69
69
|
"@atlaskit/css": "^0.19.0",
|
|
70
70
|
"@atlaskit/ds-lib": "^6.0.0",
|
|
71
|
-
"@atlaskit/icon": "^32.
|
|
71
|
+
"@atlaskit/icon": "^32.1.0",
|
|
72
72
|
"@atlaskit/layering": "^3.6.0",
|
|
73
73
|
"@atlaskit/logo": "^19.10.0",
|
|
74
74
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@atlaskit/badge": "^18.4.0",
|
|
98
98
|
"@atlaskit/banner": "^14.0.0",
|
|
99
99
|
"@atlaskit/breadcrumbs": "^15.3.0",
|
|
100
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
100
|
+
"@atlaskit/dropdown-menu": "^16.7.0",
|
|
101
101
|
"@atlaskit/form": "^15.4.0",
|
|
102
102
|
"@atlaskit/heading": "^5.3.0",
|
|
103
103
|
"@atlaskit/link": "^3.3.0",
|