@atlaskit/popper 8.1.0 → 8.2.0

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 +19 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/popper
2
2
 
3
+ ## 8.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 8.1.0
4
22
 
5
23
  ### Minor Changes
@@ -17,7 +35,7 @@
17
35
  ### Patch Changes
18
36
 
19
37
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
20
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
38
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
21
39
  gating.
22
40
  - Updated dependencies
23
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popper",
3
- "version": "8.1.0",
3
+ "version": "8.2.0",
4
4
  "description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -31,12 +31,12 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/browser-apis": "^1.0.0",
34
+ "@atlaskit/browser-apis": "^1.1.0",
35
35
  "@atlaskit/ds-lib": "^8.0.0",
36
36
  "@atlaskit/platform-feature-flags": "^2.0.0",
37
- "@atlaskit/tokens": "^15.0.0",
38
- "@atlaskit/top-layer": "^1.1.0",
39
- "@atlassian/react-compiler-gating": "^0.2.0",
37
+ "@atlaskit/react-compiler-gating": "^0.2.0",
38
+ "@atlaskit/tokens": "^15.1.0",
39
+ "@atlaskit/top-layer": "^1.2.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.20.0",
42
42
  "@popperjs/core": "^2.11.8",
@@ -55,14 +55,14 @@
55
55
  "@af/accessibility-testing": "workspace:^",
56
56
  "@af/integration-testing": "workspace:^",
57
57
  "@af/visual-regression": "workspace:^",
58
- "@atlaskit/button": "^24.1.0",
58
+ "@atlaskit/button": "^24.2.0",
59
59
  "@atlaskit/docs": "^12.0.0",
60
- "@atlaskit/link": "^4.0.0",
61
- "@atlaskit/section-message": "^9.1.0",
60
+ "@atlaskit/link": "^4.1.0",
61
+ "@atlaskit/section-message": "^9.2.0",
62
62
  "@atlassian/feature-flags-test-utils": "^1.1.0",
63
63
  "@atlassian/ssr-tests": "workspace:^",
64
64
  "@atlassian/structured-docs-types": "workspace:^",
65
- "@atlassian/testing-library": "^0.6.0",
65
+ "@atlassian/testing-library": "^0.7.0",
66
66
  "@testing-library/react": "^16.3.0",
67
67
  "@testing-library/user-event": "^14.4.3",
68
68
  "react": "^18.2.0",