@atlaskit/editor-core 176.0.0 → 176.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,17 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 176.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 176.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 176.0.0
4
16
 
5
17
  ### Major Changes
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = "@atlaskit/editor-core";
8
8
  exports.name = name;
9
- var version = "176.0.0";
9
+ var version = "176.0.2";
10
10
  exports.version = version;
11
11
 
12
12
  var nextMajorVersion = function nextMajorVersion() {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "176.0.0",
3
+ "version": "176.0.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "176.0.0";
2
+ export const version = "176.0.2";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "176.0.0",
3
+ "version": "176.0.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "176.0.0";
2
+ export var version = "176.0.2";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "176.0.0",
3
+ "version": "176.0.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "176.0.0",
3
+ "version": "176.0.2",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -69,7 +69,7 @@
69
69
  "@atlaskit/radio": "^5.4.0",
70
70
  "@atlaskit/section-message": "^6.3.0",
71
71
  "@atlaskit/select": "^16.0.0",
72
- "@atlaskit/smart-card": "^23.7.0",
72
+ "@atlaskit/smart-card": "^23.9.0",
73
73
  "@atlaskit/smart-user-picker": "^6.0.0",
74
74
  "@atlaskit/spinner": "^15.3.0",
75
75
  "@atlaskit/status": "^1.2.0",
@@ -79,7 +79,7 @@
79
79
  "@atlaskit/textfield": "^5.3.0",
80
80
  "@atlaskit/theme": "^12.2.0",
81
81
  "@atlaskit/toggle": "^12.5.0",
82
- "@atlaskit/tokens": "^0.11.0",
82
+ "@atlaskit/tokens": "^0.13.0",
83
83
  "@atlaskit/tooltip": "^17.6.0",
84
84
  "@atlaskit/util-service-support": "^6.1.0",
85
85
  "@atlaskit/width-detector": "^4.0.0",
@@ -134,7 +134,7 @@
134
134
  },
135
135
  "devDependencies": {
136
136
  "@atlaskit/atlassian-navigation": "^2.3.0",
137
- "@atlaskit/breadcrumbs": "11.7.5",
137
+ "@atlaskit/breadcrumbs": "11.7.7",
138
138
  "@atlaskit/code": "^14.4.0",
139
139
  "@atlaskit/collab-provider": "7.7.0",
140
140
  "@atlaskit/docs": "*",
@@ -155,7 +155,7 @@
155
155
  "@atlaskit/media-test-helpers": "^30.0.0",
156
156
  "@atlaskit/menu": "^1.4.0",
157
157
  "@atlaskit/page-layout": "^1.3.0",
158
- "@atlaskit/profilecard": "^17.3.0",
158
+ "@atlaskit/profilecard": "^18.0.0",
159
159
  "@atlaskit/pubsub": "^6.0.0",
160
160
  "@atlaskit/renderer": "^104.0.0",
161
161
  "@atlaskit/section-message": "^6.3.0",
@@ -171,7 +171,7 @@
171
171
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
172
172
  "@atlassian/link-picker-atlassian-plugin": "^26.0.0",
173
173
  "@atlassian/link-picker-plugins": "^14.0.0",
174
- "@atlassian/search-provider": "2.3.7",
174
+ "@atlassian/search-provider": "2.3.8",
175
175
  "@atlassian/ufo": "^0.1.0",
176
176
  "@emotion/jest": "^11.8.0",
177
177
  "@storybook/addon-knobs": "^5.3.18",