@atlaskit/smart-card 26.9.14 → 26.9.15

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
+ ## 26.9.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b9355830504`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9355830504) - Opt out of peer dependency enforcement
8
+
3
9
  ## 26.9.14
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.9.14",
3
+ "version": "26.9.15",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.9.14",
3
+ "version": "26.9.15",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.9.14",
3
+ "version": "26.9.15",
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.14",
3
+ "version": "26.9.15",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,7 +28,6 @@
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",
32
31
  "@atlaskit/frontend-utilities": "^2.7.0",
33
32
  "@atlaskit/icon": "^21.12.0",
34
33
  "@atlaskit/icon-file-type": "^6.4.0",
@@ -145,8 +144,5 @@
145
144
  "type": "boolean"
146
145
  }
147
146
  },
148
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
149
- "scripts": {
150
- "postinstall": "npx enforce-peer-dependencies --internal-packages"
151
- }
147
+ "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
152
148
  }