@atlaskit/jql-editor 5.6.2 → 5.6.4

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/jql-editor
2
2
 
3
+ ## 5.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.6.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.6.2
4
16
 
5
17
  ### Patch Changes
@@ -1161,7 +1173,6 @@
1161
1173
  - [#20341](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20341)
1162
1174
  [`af6e73a1e17`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af6e73a1e17) - Bumping
1163
1175
  dependencies via Renovate:
1164
-
1165
1176
  - react-loosely-lazy
1166
1177
 
1167
1178
  ## 2.5.3
@@ -1358,7 +1369,6 @@
1358
1369
  ### Minor Changes
1359
1370
 
1360
1371
  - 99dde51: Support AtlasKit-like field styling
1361
-
1362
1372
  - Now editor won't render search related elements (search button, "Enter to search" text, etc.) if
1363
1373
  `onSearch` callback isn't provided
1364
1374
  - Now editor exposes an `isCompact` prop to control spacing: `false` to match AK's default field
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.useJqlEditorAnalytics = void 0;
7
7
  var _jqlEditorCommon = require("@atlaskit/jql-editor-common");
8
8
  var useJqlEditorAnalytics = exports.useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
9
- return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "0.0.0-development", _jqlEditorCommon.ANALYTICS_CHANNEL);
9
+ return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "5.6.3", _jqlEditorCommon.ANALYTICS_CHANNEL);
10
10
  };
@@ -1,4 +1,4 @@
1
1
  import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
2
2
  export const useJqlEditorAnalytics = analyticsSource => {
3
- return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "0.0.0-development", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.6.3", ANALYTICS_CHANNEL);
4
4
  };
@@ -1,4 +1,4 @@
1
1
  import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
2
2
  export var useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
3
- return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "0.0.0-development", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.6.3", ANALYTICS_CHANNEL);
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/jql-editor",
3
- "version": "5.6.2",
3
+ "version": "5.6.4",
4
4
  "description": "This package allows consumers to render an advanced JQL editor component to enable autocomplete-assisted authoring and validation of JQL queries.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,11 +48,11 @@
48
48
  "@atlaskit/link": "^3.2.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
50
50
  "@atlaskit/popper": "^7.1.0",
51
- "@atlaskit/primitives": "^15.0.0",
51
+ "@atlaskit/primitives": "^16.0.0",
52
52
  "@atlaskit/prosemirror-history": "^0.2.0",
53
53
  "@atlaskit/spinner": "^19.0.0",
54
54
  "@atlaskit/theme": "^21.0.0",
55
- "@atlaskit/tokens": "^6.5.0",
55
+ "@atlaskit/tokens": "^7.0.0",
56
56
  "@atlaskit/tooltip": "^20.5.0",
57
57
  "@babel/runtime": "^7.0.0",
58
58
  "@emotion/react": "^11.7.1",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@af/integration-testing": "workspace:^",
78
- "@atlaskit/docs": "^11.1.0",
78
+ "@atlaskit/docs": "^11.2.0",
79
79
  "@atlaskit/jql-editor-autocomplete-rest": "^3.0.0",
80
80
  "@atlassian/feature-flags-test-utils": "^0.3.0",
81
81
  "@storybook/addon-actions": "^8.6.14",