@atlaskit/avatar 21.2.1 → 21.3.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/avatar
2
2
 
3
+ ## 21.3.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
  ## 21.2.1
4
14
 
5
15
  ### Patch Changes
@@ -22,7 +22,7 @@ var _templateObject;
22
22
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
23
23
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
24
24
  var packageName = "@atlaskit/avatar";
25
- var packageVersion = "21.2.1";
25
+ var packageVersion = "21.3.0";
26
26
 
27
27
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
28
28
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "21.2.1",
3
+ "version": "21.3.0",
4
4
  "sideEffects": false
5
5
  }
@@ -10,7 +10,7 @@ import { PresenceWrapper } from './Presence';
10
10
  import { StatusWrapper } from './Status';
11
11
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
12
12
  const packageName = "@atlaskit/avatar";
13
- const packageVersion = "21.2.1";
13
+ const packageVersion = "21.3.0";
14
14
 
15
15
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
16
16
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "21.2.1",
3
+ "version": "21.3.0",
4
4
  "sideEffects": false
5
5
  }
@@ -15,7 +15,7 @@ import { PresenceWrapper } from './Presence';
15
15
  import { StatusWrapper } from './Status';
16
16
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
17
17
  var packageName = "@atlaskit/avatar";
18
- var packageVersion = "21.2.1";
18
+ var packageVersion = "21.3.0";
19
19
 
20
20
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
21
21
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "21.2.1",
3
+ "version": "21.3.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "21.2.1",
3
+ "version": "21.3.0",
4
4
  "description": "An avatar is a visual representation of a user or entity.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,10 +32,10 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/analytics-next": "^9.0.0",
36
- "@atlaskit/icon": "^21.11.0",
37
- "@atlaskit/theme": "^12.4.0",
38
- "@atlaskit/tokens": "^1.2.0",
35
+ "@atlaskit/analytics-next": "^9.1.0",
36
+ "@atlaskit/icon": "^21.12.0",
37
+ "@atlaskit/theme": "^12.5.0",
38
+ "@atlaskit/tokens": "^1.3.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1",
41
41
  "@emotion/serialize": "^1.1.0"
@@ -44,15 +44,15 @@
44
44
  "react": "^16.8.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@atlaskit/button": "^16.6.0",
47
+ "@atlaskit/button": "^16.7.0",
48
48
  "@atlaskit/docs": "*",
49
- "@atlaskit/ds-lib": "^2.1.1",
50
- "@atlaskit/field-base": "^15.0.0",
51
- "@atlaskit/icon": "^21.11.0",
52
- "@atlaskit/section-message": "^6.3.0",
49
+ "@atlaskit/ds-lib": "^2.2.0",
50
+ "@atlaskit/field-base": "^15.2.0",
51
+ "@atlaskit/icon": "^21.12.0",
52
+ "@atlaskit/section-message": "^6.4.0",
53
53
  "@atlaskit/ssr": "*",
54
- "@atlaskit/toggle": "^12.5.0",
55
- "@atlaskit/tooltip": "^17.7.0",
54
+ "@atlaskit/toggle": "^12.6.0",
55
+ "@atlaskit/tooltip": "^17.8.0",
56
56
  "@atlaskit/visual-regression": "*",
57
57
  "@atlaskit/webdriver-runner": "*",
58
58
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",