@atlaskit/link-datasource 1.29.1 → 1.29.3

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 (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/LICENSE.md +13 -0
  3. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 1.29.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#93886](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93886) [`1b6aa6632fb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b6aa6632fb8) - Adds Apache 2.0 license to the package
8
+
9
+ ## 1.29.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
14
+ - Updated dependencies
15
+
3
16
  ## 1.29.1
4
17
 
5
18
  ### Patch Changes
package/LICENSE.md ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2024 Atlassian Pty Ltd
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "1.29.1",
3
+ "version": "1.29.3",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
+ "author": "Atlassian Pty Ltd",
6
+ "license": "Apache-2.0",
5
7
  "publishConfig": {
6
8
  "registry": "https://registry.npmjs.org/"
7
9
  },
8
10
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
- "author": "Atlassian Pty Ltd",
10
11
  "main": "dist/cjs/index.js",
11
12
  "module": "dist/esm/index.js",
12
13
  "module:es2019": "dist/es2019/index.js",
@@ -62,10 +63,10 @@
62
63
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
63
64
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.1.0",
64
65
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
65
- "@atlaskit/primitives": "^5.5.0",
66
+ "@atlaskit/primitives": "^5.6.0",
66
67
  "@atlaskit/select": "^17.6.0",
67
68
  "@atlaskit/smart-card": "^26.57.0",
68
- "@atlaskit/smart-user-picker": "6.9.2",
69
+ "@atlaskit/smart-user-picker": "6.9.3",
69
70
  "@atlaskit/spinner": "^16.0.0",
70
71
  "@atlaskit/tag": "^12.0.0",
71
72
  "@atlaskit/textfield": "6.1.3",