@atlaskit/button 23.6.1 → 23.6.2

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/button
2
2
 
3
+ ## 23.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 23.6.1
4
10
 
5
11
  ### Patch Changes
@@ -132,7 +132,7 @@ var ButtonBase = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(prop
132
132
  action: 'clicked',
133
133
  componentName: 'button',
134
134
  packageName: "@atlaskit/button",
135
- packageVersion: "23.6.0",
135
+ packageVersion: "0.0.0-development",
136
136
  analyticsData: analyticsContext
137
137
  });
138
138
 
@@ -119,7 +119,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref)
119
119
  action: 'clicked',
120
120
  componentName: 'button',
121
121
  packageName: "@atlaskit/button",
122
- packageVersion: "23.6.0",
122
+ packageVersion: "0.0.0-development",
123
123
  analyticsData: analyticsContext
124
124
  });
125
125
 
@@ -125,7 +125,7 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
125
125
  action: 'clicked',
126
126
  componentName: 'button',
127
127
  packageName: "@atlaskit/button",
128
- packageVersion: "23.6.0",
128
+ packageVersion: "0.0.0-development",
129
129
  analyticsData: analyticsContext
130
130
  });
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "23.6.1",
3
+ "version": "23.6.2",
4
4
  "description": "A button triggers an event or action. They let users know what will happen next.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -75,17 +75,17 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@atlaskit/analytics-next": "^11.1.0",
78
- "@atlaskit/css": "^0.15.0",
78
+ "@atlaskit/css": "^0.16.0",
79
79
  "@atlaskit/ds-lib": "^5.2.0",
80
80
  "@atlaskit/focus-ring": "^3.0.0",
81
81
  "@atlaskit/icon": "^29.0.0",
82
82
  "@atlaskit/interaction-context": "^3.1.0",
83
83
  "@atlaskit/platform-feature-flags": "^1.1.0",
84
- "@atlaskit/primitives": "^16.1.0",
84
+ "@atlaskit/primitives": "^16.2.0",
85
85
  "@atlaskit/spinner": "^19.0.0",
86
86
  "@atlaskit/theme": "^21.0.0",
87
- "@atlaskit/tokens": "^8.0.0",
88
- "@atlaskit/tooltip": "^20.8.0",
87
+ "@atlaskit/tokens": "^8.1.0",
88
+ "@atlaskit/tooltip": "^20.10.0",
89
89
  "@atlaskit/visually-hidden": "^3.0.0",
90
90
  "@babel/runtime": "^7.0.0",
91
91
  "@compiled/react": "^0.18.6",
@@ -106,9 +106,9 @@
106
106
  "@atlaskit/heading": "^5.2.0",
107
107
  "@atlaskit/link": "^3.2.0",
108
108
  "@atlaskit/logo": "^19.9.0",
109
- "@atlaskit/modal-dialog": "^14.6.0",
109
+ "@atlaskit/modal-dialog": "^14.7.0",
110
110
  "@atlaskit/section-message": "^8.9.0",
111
- "@atlaskit/select": "^21.3.0",
111
+ "@atlaskit/select": "^21.4.0",
112
112
  "@atlaskit/ssr": "workspace:^",
113
113
  "@atlaskit/toggle": "^15.1.0",
114
114
  "@atlassian/ssr-tests": "workspace:^",