@atlaskit/page-layout 1.7.5 → 1.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 1.7.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.7.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.7.5
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/icon": "^21.12.0",
38
38
  "@atlaskit/motion": "^1.4.0",
39
39
  "@atlaskit/platform-feature-flags": "^0.2.0",
40
- "@atlaskit/primitives": "^0.15.0",
40
+ "@atlaskit/primitives": "^1.0.0",
41
41
  "@atlaskit/theme": "^12.5.0",
42
42
  "@atlaskit/tokens": "^1.11.0",
43
43
  "@babel/runtime": "^7.0.0",
@@ -52,8 +52,6 @@
52
52
  "devDependencies": {
53
53
  "@atlaskit/atlassian-navigation": "^2.6.0",
54
54
  "@atlaskit/atlassian-notifications": "^0.4.0",
55
- "@atlaskit/button": "^16.8.0",
56
- "@atlaskit/docs": "*",
57
55
  "@atlaskit/drawer": "^7.5.0",
58
56
  "@atlaskit/icon": "*",
59
57
  "@atlaskit/logo": "^13.14.0",
@@ -115,4 +113,4 @@
115
113
  "type": "boolean"
116
114
  }
117
115
  }
118
- }
116
+ }