@atlaskit/navigation-system 0.176.1 → 0.176.2

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 0.176.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.176.1
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+
3
+ import { md } from '@atlaskit/docs';
4
+ import Link from '@atlaskit/link';
5
+ import SectionMessage from '@atlaskit/section-message';
6
+
7
+ export default md`
8
+ ${(
9
+ <SectionMessage appearance="information">
10
+ This component is documented on{' '}
11
+ <Link href="https://atlassian.design/components/navigation-system">atlassian.design</Link>
12
+ </SectionMessage>
13
+ )}
14
+ `;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "0.176.1",
4
- "description": "The latest navigation system for Atlassian products.",
3
+ "version": "0.176.2",
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",
7
7
  "publishConfig": {
@@ -116,7 +116,7 @@
116
116
  "@atlaskit/button": "^23.3.0",
117
117
  "@atlaskit/css": "^0.12.0",
118
118
  "@atlaskit/ds-lib": "^5.0.0",
119
- "@atlaskit/icon": "^27.8.0",
119
+ "@atlaskit/icon": "^27.9.0",
120
120
  "@atlaskit/layering": "^3.0.0",
121
121
  "@atlaskit/logo": "^19.6.0",
122
122
  "@atlaskit/platform-feature-flags": "^1.1.0",
@@ -125,7 +125,7 @@
125
125
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
126
126
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
127
127
  "@atlaskit/primitives": "^14.11.0",
128
- "@atlaskit/tokens": "^5.6.0",
128
+ "@atlaskit/tokens": "^6.0.0",
129
129
  "@atlaskit/tooltip": "^20.4.0",
130
130
  "@atlaskit/visually-hidden": "^3.0.0",
131
131
  "@babel/runtime": "^7.0.0",
@@ -142,7 +142,7 @@
142
142
  "@af/integration-testing": "workspace:^",
143
143
  "@af/react-unit-testing": "workspace:^",
144
144
  "@af/visual-regression": "workspace:^",
145
- "@atlaskit/app-provider": "^2.3.0",
145
+ "@atlaskit/app-provider": "^3.0.0",
146
146
  "@atlaskit/badge": "^18.1.0",
147
147
  "@atlaskit/banner": "^14.0.0",
148
148
  "@atlaskit/breadcrumbs": "^15.2.0",