@atlaskit/code 14.5.0 → 14.5.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,18 @@
1
1
  # @atlaskit/code
2
2
 
3
+ ## 14.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3ca97be0c06`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ca97be0c06) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
8
+
9
+ ## 14.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
14
+ - Updated dependencies
15
+
3
16
  ## 14.5.0
4
17
 
5
18
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.5.0",
3
+ "version": "14.5.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.5.0",
3
+ "version": "14.5.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.5.0",
3
+ "version": "14.5.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/code",
3
- "version": "14.5.0",
3
+ "version": "14.5.2",
4
4
  "description": "Code highlights short strings of code snippets inline with body text.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@atlaskit/codemod-utils": "^4.1.0",
30
- "@atlaskit/theme": "^12.2.0",
30
+ "@atlaskit/theme": "^12.3.0",
31
31
  "@atlaskit/tokens": "^1.2.0",
32
32
  "@atlaskit/tooltip": "^17.7.0",
33
33
  "@babel/runtime": "^7.0.0",
@@ -44,6 +44,7 @@
44
44
  "@atlaskit/ds-explorations": "^2.0.1",
45
45
  "@atlaskit/ds-lib": "^2.1.0",
46
46
  "@atlaskit/form": "^8.8.0",
47
+ "@atlaskit/primitives": "^0.4.0",
47
48
  "@atlaskit/section-message": "^6.3.0",
48
49
  "@atlaskit/ssr": "*",
49
50
  "@atlaskit/toggle": "^12.5.0",