@atlaskit/navigation-system 10.4.0 → 10.5.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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlassian/navigation-system
|
|
2
2
|
|
|
3
|
+
## 10.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2f56c78f969b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f56c78f969b8) -
|
|
8
|
+
Update i18n NPM package versions for teamwork-graph (Group 16)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 10.4.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.5.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",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
57
57
|
"@atlaskit/icon": "^36.2.0",
|
|
58
58
|
"@atlaskit/layering": "^4.1.0",
|
|
59
|
-
"@atlaskit/logo": "^21.
|
|
59
|
+
"@atlaskit/logo": "^21.4.0",
|
|
60
60
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
62
62
|
"@atlaskit/popup": "^5.1.0",
|
|
63
63
|
"@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
|
|
64
|
-
"@atlaskit/primitives": "^20.
|
|
64
|
+
"@atlaskit/primitives": "^20.5.0",
|
|
65
65
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
66
66
|
"@atlaskit/side-nav-items": "^2.2.0",
|
|
67
|
-
"@atlaskit/tokens": "^15.
|
|
67
|
+
"@atlaskit/tokens": "^15.5.0",
|
|
68
68
|
"@atlaskit/tooltip": "^23.1.0",
|
|
69
69
|
"@atlaskit/visually-hidden": "^4.1.0",
|
|
70
70
|
"@babel/runtime": "^7.0.0",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"@af/visual-regression": "workspace:^",
|
|
84
84
|
"@atlaskit/badge": "^19.1.0",
|
|
85
85
|
"@atlaskit/banner": "^15.1.0",
|
|
86
|
-
"@atlaskit/breadcrumbs": "^17.
|
|
86
|
+
"@atlaskit/breadcrumbs": "^17.3.0",
|
|
87
87
|
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
88
88
|
"@atlaskit/flag": "^18.1.0",
|
|
89
89
|
"@atlaskit/form": "^16.1.0",
|
|
90
|
-
"@atlaskit/heading": "^6.
|
|
90
|
+
"@atlaskit/heading": "^6.2.0",
|
|
91
91
|
"@atlaskit/inline-dialog": "^19.1.0",
|
|
92
92
|
"@atlaskit/link": "^4.1.0",
|
|
93
93
|
"@atlaskit/lozenge": "^14.1.0",
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
"@atlaskit/popper": "^8.2.0",
|
|
100
100
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
|
|
101
101
|
"@atlaskit/select": "^22.4.0",
|
|
102
|
-
"@atlaskit/skeleton": "^4.
|
|
102
|
+
"@atlaskit/skeleton": "^4.1.0",
|
|
103
103
|
"@atlaskit/spotlight": "^2.1.0",
|
|
104
104
|
"@atlaskit/textfield": "^9.1.0",
|
|
105
|
-
"@atlaskit/top-layer": "^1.
|
|
105
|
+
"@atlaskit/top-layer": "^1.5.0",
|
|
106
106
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
107
107
|
"@atlassian/gemini": "^1.48.0",
|
|
108
108
|
"@atlassian/search-dialog": "^10.5.0",
|