@atlaskit/user-picker 11.23.2 → 11.23.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/user-picker
2
2
 
3
+ ## 11.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1d0fcc9c19260`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d0fcc9c19260) -
8
+ Document manual translation updates for user-picker team byline messages.
9
+
10
+ Translations were updated manually in locale files (en, en_GB, and other languages) to support the
11
+ dynamic `{teamTypeName}` parameter in official/verified team byline messages. This allows the UI
12
+ to display server-provided team type labels (e.g. "Managed team", "Official team") instead of a
13
+ single hardcoded string. The manual update was done because these message key changes and new
14
+ placeholder usage required coordinated updates across the translation files outside of the normal
15
+ code-driven flow.
16
+
3
17
  ## 11.23.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "11.23.2",
3
+ "version": "11.23.3",
4
4
  "description": "Fabric component for display a dropdown to select a user from",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/tooltip": "^20.14.0",
62
62
  "@atlaskit/ufo": "^0.4.0",
63
63
  "@babel/runtime": "^7.0.0",
64
- "@compiled/react": "^0.18.6",
64
+ "@compiled/react": "^0.20.0",
65
65
  "@emotion/react": "^11.7.1",
66
66
  "lodash": "^4.17.21",
67
67
  "memoize-one": "^6.0.0",