@atlaskit/portal 4.2.7 → 4.2.8

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/portal
2
2
 
3
+ ## 4.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
8
+
3
9
  ## 4.2.7
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "description": "Atlaskit wrapper for rendering components in React portals",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
7
7
  },
8
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
9
  "author": "Atlassian Pty Ltd",
10
10
  "license": "Apache-2.0",
11
11
  "main": "dist/cjs/index.js",
@@ -18,7 +18,8 @@
18
18
  "team": "Design System Team",
19
19
  "releaseModel": "scheduled",
20
20
  "website": {
21
- "name": "Portal"
21
+ "name": "Portal",
22
+ "category": "Components"
22
23
  }
23
24
  },
24
25
  "af:exports": {
@@ -36,17 +37,18 @@
36
37
  "devDependencies": {
37
38
  "@atlaskit/button": "^16.3.0",
38
39
  "@atlaskit/docs": "*",
39
- "@atlaskit/flag": "^14.5.0",
40
+ "@atlaskit/flag": "^14.6.0",
40
41
  "@atlaskit/icon": "^21.10.0",
41
42
  "@atlaskit/inline-dialog": "^13.3.0",
42
43
  "@atlaskit/modal-dialog": "^12.2.0",
43
- "@atlaskit/onboarding": "^10.3.0",
44
+ "@atlaskit/onboarding": "^10.4.0",
44
45
  "@atlaskit/ssr": "*",
45
46
  "@atlaskit/tooltip": "^17.5.0",
46
47
  "@atlaskit/visual-regression": "*",
47
48
  "@atlaskit/webdriver-runner": "*",
48
49
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
49
50
  "@testing-library/react": "^8.0.1",
51
+ "bind-event-listener": "^2.1.1",
50
52
  "enzyme": "^3.10.0",
51
53
  "raf-stub": "^2.0.1",
52
54
  "storybook-addon-performance": "^0.16.0",
@@ -62,6 +64,7 @@
62
64
  "import-structure": "atlassian-conventions"
63
65
  },
64
66
  "@repo/internal": {
67
+ "dom-events": "use-bind-event-listener",
65
68
  "ui-components": "lite-mode",
66
69
  "analytics": "analytics-next",
67
70
  "theming": "tokens",
@@ -72,5 +75,6 @@
72
75
  ]
73
76
  }
74
77
  },
78
+ "homepage": "https://atlaskit.atlassian.com/packages/design-system/portal",
75
79
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
76
80
  }
@@ -3,5 +3,6 @@
3
3
  "main": "../dist/cjs/entry-points/types.js",
4
4
  "module": "../dist/esm/entry-points/types.js",
5
5
  "module:es2019": "../dist/es2019/entry-points/types.js",
6
+ "sideEffects": false,
6
7
  "types": "../dist/types/entry-points/types.d.ts"
7
8
  }