@atlaskit/lozenge 13.0.13 → 13.0.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -13
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/lozenge
2
2
 
3
+ ## 13.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 13.0.13
4
10
 
5
11
  ### Patch Changes
@@ -620,7 +626,6 @@
620
626
 
621
627
  - [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076)
622
628
  [`25e09731caa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25e09731caa) - Fixes:
623
-
624
629
  - Removes `vertical-align: baseline` from Lozenge which was being applied incorrectly.
625
630
  - Removes a default prop which was causing unintended re-renders.
626
631
 
@@ -818,7 +823,6 @@
818
823
  - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
819
824
  [`1cd379a2199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd379a2199) - - In
820
825
  this version we made `Lozenge` dramatically faster and lighter. 🤩
821
-
822
826
  - General performance improvements.
823
827
 
824
828
  - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
@@ -901,7 +905,6 @@
901
905
  will automatically be upgraded.
902
906
 
903
907
  What will be changed:
904
-
905
908
  - It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
906
909
  `appearance` prop value) to `style` prop.
907
910
 
@@ -1064,7 +1067,6 @@
1064
1067
 
1065
1068
  Change imports to comply with Atlassian conventions- Updated dependencies
1066
1069
  [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
1067
-
1068
1070
  - @atlaskit/webdriver-runner@0.3.4
1069
1071
 
1070
1072
  ## 9.1.6
@@ -1100,7 +1102,6 @@
1100
1102
 
1101
1103
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1102
1104
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1103
-
1104
1105
  - @atlaskit/docs@8.3.2
1105
1106
  - @atlaskit/visual-regression@0.1.9
1106
1107
  - @atlaskit/theme@9.5.1
@@ -1114,7 +1115,6 @@
1114
1115
  Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
1115
1116
  Updated dependencies
1116
1117
  [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
1117
-
1118
1118
  - @atlaskit/theme@9.5.0
1119
1119
 
1120
1120
  ## 9.1.2
@@ -1190,7 +1190,6 @@
1190
1190
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1191
1191
 
1192
1192
  In this PR, we are:
1193
-
1194
1193
  - Re-introducing dist build folders
1195
1194
  - Adding back cjs
1196
1195
  - Replacing es5 by cjs and es2015 by esm
@@ -1211,21 +1210,18 @@
1211
1210
  ## 9.0.0
1212
1211
 
1213
1212
  - [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
1214
-
1215
1213
  - Lozenge has been converted to Typescript. Typescript consumers will now get static type safety.
1216
1214
  Flow types are no longer provided. No API or behavioural changes.
1217
1215
 
1218
1216
  ## 8.0.0
1219
1217
 
1220
1218
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1221
-
1222
1219
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1223
1220
  this package, please ensure you use at least this version of react and react-dom.
1224
1221
 
1225
1222
  ## 7.0.3
1226
1223
 
1227
1224
  - [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
1228
-
1229
1225
  - Add emotion and remove styled-components
1230
1226
 
1231
1227
  ## 7.0.2
@@ -1238,13 +1234,11 @@
1238
1234
  ## 7.0.1
1239
1235
 
1240
1236
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1241
-
1242
1237
  - Removes duplicate babel-runtime dependency
1243
1238
 
1244
1239
  ## 7.0.0
1245
1240
 
1246
1241
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1247
-
1248
1242
  - Drop ES5 from all the flow modules
1249
1243
 
1250
1244
  ### Dropping CJS support in all @atlaskit packages
@@ -1295,7 +1289,6 @@
1295
1289
  ## 6.2.3
1296
1290
 
1297
1291
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1298
-
1299
1292
  - Change API to experimental theming API to namespace component themes into separate contexts and
1300
1293
  make theming simpler. Update all dependant components.
1301
1294
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "13.0.13",
3
+ "version": "13.0.14",
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/"
@@ -37,9 +37,9 @@
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/primitives": "^15.0.0",
39
39
  "@atlaskit/theme": "^21.0.0",
40
- "@atlaskit/tokens": "^6.5.0",
40
+ "@atlaskit/tokens": "^7.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
- "@compiled/react": "^0.18.3"
42
+ "@compiled/react": "^0.18.6"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.2.0"
@@ -48,7 +48,7 @@
48
48
  "@af/accessibility-testing": "workspace:^",
49
49
  "@af/integration-testing": "workspace:^",
50
50
  "@af/visual-regression": "workspace:^",
51
- "@atlaskit/docs": "^11.1.0",
51
+ "@atlaskit/docs": "^11.2.0",
52
52
  "@atlaskit/ds-lib": "^5.1.0",
53
53
  "@atlaskit/heading": "^5.2.0",
54
54
  "@atlaskit/link": "^3.2.0",