@atlaskit/jql-editor 5.0.0 → 5.0.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,23 @@
1
1
  # @atlaskit/jql-editor
2
2
 
3
+ ## 5.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#120533](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/120533)
8
+ [`f1bec731e278f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f1bec731e278f) -
9
+ Adds a `sideEffects` field to ensure this package does not have Compiled styles tree-shaken in the
10
+ future to avoid an accidental regression.
11
+
12
+ This is related to
13
+ https://community.developer.atlassian.com/t/rfc-73-migrating-our-components-to-compiled-css-in-js/85953
14
+
15
+ ## 5.0.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 5.0.0
4
22
 
5
23
  ### Major Changes
@@ -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", "5.0.0", _jqlEditorCommon.ANALYTICS_CHANNEL);
9
+ return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "5.0.2", _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", "5.0.0", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.0.2", 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", "5.0.0", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.0.2", ANALYTICS_CHANNEL);
4
4
  };
package/i18n/package.json CHANGED
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/i18n/index.js",
4
4
  "module": "../dist/esm/i18n/index.js",
5
5
  "module:es2019": "../dist/es2019/i18n/index.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/i18n/index.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/jql-editor",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
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",
@@ -28,7 +28,9 @@
28
28
  ]
29
29
  }
30
30
  },
31
- "sideEffects": false,
31
+ "sideEffects": [
32
+ "*.compiled.css"
33
+ ],
32
34
  "atlaskit:src": "src/index.ts",
33
35
  "af:exports": {
34
36
  ".": "./src/index.ts",
@@ -37,21 +39,21 @@
37
39
  "dependencies": {
38
40
  "@atlaskit/analytics-gas-types": "^5.1.0",
39
41
  "@atlaskit/analytics-next": "^11.0.0",
40
- "@atlaskit/avatar": "^22.0.0",
41
- "@atlaskit/button": "^21.0.0",
42
+ "@atlaskit/avatar": "^23.0.0",
43
+ "@atlaskit/button": "^21.1.0",
42
44
  "@atlaskit/editor-prosemirror": "7.0.0",
43
45
  "@atlaskit/form": "^12.0.0",
44
- "@atlaskit/icon": "^24.0.0",
46
+ "@atlaskit/icon": "^24.1.0",
45
47
  "@atlaskit/jql-ast": "^3.3.0",
46
48
  "@atlaskit/jql-autocomplete": "^2.0.0",
47
49
  "@atlaskit/jql-editor-common": "^3.0.0",
48
50
  "@atlaskit/jql-parser": "^2.0.0",
49
51
  "@atlaskit/legacy-custom-icons": "^0.22.0",
50
52
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
- "@atlaskit/primitives": "^14.0.0",
53
+ "@atlaskit/primitives": "^14.1.0",
52
54
  "@atlaskit/spinner": "^18.0.0",
53
55
  "@atlaskit/theme": "^17.0.0",
54
- "@atlaskit/tokens": "^4.0.0",
56
+ "@atlaskit/tokens": "^4.2.0",
55
57
  "@atlaskit/tooltip": "^20.0.0",
56
58
  "@babel/runtime": "^7.0.0",
57
59
  "@emotion/react": "^11.7.1",