@atlaskit/smart-card 23.12.0 → 23.12.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 23.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`59104c1e92f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59104c1e92f) - [ux] Fix message shown in unauthorised Smart Link appearances as per design decision
8
+
3
9
  ## 23.12.0
4
10
 
5
11
  ### Minor Changes
@@ -85,12 +85,12 @@ var messages = (0, _reactIntlNext.defineMessages)({
85
85
  },
86
86
  connect_unauthorised_account_description: {
87
87
  id: 'fabric.linking.connect_unauthorised_account_description',
88
- defaultMessage: 'Connect {context} to Atlassian to view more details from your work and collaboration from one place.',
88
+ defaultMessage: 'Connect {context} to Atlassian to view more details of your work and collaborate from one place.',
89
89
  description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view.'
90
90
  },
91
91
  connect_unauthorised_account_description_no_provider: {
92
92
  id: 'fabric.linking.connect_unauthorised_account_description',
93
- defaultMessage: 'Connect to Atlassian to view more details from your work and collaboration from one place.',
93
+ defaultMessage: 'Connect to Atlassian to view more details of your work and collaborate from one place.',
94
94
  description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view and we do not have the providers name.'
95
95
  },
96
96
  copy_url_to_clipboard: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.12.0",
3
+ "version": "23.12.1",
4
4
  "sideEffects": false
5
5
  }
@@ -77,12 +77,12 @@ export const messages = defineMessages({
77
77
  },
78
78
  connect_unauthorised_account_description: {
79
79
  id: 'fabric.linking.connect_unauthorised_account_description',
80
- defaultMessage: 'Connect {context} to Atlassian to view more details from your work and collaboration from one place.',
80
+ defaultMessage: 'Connect {context} to Atlassian to view more details of your work and collaborate from one place.',
81
81
  description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view.'
82
82
  },
83
83
  connect_unauthorised_account_description_no_provider: {
84
84
  id: 'fabric.linking.connect_unauthorised_account_description',
85
- defaultMessage: 'Connect to Atlassian to view more details from your work and collaboration from one place.',
85
+ defaultMessage: 'Connect to Atlassian to view more details of your work and collaborate from one place.',
86
86
  description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view and we do not have the providers name.'
87
87
  },
88
88
  copy_url_to_clipboard: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.12.0",
3
+ "version": "23.12.1",
4
4
  "sideEffects": false
5
5
  }
@@ -77,12 +77,12 @@ export var messages = defineMessages({
77
77
  },
78
78
  connect_unauthorised_account_description: {
79
79
  id: 'fabric.linking.connect_unauthorised_account_description',
80
- defaultMessage: 'Connect {context} to Atlassian to view more details from your work and collaboration from one place.',
80
+ defaultMessage: 'Connect {context} to Atlassian to view more details of your work and collaborate from one place.',
81
81
  description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view.'
82
82
  },
83
83
  connect_unauthorised_account_description_no_provider: {
84
84
  id: 'fabric.linking.connect_unauthorised_account_description',
85
- defaultMessage: 'Connect to Atlassian to view more details from your work and collaboration from one place.',
85
+ defaultMessage: 'Connect to Atlassian to view more details of your work and collaborate from one place.',
86
86
  description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view and we do not have the providers name.'
87
87
  },
88
88
  copy_url_to_clipboard: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.12.0",
3
+ "version": "23.12.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.12.0",
3
+ "version": "23.12.1",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"