@atlaskit/portal 5.5.5 → 5.5.6

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/portal
2
2
 
3
+ ## 5.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`63c62192cbfc6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/63c62192cbfc6) -
8
+ Cleanup feature gate `platform-dst-portal-conditial-theme-provider`. ThemeProvider wrapping
9
+ behaviour (wrapping portal children when inside a ThemeProvider) is now permanently enabled.
10
+
3
11
  ## 5.5.5
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "5.5.5",
3
+ "version": "5.5.6",
4
4
  "description": "A wrapper for rendering components in React portals.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -64,8 +64,8 @@
64
64
  "@atlaskit/onboarding": "^14.6.0",
65
65
  "@atlaskit/primitives": "^19.0.0",
66
66
  "@atlaskit/section-message": "^8.13.0",
67
- "@atlaskit/tokens": "^13.0.0",
68
- "@atlaskit/tooltip": "^22.3.0",
67
+ "@atlaskit/tokens": "^13.1.0",
68
+ "@atlaskit/tooltip": "^22.5.0",
69
69
  "@atlassian/feature-flags-test-utils": "^1.1.0",
70
70
  "@atlassian/react-compiler-gating": "workspace:^",
71
71
  "@atlassian/ssr-tests": "workspace:^",