@atlaskit/page-header 12.1.8 → 12.1.10

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 +12 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 12.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.1.8
4
16
 
5
17
  ### Patch Changes
@@ -708,7 +720,6 @@
708
720
 
709
721
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
710
722
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
711
-
712
723
  - @atlaskit/docs@8.3.2
713
724
  - @atlaskit/visual-regression@0.1.9
714
725
  - @atlaskit/breadcrumbs@9.2.6
@@ -887,7 +898,6 @@
887
898
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
888
899
 
889
900
  In this PR, we are:
890
-
891
901
  - Re-introducing dist build folders
892
902
  - Adding back cjs
893
903
  - Replacing es5 by cjs and es2015 by esm
@@ -931,7 +941,6 @@
931
941
  ## 9.0.0
932
942
 
933
943
  - [major][afb88684ad](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/afb88684ad):
934
-
935
944
  - @atlaskit/page-header has been converted to Typescript. Typescript consumers will now get static
936
945
  type safety. Flow types are no longer provided. No API or behavioural changes.
937
946
 
@@ -944,7 +953,6 @@
944
953
  ## 8.0.0
945
954
 
946
955
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
947
-
948
956
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
949
957
  this package, please ensure you use at least this version of react and react-dom.
950
958
 
@@ -1008,7 +1016,6 @@
1008
1016
  ## 7.0.0
1009
1017
 
1010
1018
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1011
-
1012
1019
  - Drop ES5 from all the flow modules
1013
1020
 
1014
1021
  ### Dropping CJS support in all @atlaskit packages
@@ -1059,7 +1066,6 @@
1059
1066
  ## 6.1.3
1060
1067
 
1061
1068
  - [patch][4b0fb4e85f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b0fb4e85f):
1062
-
1063
1069
  - Allow items in Page Header actions to wrap on small screens.
1064
1070
 
1065
1071
  ## 6.1.2
@@ -1084,7 +1090,6 @@
1084
1090
  ## 6.1.0
1085
1091
 
1086
1092
  - [minor][6cfa757](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cfa757):
1087
-
1088
1093
  - PageHeader without truncation now wraps actions below the heading to avoid the heading becoming
1089
1094
  too narrow
1090
1095
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "12.1.8",
3
+ "version": "12.1.10",
4
4
  "description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/css": "^0.15.0",
28
- "@atlaskit/primitives": "^15.0.0",
29
- "@atlaskit/tokens": "^6.5.0",
28
+ "@atlaskit/primitives": "^16.0.0",
29
+ "@atlaskit/tokens": "^7.0.0",
30
30
  "@babel/runtime": "^7.0.0",
31
- "@compiled/react": "^0.18.3"
31
+ "@compiled/react": "^0.18.6"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": "^18.2.0",
@@ -40,7 +40,7 @@
40
40
  "@af/visual-regression": "workspace:^",
41
41
  "@atlaskit/breadcrumbs": "^15.3.0",
42
42
  "@atlaskit/button": "^23.5.0",
43
- "@atlaskit/docs": "^11.1.0",
43
+ "@atlaskit/docs": "^11.2.0",
44
44
  "@atlaskit/ds-lib": "^5.1.0",
45
45
  "@atlaskit/inline-edit": "^15.3.0",
46
46
  "@atlaskit/link": "^3.2.0",