@atlaskit/page-layout 4.2.9 → 4.2.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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 4.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`31c57f650ba07`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31c57f650ba07) -
8
+ Improving tests for server side rendering and hydration
9
+ - Updated dependencies
10
+
3
11
  ## 4.2.9
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
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/"
@@ -70,7 +70,7 @@
70
70
  "@atlaskit/side-navigation": "^11.0.0",
71
71
  "@atlaskit/tooltip": "^20.4.0",
72
72
  "@atlaskit/visual-regression": "workspace:^",
73
- "@atlassian/ssr-tests": "^0.2.0",
73
+ "@atlassian/ssr-tests": "^0.3.0",
74
74
  "@testing-library/react": "^13.4.0",
75
75
  "@testing-library/react-hooks": "^8.0.1",
76
76
  "@types/raf-schd": "^4.0.1",