@atlaskit/smart-hooks 0.3.3 → 0.3.4

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,12 @@
1
1
  # @atlaskit/smart-hooks
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`56ac0cf74b37d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56ac0cf74b37d) -
8
+ Migrated teams assets to new service
9
+
3
10
  ## 0.3.3
4
11
 
5
12
  ### Patch Changes
@@ -54,7 +54,7 @@ export const mockUserSearchData = [
54
54
  {
55
55
  id: '12312594',
56
56
  avatarUrl:
57
- 'https://ptc-directory-sited-static.us-east-1.prod.public.atl-paas.net/teams/avatars/0.svg',
57
+ 'https://teams-directory-frontend.prod-east.frontend.public.atl-paas.net/assets/teams/avatars/0.svg',
58
58
  name: 'The Cool Cats',
59
59
  userType: 'TEAM',
60
60
  context: {
@@ -67,7 +67,7 @@ export const mockUserSearchData = [
67
67
  {
68
68
  id: '12312597',
69
69
  avatarUrl:
70
- 'https://ptc-directory-sited-static.us-east-1.prod.public.atl-paas.net/teams/avatars/3.svg',
70
+ 'https://teams-directory-frontend.prod-east.frontend.public.atl-paas.net/assets/teams/avatars/3.svg',
71
71
  name: 'The whole company',
72
72
  userType: 'TEAM',
73
73
  context: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-hooks",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/analytics-next": "^11.1.0",
32
32
  "@atlaskit/smart-common": "^2.0.0",
33
33
  "@atlaskit/ufo": "^0.4.0",
34
- "@atlaskit/user-picker": "^11.6.0",
34
+ "@atlaskit/user-picker": "^11.7.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "lodash": "^4.17.21",
37
37
  "memoize-one": "^6.0.0",