@atlaskit/tabs 13.4.6 → 13.4.7

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/tabs
2
2
 
3
+ ## 13.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40919](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40919) [`0cd2364f0ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cd2364f0ec) - This package is now onboarded onto the product push model.
8
+
3
9
  ## 13.4.6
4
10
 
5
11
  ### Patch Changes
@@ -28,7 +28,7 @@ var baseStyles = (0, _react2.css)({
28
28
  var analyticsAttributes = {
29
29
  componentName: 'tabs',
30
30
  packageName: "@atlaskit/tabs",
31
- packageVersion: "13.4.6"
31
+ packageVersion: "13.4.7"
32
32
  };
33
33
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
34
34
  var tabPanel = _ref.tabPanel,
@@ -17,7 +17,7 @@ const baseStyles = css({
17
17
  const analyticsAttributes = {
18
18
  componentName: 'tabs',
19
19
  packageName: "@atlaskit/tabs",
20
- packageVersion: "13.4.6"
20
+ packageVersion: "13.4.7"
21
21
  };
22
22
  const getTabPanelWithContext = ({
23
23
  tabPanel,
@@ -22,7 +22,7 @@ var baseStyles = css({
22
22
  var analyticsAttributes = {
23
23
  componentName: 'tabs',
24
24
  packageName: "@atlaskit/tabs",
25
- packageVersion: "13.4.6"
25
+ packageVersion: "13.4.7"
26
26
  };
27
27
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
28
28
  var tabPanel = _ref.tabPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "13.4.6",
3
+ "version": "13.4.7",
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/"
@@ -25,6 +25,9 @@
25
25
  "atlassian": {
26
26
  "team": "Design System Team",
27
27
  "releaseModel": "continuous",
28
+ "productPushConsumption": [
29
+ "jira"
30
+ ],
28
31
  "website": {
29
32
  "name": "Tabs",
30
33
  "category": "Components"