@atlaskit/side-navigation 11.0.26 → 11.0.28

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 11.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - [`265c7c2662121`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/265c7c2662121) -
8
+ Migrating custom icons.
9
+ - Updated dependencies
10
+
11
+ ## 11.0.27
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 11.0.26
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "11.0.26",
3
+ "version": "11.0.28",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,15 +28,15 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/css": "^0.16.0",
32
- "@atlaskit/ds-lib": "^5.2.0",
31
+ "@atlaskit/css": "^0.17.0",
32
+ "@atlaskit/ds-lib": "^5.3.0",
33
33
  "@atlaskit/icon": "^29.0.0",
34
34
  "@atlaskit/menu": "^8.4.0",
35
35
  "@atlaskit/motion": "^5.3.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/primitives": "^16.2.0",
37
+ "@atlaskit/primitives": "^16.4.0",
38
38
  "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tokens": "^8.1.0",
39
+ "@atlaskit/tokens": "^8.4.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.18.6"
42
42
  },
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/button": "^23.6.0",
52
52
  "@atlaskit/docs": "^11.2.0",
53
53
  "@atlaskit/dropdown-menu": "^16.3.0",
54
- "@atlaskit/form": "^14.2.0",
54
+ "@atlaskit/form": "^14.3.0",
55
55
  "@atlaskit/image": "^3.0.0",
56
56
  "@atlaskit/link": "^3.2.0",
57
57
  "@atlaskit/logo": "^19.9.0",