@atlaskit/smart-card 26.9.10 → 26.9.12

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,17 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 26.9.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 26.9.11
10
+
11
+ ### Patch Changes
12
+
13
+ - [`3fb20c4aeba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb20c4aeba) - Add postinstall check to enforce internal peer dependencies
14
+
3
15
  ## 26.9.10
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.9.10",
3
+ "version": "26.9.12",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.9.10",
3
+ "version": "26.9.12",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.9.10",
3
+ "version": "26.9.12",
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.9.10",
3
+ "version": "26.9.12",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,6 +28,7 @@
28
28
  "@atlaskit/avatar-group": "^9.3.0",
29
29
  "@atlaskit/button": "^16.8.0",
30
30
  "@atlaskit/dropdown-menu": "^11.10.0",
31
+ "@atlaskit/enforce-peer-dependencies": "^1.0.1",
31
32
  "@atlaskit/frontend-utilities": "^2.7.0",
32
33
  "@atlaskit/icon": "^21.12.0",
33
34
  "@atlaskit/icon-file-type": "^6.4.0",
@@ -37,7 +38,7 @@
37
38
  "@atlaskit/link-analytics": "^8.2.0",
38
39
  "@atlaskit/link-client-extension": "^1.5.0",
39
40
  "@atlaskit/link-extractors": "^1.1.0",
40
- "@atlaskit/linking-common": "^3.4.0",
41
+ "@atlaskit/linking-common": "^4.0.0",
41
42
  "@atlaskit/linking-types": "^8.2.0",
42
43
  "@atlaskit/logo": "^13.14.0",
43
44
  "@atlaskit/lozenge": "^11.4.0",
@@ -144,5 +145,8 @@
144
145
  "type": "boolean"
145
146
  }
146
147
  },
147
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
148
+ "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
149
+ "scripts": {
150
+ "postinstall": "npx enforce-peer-dependencies --internal-packages"
151
+ }
148
152
  }