@atlaskit/drawer 13.0.1 → 13.1.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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,29 @@
1
1
  # @atlaskit/drawer
2
2
 
3
+ ## 13.1.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
  ## 13.0.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
26
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
27
  gating.
10
28
  - Updated dependencies
11
29
 
@@ -67,7 +67,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
67
67
  action: 'dismissed',
68
68
  componentName: 'drawer',
69
69
  packageName: "@atlaskit/drawer",
70
- packageVersion: "13.0.0",
70
+ packageVersion: "13.0.1",
71
71
  analyticsData: {
72
72
  trigger: 'escKey'
73
73
  }
@@ -90,7 +90,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
90
90
  action: 'dismissed',
91
91
  componentName: 'drawer',
92
92
  packageName: "@atlaskit/drawer",
93
- packageVersion: "13.0.0",
93
+ packageVersion: "13.0.1",
94
94
  analyticsData: {
95
95
  trigger: 'blanket'
96
96
  }
@@ -102,7 +102,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
102
102
  action: 'dismissed',
103
103
  componentName: 'drawer',
104
104
  packageName: "@atlaskit/drawer",
105
- packageVersion: "13.0.0",
105
+ packageVersion: "13.0.1",
106
106
  analyticsData: {
107
107
  trigger: 'backButton'
108
108
  }
@@ -52,7 +52,7 @@ export const Drawer = ({
52
52
  action: 'dismissed',
53
53
  componentName: 'drawer',
54
54
  packageName: "@atlaskit/drawer",
55
- packageVersion: "13.0.0",
55
+ packageVersion: "13.0.1",
56
56
  analyticsData: {
57
57
  trigger: 'escKey'
58
58
  }
@@ -73,7 +73,7 @@ export const Drawer = ({
73
73
  action: 'dismissed',
74
74
  componentName: 'drawer',
75
75
  packageName: "@atlaskit/drawer",
76
- packageVersion: "13.0.0",
76
+ packageVersion: "13.0.1",
77
77
  analyticsData: {
78
78
  trigger: 'blanket'
79
79
  }
@@ -83,7 +83,7 @@ export const Drawer = ({
83
83
  action: 'dismissed',
84
84
  componentName: 'drawer',
85
85
  packageName: "@atlaskit/drawer",
86
- packageVersion: "13.0.0",
86
+ packageVersion: "13.0.1",
87
87
  analyticsData: {
88
88
  trigger: 'backButton'
89
89
  }
@@ -57,7 +57,7 @@ export var Drawer = function Drawer(_ref2) {
57
57
  action: 'dismissed',
58
58
  componentName: 'drawer',
59
59
  packageName: "@atlaskit/drawer",
60
- packageVersion: "13.0.0",
60
+ packageVersion: "13.0.1",
61
61
  analyticsData: {
62
62
  trigger: 'escKey'
63
63
  }
@@ -80,7 +80,7 @@ export var Drawer = function Drawer(_ref2) {
80
80
  action: 'dismissed',
81
81
  componentName: 'drawer',
82
82
  packageName: "@atlaskit/drawer",
83
- packageVersion: "13.0.0",
83
+ packageVersion: "13.0.1",
84
84
  analyticsData: {
85
85
  trigger: 'blanket'
86
86
  }
@@ -92,7 +92,7 @@ export var Drawer = function Drawer(_ref2) {
92
92
  action: 'dismissed',
93
93
  componentName: 'drawer',
94
94
  packageName: "@atlaskit/drawer",
95
- packageVersion: "13.0.0",
95
+ packageVersion: "13.0.1",
96
96
  analyticsData: {
97
97
  trigger: 'backButton'
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/drawer",
3
- "version": "13.0.1",
3
+ "version": "13.1.0",
4
4
  "description": "A drawer is a panel that slides in from the left side of the screen.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,7 +21,7 @@
21
21
  "react-compiler": {
22
22
  "enabled": true,
23
23
  "gating": {
24
- "source": "@atlassian/react-compiler-gating",
24
+ "source": "@atlaskit/react-compiler-gating",
25
25
  "importSpecifierName": "isReactCompilerActivePlatform"
26
26
  }
27
27
  },
@@ -36,17 +36,17 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/analytics-next": "^12.0.0",
40
- "@atlaskit/blanket": "^16.0.0",
41
- "@atlaskit/button": "^24.1.0",
39
+ "@atlaskit/analytics-next": "^12.1.0",
40
+ "@atlaskit/blanket": "^16.1.0",
41
+ "@atlaskit/button": "^24.2.0",
42
42
  "@atlaskit/css": "^1.0.0",
43
- "@atlaskit/icon": "^36.0.0",
44
- "@atlaskit/layering": "^4.0.0",
45
- "@atlaskit/motion": "^7.1.0",
46
- "@atlaskit/portal": "^6.0.0",
47
- "@atlaskit/theme": "^26.0.0",
48
- "@atlaskit/tokens": "^15.0.0",
49
- "@atlassian/react-compiler-gating": "^0.2.0",
43
+ "@atlaskit/icon": "^36.1.0",
44
+ "@atlaskit/layering": "^4.1.0",
45
+ "@atlaskit/motion": "^7.2.0",
46
+ "@atlaskit/portal": "^6.1.0",
47
+ "@atlaskit/react-compiler-gating": "^0.2.0",
48
+ "@atlaskit/theme": "^26.1.0",
49
+ "@atlaskit/tokens": "^15.1.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@compiled/react": "^0.20.0",
52
52
  "bind-event-listener": "^3.0.0",
@@ -63,17 +63,17 @@
63
63
  "@af/accessibility-testing": "workspace:^",
64
64
  "@af/integration-testing": "workspace:^",
65
65
  "@af/visual-regression": "workspace:^",
66
- "@atlaskit/code": "^18.0.0",
66
+ "@atlaskit/code": "^18.2.0",
67
67
  "@atlaskit/docs": "^12.0.0",
68
- "@atlaskit/dropdown-menu": "^17.0.0",
68
+ "@atlaskit/dropdown-menu": "^17.1.0",
69
69
  "@atlaskit/ds-lib": "^8.0.0",
70
- "@atlaskit/form": "^16.0.0",
71
- "@atlaskit/inline-message": "^16.0.0",
72
- "@atlaskit/link": "^4.0.0",
73
- "@atlaskit/menu": "^9.0.0",
74
- "@atlaskit/modal-dialog": "^16.0.0",
75
- "@atlaskit/primitives": "^20.0.0",
76
- "@atlaskit/section-message": "^9.1.0",
70
+ "@atlaskit/form": "^16.1.0",
71
+ "@atlaskit/inline-message": "^16.1.0",
72
+ "@atlaskit/link": "^4.1.0",
73
+ "@atlaskit/menu": "^9.1.0",
74
+ "@atlaskit/modal-dialog": "^16.1.0",
75
+ "@atlaskit/primitives": "^20.1.0",
76
+ "@atlaskit/section-message": "^9.2.0",
77
77
  "@atlassian/ssr-tests": "workspace:^",
78
78
  "@atlassian/structured-docs-types": "workspace:^",
79
79
  "@testing-library/react": "^16.3.0",