@atlaskit/smart-card 26.3.1 → 26.3.2

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-card
2
2
 
3
+ ## 26.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f10ed88032c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10ed88032c) - With the renaming of Jira Roadmaps to Timeline, we are updating the regex rules to match timeline in conjunction to roadmaps
8
+ - Updated dependencies
9
+
3
10
  ## 26.3.1
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.3.1",
3
+ "version": "26.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.3.1",
3
+ "version": "26.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.3.1",
3
+ "version": "26.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -0,0 +1,35 @@
1
+ declare const _default: {
2
+ meta: {
3
+ auth: never[];
4
+ definitionId: string;
5
+ visibility: string;
6
+ access: string;
7
+ resourceType: string;
8
+ key: string;
9
+ };
10
+ data: {
11
+ '@context': {
12
+ '@vocab': string;
13
+ atlassian: string;
14
+ schema: string;
15
+ };
16
+ generator: {
17
+ '@type': string;
18
+ '@id': string;
19
+ name: string;
20
+ };
21
+ '@type': string[];
22
+ url: string;
23
+ name: string;
24
+ summary: string;
25
+ icon: {
26
+ '@type': string;
27
+ url: string;
28
+ };
29
+ preview: {
30
+ href: string;
31
+ 'atlassian:supportedPlatforms': string[];
32
+ };
33
+ };
34
+ };
35
+ export default _default;
@@ -0,0 +1,35 @@
1
+ declare const _default: {
2
+ meta: {
3
+ auth: never[];
4
+ definitionId: string;
5
+ visibility: string;
6
+ access: string;
7
+ resourceType: string;
8
+ key: string;
9
+ };
10
+ data: {
11
+ '@context': {
12
+ '@vocab': string;
13
+ atlassian: string;
14
+ schema: string;
15
+ };
16
+ generator: {
17
+ '@type': string;
18
+ '@id': string;
19
+ name: string;
20
+ };
21
+ '@type': string[];
22
+ url: string;
23
+ name: string;
24
+ summary: string;
25
+ icon: {
26
+ '@type': string;
27
+ url: string;
28
+ };
29
+ preview: {
30
+ href: string;
31
+ 'atlassian:supportedPlatforms': string[];
32
+ };
33
+ };
34
+ };
35
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.3.1",
3
+ "version": "26.3.2",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -71,7 +71,7 @@
71
71
  "uuid": "^3.1.0"
72
72
  },
73
73
  "peerDependencies": {
74
- "@atlaskit/link-provider": "^1.6.2",
74
+ "@atlaskit/link-provider": "^1.6.3",
75
75
  "react": "^16.8.0",
76
76
  "react-dom": "^16.8.0",
77
77
  "react-intl-next": "npm:react-intl@^5.18.1"
package/report.api.md CHANGED
@@ -1282,7 +1282,7 @@ type VoteCount = {
1282
1282
 
1283
1283
  ```json
1284
1284
  {
1285
- "@atlaskit/link-provider": "^1.6.2",
1285
+ "@atlaskit/link-provider": "^1.6.3",
1286
1286
  "react": "^16.8.0",
1287
1287
  "react-dom": "^16.8.0",
1288
1288
  "react-intl-next": "npm:react-intl@^5.18.1"