@atlaskit/link-datasource 4.12.2 → 4.13.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#182230](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/182230)
8
+ [`f11dd07fddad7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f11dd07fddad7) -
9
+ [ux] EDM-11898 cleaning up platform-linking-visual-refresh-v1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.12.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.12.2",
3
+ "version": "4.13.0",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -77,7 +77,7 @@
77
77
  "@atlaskit/primitives": "^14.10.0",
78
78
  "@atlaskit/react-select": "^3.2.0",
79
79
  "@atlaskit/select": "^21.1.0",
80
- "@atlaskit/smart-card": "^39.1.0",
80
+ "@atlaskit/smart-card": "^39.2.0",
81
81
  "@atlaskit/smart-user-picker": "^8.0.0",
82
82
  "@atlaskit/spinner": "^18.0.0",
83
83
  "@atlaskit/tag": "^14.0.0",
@@ -175,9 +175,6 @@
175
175
  "assets_as_an_app_v2": {
176
176
  "type": "boolean"
177
177
  },
178
- "platform-linking-visual-refresh-v1": {
179
- "type": "boolean"
180
- },
181
178
  "platform-linking-visual-refresh-sllv": {
182
179
  "type": "boolean"
183
180
  },