@atlaskit/link-picker 1.23.1 → 1.23.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,11 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.23.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`44d226ae268`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44d226ae268) - [ux] This adds support for Confluence Whiteboards in Link Picker search. This also adds a new scope in `@atlassian/search-client`, which contains pages, blogs and whiteboards.
8
+
3
9
  ## 1.23.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -86,7 +86,7 @@
86
86
  "@atlaskit/webdriver-runner": "*",
87
87
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
88
88
  "@atlassian/feature-flags-test-utils": "*",
89
- "@atlassian/link-picker-atlassian-plugin": "^33.2.0",
89
+ "@atlassian/link-picker-atlassian-plugin": "^33.3.0",
90
90
  "@atlassian/link-picker-plugins": "^22.2.0",
91
91
  "@atlassian/recent-work-client": "^1.8.0",
92
92
  "@testing-library/dom": "^8.17.1",