@atlaskit/lozenge 11.3.9 → 11.4.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 +16 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +12 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/lozenge
|
|
2
2
|
|
|
3
|
+
## 11.4.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.3.10
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`df9cefb35e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df9cefb35e1) - Enrol @atlaskit/lozenge on push model consumption in Jira
|
|
18
|
+
|
|
3
19
|
## 11.3.9
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/lozenge",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0",
|
|
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/"
|
|
@@ -17,17 +17,20 @@
|
|
|
17
17
|
"atlassian": {
|
|
18
18
|
"team": "Design System Team",
|
|
19
19
|
"deprecatedAutoEntryPoints": true,
|
|
20
|
-
"releaseModel": "
|
|
20
|
+
"releaseModel": "continuous",
|
|
21
|
+
"productPushConsumption": [
|
|
22
|
+
"jira"
|
|
23
|
+
],
|
|
21
24
|
"website": {
|
|
22
25
|
"name": "Lozenge",
|
|
23
26
|
"category": "Components"
|
|
24
27
|
}
|
|
25
28
|
},
|
|
26
29
|
"dependencies": {
|
|
27
|
-
"@atlaskit/codemod-utils": "^4.
|
|
28
|
-
"@atlaskit/ds-explorations": "^2.
|
|
29
|
-
"@atlaskit/theme": "^12.
|
|
30
|
-
"@atlaskit/tokens": "^1.
|
|
30
|
+
"@atlaskit/codemod-utils": "^4.2.0",
|
|
31
|
+
"@atlaskit/ds-explorations": "^2.1.0",
|
|
32
|
+
"@atlaskit/theme": "^12.5.0",
|
|
33
|
+
"@atlaskit/tokens": "^1.3.0",
|
|
31
34
|
"@babel/runtime": "^7.0.0"
|
|
32
35
|
},
|
|
33
36
|
"peerDependencies": {
|
|
@@ -36,9 +39,9 @@
|
|
|
36
39
|
"devDependencies": {
|
|
37
40
|
"@atlaskit/button": "*",
|
|
38
41
|
"@atlaskit/docs": "*",
|
|
39
|
-
"@atlaskit/ds-lib": "^2.
|
|
40
|
-
"@atlaskit/primitives": "^0.
|
|
41
|
-
"@atlaskit/section-message": "^6.
|
|
42
|
+
"@atlaskit/ds-lib": "^2.2.0",
|
|
43
|
+
"@atlaskit/primitives": "^0.9.0",
|
|
44
|
+
"@atlaskit/section-message": "^6.4.0",
|
|
42
45
|
"@atlaskit/ssr": "*",
|
|
43
46
|
"@atlaskit/visual-regression": "*",
|
|
44
47
|
"@atlaskit/webdriver-runner": "*",
|