@atlaskit/page-layout 4.2.4 → 4.2.6
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 +14 -0
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/page-layout
|
|
2
2
|
|
|
3
|
+
## 4.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.2.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#174616](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174616)
|
|
14
|
+
[`ee906c44a058e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee906c44a058e) -
|
|
15
|
+
Internal refactors to accomodate for platform package rename.
|
|
16
|
+
|
|
3
17
|
## 4.2.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-layout",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
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/"
|
|
@@ -34,21 +34,20 @@
|
|
|
34
34
|
"category": "Layout and structure",
|
|
35
35
|
"status": {
|
|
36
36
|
"type": "intent-to-deprecate",
|
|
37
|
-
"description": "We are
|
|
37
|
+
"description": "We are planning on deprecating Page layout. We recommend using Navigation system instead. [View Navigation system documentation](/components/navigation-system)"
|
|
38
38
|
}
|
|
39
|
-
}
|
|
40
|
-
"runReact18": true
|
|
39
|
+
}
|
|
41
40
|
},
|
|
42
41
|
"homepage": "https://atlassian.design/components/page-layout/",
|
|
43
42
|
"dependencies": {
|
|
44
43
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
45
|
-
"@atlaskit/icon": "^27.
|
|
44
|
+
"@atlaskit/icon": "^27.3.0",
|
|
46
45
|
"@atlaskit/link": "^3.2.0",
|
|
47
46
|
"@atlaskit/motion": "^5.1.0",
|
|
48
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
50
|
-
"@atlaskit/theme": "^
|
|
51
|
-
"@atlaskit/tokens": "^5.
|
|
48
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
49
|
+
"@atlaskit/theme": "^19.0.0",
|
|
50
|
+
"@atlaskit/tokens": "^5.4.0",
|
|
52
51
|
"@babel/runtime": "^7.0.0",
|
|
53
52
|
"@emotion/react": "^11.7.1",
|
|
54
53
|
"bind-event-listener": "^3.0.0",
|
|
@@ -64,7 +63,7 @@
|
|
|
64
63
|
"@atlaskit/atlassian-navigation": "^5.3.0",
|
|
65
64
|
"@atlaskit/button": "^23.2.0",
|
|
66
65
|
"@atlaskit/docs": "^11.0.0",
|
|
67
|
-
"@atlaskit/logo": "^19.
|
|
66
|
+
"@atlaskit/logo": "^19.5.0",
|
|
68
67
|
"@atlaskit/menu": "^8.0.0",
|
|
69
68
|
"@atlaskit/popup": "^4.3.0",
|
|
70
69
|
"@atlaskit/section-message": "^8.2.0",
|