@atlaskit/button 21.1.3 → 21.1.5

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,20 @@
1
1
  # @atlaskit/button
2
2
 
3
+ ## 21.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#127093](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/127093)
8
+ [`1378ea7a99ce1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1378ea7a99ce1) -
9
+ Upgrades `jscodeshift` to handle generics properly.
10
+ - Updated dependencies
11
+
12
+ ## 21.1.4
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 21.1.3
4
19
 
5
20
  ### Patch Changes
@@ -133,7 +133,7 @@ var ButtonBase = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(prop
133
133
  action: 'clicked',
134
134
  componentName: 'button',
135
135
  packageName: "@atlaskit/button",
136
- packageVersion: "21.1.3",
136
+ packageVersion: "21.1.5",
137
137
  analyticsData: analyticsContext
138
138
  });
139
139
 
@@ -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: "21.1.3",
122
+ packageVersion: "21.1.5",
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: "21.1.3",
128
+ packageVersion: "21.1.5",
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": "21.1.3",
3
+ "version": "21.1.5",
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/"
@@ -87,13 +87,13 @@
87
87
  "@atlaskit/analytics-next": "^11.0.0",
88
88
  "@atlaskit/ds-lib": "^4.0.0",
89
89
  "@atlaskit/focus-ring": "^3.0.0",
90
- "@atlaskit/icon": "^24.1.0",
90
+ "@atlaskit/icon": "^25.0.0",
91
91
  "@atlaskit/interaction-context": "^3.0.0",
92
92
  "@atlaskit/platform-feature-flags": "^1.1.0",
93
- "@atlaskit/primitives": "^14.1.0",
93
+ "@atlaskit/primitives": "^14.2.0",
94
94
  "@atlaskit/spinner": "^18.0.0",
95
95
  "@atlaskit/theme": "^18.0.0",
96
- "@atlaskit/tokens": "^4.3.0",
96
+ "@atlaskit/tokens": "^4.5.0",
97
97
  "@atlaskit/tooltip": "^20.0.0",
98
98
  "@atlaskit/visually-hidden": "^3.0.0",
99
99
  "@babel/runtime": "^7.0.0",
@@ -103,27 +103,27 @@
103
103
  "react": "^18.2.0"
104
104
  },
105
105
  "devDependencies": {
106
- "@af/accessibility-testing": "*",
107
- "@af/integration-testing": "*",
108
- "@af/visual-regression": "*",
106
+ "@af/accessibility-testing": "^2.0.0",
107
+ "@af/integration-testing": "^0.5.0",
108
+ "@af/visual-regression": "^1.3.0",
109
109
  "@atlaskit/app-provider": "^2.0.0",
110
110
  "@atlaskit/checkbox": "^17.0.0",
111
- "@atlaskit/docs": "*",
111
+ "@atlaskit/docs": "^10.0.0",
112
112
  "@atlaskit/dropdown-menu": "^13.0.0",
113
113
  "@atlaskit/form": "^12.0.0",
114
- "@atlaskit/heading": "*",
115
- "@atlaskit/link": "*",
114
+ "@atlaskit/heading": "^5.1.0",
115
+ "@atlaskit/link": "^3.0.0",
116
116
  "@atlaskit/logo": "^16.0.0",
117
- "@atlaskit/modal-dialog": "^13.0.0",
118
- "@atlaskit/section-message": "*",
117
+ "@atlaskit/modal-dialog": "^13.4.0",
118
+ "@atlaskit/section-message": "^8.2.0",
119
119
  "@atlaskit/select": "^20.0.0",
120
- "@atlaskit/ssr": "*",
120
+ "@atlaskit/ssr": "^0.4.0",
121
121
  "@atlaskit/toggle": "^15.0.0",
122
- "@atlaskit/visual-regression": "*",
122
+ "@atlaskit/visual-regression": "^0.10.0",
123
123
  "@testing-library/react": "^13.4.0",
124
124
  "@testing-library/user-event": "^14.4.3",
125
125
  "ast-types": "^0.13.3",
126
- "jscodeshift": "^0.13.0",
126
+ "jscodeshift": "^0.16.1",
127
127
  "lodash": "^4.17.21",
128
128
  "react-dom": "^18.2.0",
129
129
  "typescript": "~5.4.2"