@atlaskit/tabs 20.0.0 → 20.0.1

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,14 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 20.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`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
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 20.0.0
4
13
 
5
14
  ### Major Changes
@@ -26,7 +26,7 @@ var tabsStyles = null;
26
26
  var analyticsAttributes = {
27
27
  componentName: 'tabs',
28
28
  packageName: "@atlaskit/tabs",
29
- packageVersion: "19.1.0"
29
+ packageVersion: "20.0.0"
30
30
  };
31
31
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
32
32
  var tabPanel = _ref.tabPanel,
@@ -11,7 +11,7 @@ const tabsStyles = null;
11
11
  const analyticsAttributes = {
12
12
  componentName: 'tabs',
13
13
  packageName: "@atlaskit/tabs",
14
- packageVersion: "19.1.0"
14
+ packageVersion: "20.0.0"
15
15
  };
16
16
  const getTabPanelWithContext = ({
17
17
  tabPanel,
@@ -17,7 +17,7 @@ var tabsStyles = null;
17
17
  var analyticsAttributes = {
18
18
  componentName: 'tabs',
19
19
  packageName: "@atlaskit/tabs",
20
- packageVersion: "19.1.0"
20
+ packageVersion: "20.0.0"
21
21
  };
22
22
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
23
23
  var tabPanel = _ref.tabPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "20.0.0",
3
+ "version": "20.0.1",
4
4
  "description": "Tabs are used to organize content by grouping similar information on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,8 @@
34
34
  "@atlaskit/analytics-next": "^12.0.0",
35
35
  "@atlaskit/platform-feature-flags": "^2.0.0",
36
36
  "@atlaskit/primitives": "^20.0.0",
37
- "@atlaskit/tokens": "^14.0.0",
37
+ "@atlaskit/tokens": "^15.0.0",
38
+ "@atlassian/react-compiler-gating": "^0.2.0",
38
39
  "@babel/runtime": "^7.0.0",
39
40
  "@compiled/react": "^0.20.0"
40
41
  },
@@ -46,16 +47,15 @@
46
47
  "@af/integration-testing": "workspace:^",
47
48
  "@af/suppress-react-warnings": "workspace:^",
48
49
  "@af/visual-regression": "workspace:^",
49
- "@atlaskit/button": "^24.0.0",
50
+ "@atlaskit/button": "^24.1.0",
50
51
  "@atlaskit/css": "^1.0.0",
51
52
  "@atlaskit/docs": "^12.0.0",
52
53
  "@atlaskit/ds-lib": "^8.0.0",
53
54
  "@atlaskit/link": "^4.0.0",
54
- "@atlaskit/section-message": "^9.0.0",
55
+ "@atlaskit/section-message": "^9.1.0",
55
56
  "@atlaskit/spinner": "^20.0.0",
56
57
  "@atlaskit/tooltip": "^23.0.0",
57
58
  "@atlaskit/visually-hidden": "^4.0.0",
58
- "@atlassian/react-compiler-gating": "workspace:^",
59
59
  "@atlassian/ssr-tests": "workspace:^",
60
60
  "@atlassian/structured-docs-types": "workspace:^",
61
61
  "@testing-library/react": "^16.3.0",