@atlaskit/smart-card 26.5.0 → 26.5.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,12 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 26.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
8
+ - Updated dependencies
9
+
3
10
  ## 26.5.0
4
11
 
5
12
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.5.0",
3
+ "version": "26.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.5.0",
3
+ "version": "26.5.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.5.0",
3
+ "version": "26.5.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": "26.5.0",
3
+ "version": "26.5.1",
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.3",
74
+ "@atlaskit/link-provider": "^1.6.4",
75
75
  "react": "^16.8.0",
76
76
  "react-dom": "^16.8.0",
77
77
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -82,12 +82,11 @@
82
82
  "@atlaskit/code": "^14.6.0",
83
83
  "@atlaskit/css-reset": "^6.5.0",
84
84
  "@atlaskit/docs": "*",
85
- "@atlaskit/field-base": "^15.2.0",
86
85
  "@atlaskit/form": "^8.11.0",
87
86
  "@atlaskit/inline-message": "^11.5.0",
88
87
  "@atlaskit/link-test-helpers": "^4.0.0",
89
88
  "@atlaskit/lozenge": "^11.4.0",
90
- "@atlaskit/media-integration-test-helpers": "^2.6.0",
89
+ "@atlaskit/media-integration-test-helpers": "^3.0.0",
91
90
  "@atlaskit/media-test-helpers": "^33.0.0",
92
91
  "@atlaskit/page": "^12.3.0",
93
92
  "@atlaskit/radio": "^5.6.0",
@@ -96,7 +95,6 @@
96
95
  "@atlaskit/select": "^16.5.0",
97
96
  "@atlaskit/table-tree": "^9.4.0",
98
97
  "@atlaskit/tabs": "^13.4.0",
99
- "@atlaskit/textarea": "^4.7.0",
100
98
  "@atlaskit/textfield": "^5.5.0",
101
99
  "@atlaskit/toggle": "^12.6.0",
102
100
  "@atlaskit/visual-regression": "*",
package/report.api.md CHANGED
@@ -1285,7 +1285,7 @@ type VoteCount = {
1285
1285
 
1286
1286
  ```json
1287
1287
  {
1288
- "@atlaskit/link-provider": "^1.6.3",
1288
+ "@atlaskit/link-provider": "^1.6.4",
1289
1289
  "react": "^16.8.0",
1290
1290
  "react-dom": "^16.8.0",
1291
1291
  "react-intl-next": "npm:react-intl@^5.18.1"