@atlaskit/select 16.1.9 → 16.2.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,5 +1,15 @@
1
1
  # @atlaskit/select
2
2
 
3
+ ## 16.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 16.1.9
4
14
 
5
15
  ### Patch Changes
@@ -9,7 +9,7 @@ var _reactSelect = _interopRequireDefault(require("react-select"));
9
9
  var _analyticsNext = require("@atlaskit/analytics-next");
10
10
  var _createSelect = _interopRequireDefault(require("./createSelect"));
11
11
  var packageName = "@atlaskit/select";
12
- var packageVersion = "16.1.9";
12
+ var packageVersion = "16.2.0";
13
13
  var SelectWithoutAnalytics = (0, _createSelect.default)(_reactSelect.default);
14
14
  exports.SelectWithoutAnalytics = SelectWithoutAnalytics;
15
15
  var createAndFireEventOnAtlaskit = (0, _analyticsNext.createAndFireEvent)('atlaskit');
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/select",
3
- "version": "16.1.9",
3
+ "version": "16.2.0",
4
4
  "sideEffects": false
5
5
  }
@@ -2,7 +2,7 @@ import Select from 'react-select';
2
2
  import { withAnalyticsEvents, withAnalyticsContext, createAndFireEvent } from '@atlaskit/analytics-next';
3
3
  import createSelect from './createSelect';
4
4
  const packageName = "@atlaskit/select";
5
- const packageVersion = "16.1.9";
5
+ const packageVersion = "16.2.0";
6
6
  export const SelectWithoutAnalytics = createSelect(Select);
7
7
  const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
8
8
  export default withAnalyticsContext({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/select",
3
- "version": "16.1.9",
3
+ "version": "16.2.0",
4
4
  "sideEffects": false
5
5
  }
@@ -2,7 +2,7 @@ import Select from 'react-select';
2
2
  import { withAnalyticsEvents, withAnalyticsContext, createAndFireEvent } from '@atlaskit/analytics-next';
3
3
  import createSelect from './createSelect';
4
4
  var packageName = "@atlaskit/select";
5
- var packageVersion = "16.1.9";
5
+ var packageVersion = "16.2.0";
6
6
  export var SelectWithoutAnalytics = createSelect(Select);
7
7
  var createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
8
8
  export default withAnalyticsContext({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/select",
3
- "version": "16.1.9",
3
+ "version": "16.2.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { jsx } from '@emotion/react';
2
2
  import { groupedCountries } from './data/countries';
3
3
  import { SelectProps } from './types';
4
- declare type Country = typeof groupedCountries[number]['options'][number];
4
+ declare type Country = (typeof groupedCountries)[number]['options'][number];
5
5
  declare const CountrySelect: (props: SelectProps<Country>) => jsx.JSX.Element;
6
6
  export default CountrySelect;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/select",
3
- "version": "16.1.9",
3
+ "version": "16.2.0",
4
4
  "description": "Select allows users to make a single selection or multiple selections from a list of options.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,12 +30,12 @@
30
30
  ".": "./src/index.tsx"
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/analytics-next": "^9.0.0",
34
- "@atlaskit/icon": "^21.11.0",
35
- "@atlaskit/spinner": "^15.4.0",
36
- "@atlaskit/theme": "^12.4.0",
37
- "@atlaskit/tokens": "^1.2.0",
38
- "@atlaskit/visually-hidden": "^1.1.0",
33
+ "@atlaskit/analytics-next": "^9.1.0",
34
+ "@atlaskit/icon": "^21.12.0",
35
+ "@atlaskit/spinner": "^15.5.0",
36
+ "@atlaskit/theme": "^12.5.0",
37
+ "@atlaskit/tokens": "^1.3.0",
38
+ "@atlaskit/visually-hidden": "^1.2.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",
41
41
  "@popperjs/core": "^2.9.1",
@@ -54,17 +54,17 @@
54
54
  "react-dom": "^16.8.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@atlaskit/button": "^16.6.0",
58
- "@atlaskit/checkbox": "^12.4.0",
57
+ "@atlaskit/button": "^16.7.0",
58
+ "@atlaskit/checkbox": "^12.5.0",
59
59
  "@atlaskit/docs": "*",
60
- "@atlaskit/drawer": "^7.4.0",
61
- "@atlaskit/form": "^8.10.0",
62
- "@atlaskit/logo": "^13.13.0",
63
- "@atlaskit/modal-dialog": "^12.4.0",
64
- "@atlaskit/radio": "^5.4.0",
65
- "@atlaskit/section-message": "^6.3.0",
60
+ "@atlaskit/drawer": "^7.5.0",
61
+ "@atlaskit/form": "^8.11.0",
62
+ "@atlaskit/logo": "^13.14.0",
63
+ "@atlaskit/modal-dialog": "^12.5.0",
64
+ "@atlaskit/radio": "^5.5.0",
65
+ "@atlaskit/section-message": "^6.4.0",
66
66
  "@atlaskit/ssr": "*",
67
- "@atlaskit/tooltip": "^17.7.0",
67
+ "@atlaskit/tooltip": "^17.8.0",
68
68
  "@atlaskit/visual-regression": "*",
69
69
  "@atlaskit/webdriver-runner": "*",
70
70
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
package/report.api.md CHANGED
@@ -323,7 +323,7 @@ export type ControlProps<
323
323
  > = ControlProps_2<Option, IsMulti>;
324
324
 
325
325
  // @public (undocumented)
326
- type Country = typeof groupedCountries[number]['options'][number];
326
+ type Country = (typeof groupedCountries)[number]['options'][number];
327
327
 
328
328
  // @public (undocumented)
329
329
  interface Country_2 {