@atlaskit/lozenge 11.3.7 → 11.3.9

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/lozenge
2
2
 
3
+ ## 11.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
8
+
9
+ ## 11.3.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
14
+
3
15
  ## 11.3.7
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.3.7",
3
+ "version": "11.3.9",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.3.7",
3
+ "version": "11.3.9",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.3.7",
3
+ "version": "11.3.9",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.3.7",
3
+ "version": "11.3.9",
4
4
  "description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -15,7 +15,6 @@
15
15
  "sideEffects": false,
16
16
  "atlaskit:src": "src/index.tsx",
17
17
  "atlassian": {
18
- "disableProductCI": true,
19
18
  "team": "Design System Team",
20
19
  "deprecatedAutoEntryPoints": true,
21
20
  "releaseModel": "scheduled",
@@ -27,8 +26,8 @@
27
26
  "dependencies": {
28
27
  "@atlaskit/codemod-utils": "^4.1.0",
29
28
  "@atlaskit/ds-explorations": "^2.0.0",
30
- "@atlaskit/theme": "^12.2.0",
31
- "@atlaskit/tokens": "^1.0.0",
29
+ "@atlaskit/theme": "^12.4.0",
30
+ "@atlaskit/tokens": "^1.2.0",
32
31
  "@babel/runtime": "^7.0.0"
33
32
  },
34
33
  "peerDependencies": {
@@ -38,6 +37,7 @@
38
37
  "@atlaskit/button": "*",
39
38
  "@atlaskit/docs": "*",
40
39
  "@atlaskit/ds-lib": "^2.1.1",
40
+ "@atlaskit/primitives": "^0.8.0",
41
41
  "@atlaskit/section-message": "^6.3.0",
42
42
  "@atlaskit/ssr": "*",
43
43
  "@atlaskit/visual-regression": "*",
@@ -66,8 +66,10 @@
66
66
  "lite-mode"
67
67
  ],
68
68
  "analytics": "analytics-next",
69
- "design-tokens": "spacing",
70
- "theming": "tokens",
69
+ "design-tokens": [
70
+ "color",
71
+ "spacing"
72
+ ],
71
73
  "deprecation": "no-deprecated-imports"
72
74
  }
73
75
  },