@atlaskit/teams-public 1.2.0 → 1.3.1
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 +13 -0
- package/package.json +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`70f6974f09ee3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70f6974f09ee3) -
|
|
14
|
+
Cleaned up legacy analytics
|
|
15
|
+
|
|
3
16
|
## 1.2.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/teams-client": "^4.32.0",
|
|
54
54
|
"@atlaskit/tile": "^1.1.0",
|
|
55
55
|
"@atlaskit/tokens": "^13.0.0",
|
|
56
|
-
"@atlaskit/tooltip": "^
|
|
56
|
+
"@atlaskit/tooltip": "^22.0.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
58
58
|
"@compiled/react": "^0.20.0",
|
|
59
59
|
"@types/string-hash": "^1.1.3",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"name": "@atlaskit/teams-public",
|
|
121
|
-
"version": "1.
|
|
121
|
+
"version": "1.3.1",
|
|
122
122
|
"description": "Public components related to teams",
|
|
123
123
|
"author": "Atlassian Pty Ltd",
|
|
124
124
|
"license": "Apache-2.0",
|
|
@@ -142,9 +142,6 @@
|
|
|
142
142
|
"enable_multi_team_containers_state": {
|
|
143
143
|
"type": "boolean"
|
|
144
144
|
},
|
|
145
|
-
"ptc-missed-analytics-migration-events": {
|
|
146
|
-
"type": "boolean"
|
|
147
|
-
},
|
|
148
145
|
"space-team_linking_invites_fg": {
|
|
149
146
|
"type": "boolean"
|
|
150
147
|
},
|