@atlaskit/side-navigation 11.0.6 → 11.0.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 11.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#174616](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174616)
8
+ [`ee906c44a058e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee906c44a058e) -
9
+ Internal refactors to accomodate for platform package rename.
10
+
3
11
  ## 11.0.6
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.0.6",
3
+ "version": "11.0.7",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,7 +26,7 @@
26
26
  "category": "Navigation",
27
27
  "status": {
28
28
  "type": "intent-to-deprecate",
29
- "description": "We are in the process of building a new side navigation component: [@atlassian/navigation-system](/components/navigation-system/side-navigation/examples) (For Atlassian employees only at this stage)"
29
+ "description": "We are in the process of building a new side navigation component: [@atlaskit/navigation-system](/components/navigation-system/side-navigation/examples) (For Atlassian employees only at this stage)"
30
30
  }
31
31
  },
32
32
  "runReact18": true