@atlaskit/mobile-header 7.0.20 → 7.0.21
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 +6 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/mobile-header
|
|
2
2
|
|
|
3
|
+
## 7.0.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 7.0.20
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -451,7 +457,6 @@
|
|
|
451
457
|
|
|
452
458
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
453
459
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
454
|
-
|
|
455
460
|
- @atlaskit/docs@8.3.2
|
|
456
461
|
- @atlaskit/banner@10.1.5
|
|
457
462
|
- @atlaskit/button@13.3.7
|
|
@@ -537,14 +542,12 @@
|
|
|
537
542
|
### Minor Changes
|
|
538
543
|
|
|
539
544
|
- [minor][92a9ce6f80](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92a9ce6f80):
|
|
540
|
-
|
|
541
545
|
- Added property `topOffset` to handle cases such as when we need to display banner above the
|
|
542
546
|
mobile header
|
|
543
547
|
|
|
544
548
|
## 3.0.0
|
|
545
549
|
|
|
546
550
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
547
|
-
|
|
548
551
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
549
552
|
this package, please ensure you use at least this version of react and react-dom.
|
|
550
553
|
|
|
@@ -571,7 +574,6 @@
|
|
|
571
574
|
## 2.1.0
|
|
572
575
|
|
|
573
576
|
- [minor][1b1adaea63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b1adaea63):
|
|
574
|
-
|
|
575
577
|
- Support using a custom menu button via new customMenu prop
|
|
576
578
|
|
|
577
579
|
## 2.0.1
|
|
@@ -587,7 +589,6 @@
|
|
|
587
589
|
## 2.0.0
|
|
588
590
|
|
|
589
591
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
590
|
-
|
|
591
592
|
- Drop ES5 from all the flow modules
|
|
592
593
|
|
|
593
594
|
### Dropping CJS support in all @atlaskit packages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/mobile-header",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.21",
|
|
4
4
|
"description": "A React component rendering a mobile header",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@atlaskit/button": "^23.
|
|
32
|
-
"@atlaskit/icon": "^28.
|
|
31
|
+
"@atlaskit/button": "^23.5.0",
|
|
32
|
+
"@atlaskit/icon": "^28.5.0",
|
|
33
33
|
"@atlaskit/theme": "^21.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/styled": "^11.0.0"
|
|
37
37
|
},
|