@atlaskit/page-layout 1.2.1 → 1.2.2

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,11 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
8
+
3
9
  ## 1.2.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,4 @@
1
1
  import { DimensionNames, Dimensions } from '../common/types';
2
- import { PAGE_LAYOUT_SLOT_SELECTOR } from './constants';
3
2
  declare const emptyGridState: Dimensions;
4
3
  declare const mergeGridStateIntoStorage: (key: string, value: any) => void;
5
4
  declare const getGridStateFromStorage: (key: string) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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/"
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "@atlaskit/atlassian-navigation": "^2.1.0",
41
41
  "@atlaskit/atlassian-notifications": "^0.3.0",
42
- "@atlaskit/button": "^16.2.0",
42
+ "@atlaskit/button": "^16.3.0",
43
43
  "@atlaskit/docs": "*",
44
44
  "@atlaskit/drawer": "^7.1.0",
45
45
  "@atlaskit/icon": "*",
@@ -63,7 +63,7 @@
63
63
  "jest-emotion": "^10.0.32",
64
64
  "raf-stub": "^2.0.1",
65
65
  "storybook-addon-performance": "^0.16.0",
66
- "typescript": "3.9.10"
66
+ "typescript": "4.2.4"
67
67
  },
68
68
  "keywords": [
69
69
  "atlaskit",