@atlaskit/inline-message 11.4.9 → 11.5.0

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,21 @@
1
1
  # @atlaskit/inline-message
2
2
 
3
+ ## 11.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 11.4.10
14
+
15
+ ### Patch Changes
16
+
17
+ - [`f6d92b4a378`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6d92b4a378) - Migrates unit tests from enzyme to RTL.
18
+
3
19
  ## 11.4.9
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.9",
3
+ "version": "11.5.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.9",
3
+ "version": "11.5.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.9",
3
+ "version": "11.5.0",
4
4
  "sideEffects": false
5
5
  }
@@ -25,7 +25,7 @@ interface InlineMessageProps {
25
25
  */
26
26
  appearance?: IconAppearance;
27
27
  /**
28
- * @deprecated Please avoid using this prop as we intend to remove the prop completely in a future release. See DSP-5207 for more information.
28
+ * @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-162 Internal documentation for deprecation (no external access)} Please avoid using this prop as we intend to remove the prop completely in a future release. See DSP-5207 for more information.
29
29
  * Instead use the 'appearance' prop.
30
30
  * Set the icon to be used before the title.
31
31
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-message",
3
- "version": "11.4.9",
3
+ "version": "11.5.0",
4
4
  "description": "An inline message lets users know when important information is available or when an action is required.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,11 +24,11 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/button": "^16.5.0",
28
- "@atlaskit/icon": "^21.11.0",
29
- "@atlaskit/inline-dialog": "^13.4.0",
30
- "@atlaskit/theme": "^12.2.0",
31
- "@atlaskit/tokens": "^1.0.0",
27
+ "@atlaskit/button": "^16.7.0",
28
+ "@atlaskit/icon": "^21.12.0",
29
+ "@atlaskit/inline-dialog": "^13.6.0",
30
+ "@atlaskit/theme": "^12.5.0",
31
+ "@atlaskit/tokens": "^1.3.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "@emotion/react": "^11.7.1"
34
34
  },
@@ -37,14 +37,15 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@atlaskit/docs": "*",
40
- "@atlaskit/ds-lib": "^2.0.1",
41
- "@atlaskit/section-message": "^6.3.0",
40
+ "@atlaskit/ds-lib": "^2.2.0",
41
+ "@atlaskit/section-message": "^6.4.0",
42
42
  "@atlaskit/ssr": "*",
43
43
  "@atlaskit/visual-regression": "*",
44
44
  "@atlaskit/webdriver-runner": "*",
45
45
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
46
+ "@emotion/jest": "^11.8.0",
46
47
  "@testing-library/react": "^12.1.5",
47
- "enzyme": "^3.10.0",
48
+ "@testing-library/user-event": "^14.4.3",
48
49
  "react-dom": "^16.8.0",
49
50
  "typescript": "4.5.5"
50
51
  },
@@ -66,8 +67,10 @@
66
67
  ],
67
68
  "ui-components": "lite-mode",
68
69
  "analytics": "analytics-next",
69
- "design-tokens": "spacing",
70
- "theming": "tokens",
70
+ "design-tokens": [
71
+ "color",
72
+ "spacing"
73
+ ],
71
74
  "deprecation": "no-deprecated-imports"
72
75
  }
73
76
  },