@atlaskit/badge 18.2.1 → 18.2.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.
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/badge
2
2
 
3
+ ## 18.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.2.1
4
10
 
5
11
  ### Patch Changes
@@ -686,7 +692,6 @@
686
692
  - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
687
693
  [`942dd25df09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/942dd25df09) - In this
688
694
  version we made **Badge** dramatically faster and lighter.
689
-
690
695
  - General performance improvements.
691
696
 
692
697
  - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
@@ -825,7 +830,6 @@
825
830
  will automatically be upgraded.
826
831
 
827
832
  What will be changed:
828
-
829
833
  - It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
830
834
  `appearance` prop value) to `style` prop.
831
835
 
@@ -1007,7 +1011,6 @@
1007
1011
 
1008
1012
  Change imports to comply with Atlassian conventions- Updated dependencies
1009
1013
  [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
1010
-
1011
1014
  - @atlaskit/webdriver-runner@0.3.4
1012
1015
 
1013
1016
  ## 13.1.7
@@ -1043,7 +1046,6 @@
1043
1046
 
1044
1047
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1045
1048
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1046
-
1047
1049
  - @atlaskit/docs@8.3.2
1048
1050
  - @atlaskit/visual-regression@0.1.9
1049
1051
  - @atlaskit/theme@9.5.1
@@ -1057,7 +1059,6 @@
1057
1059
  Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
1058
1060
  Updated dependencies
1059
1061
  [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
1060
-
1061
1062
  - @atlaskit/theme@9.5.0
1062
1063
 
1063
1064
  ## 13.1.3
@@ -1161,7 +1162,6 @@
1161
1162
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1162
1163
 
1163
1164
  In this PR, we are:
1164
-
1165
1165
  - Re-introducing dist build folders
1166
1166
  - Adding back cjs
1167
1167
  - Replacing es5 by cjs and es2015 by esm
@@ -1204,20 +1204,17 @@
1204
1204
  ## 12.0.0
1205
1205
 
1206
1206
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1207
-
1208
1207
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1209
1208
  this package, please ensure you use at least this version of react and react-dom.
1210
1209
 
1211
1210
  ## 11.0.3
1212
1211
 
1213
1212
  - [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
1214
-
1215
1213
  - index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
1216
1214
 
1217
1215
  ## 11.0.2
1218
1216
 
1219
1217
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1220
-
1221
1218
  - Bump tslib
1222
1219
 
1223
1220
  ## 11.0.1
@@ -1230,7 +1227,6 @@
1230
1227
  ## 11.0.0
1231
1228
 
1232
1229
  - [major][c95557e3ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c95557e3ff):
1233
-
1234
1230
  - Drops flow support.
1235
1231
  - Badge has been internally converted to TypeScript.
1236
1232
  - Typescript consumers will get static type safety.
@@ -1239,13 +1235,11 @@
1239
1235
  ## 10.0.1
1240
1236
 
1241
1237
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1242
-
1243
1238
  - Removes duplicate babel-runtime dependency
1244
1239
 
1245
1240
  ## 10.0.0
1246
1241
 
1247
1242
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1248
-
1249
1243
  - Drop ES5 from all the flow modules
1250
1244
 
1251
1245
  ### Dropping CJS support in all @atlaskit packages
@@ -1296,7 +1290,6 @@
1296
1290
  ## 9.2.1
1297
1291
 
1298
1292
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1299
-
1300
1293
  - Change API to experimental theming API to namespace component themes into separate contexts and
1301
1294
  make theming simpler. Update all dependant components.
1302
1295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "18.2.1",
3
+ "version": "18.2.2",
4
4
  "description": "A badge is a visual indicator for numeric values such as tallies and scores.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,9 +35,9 @@
35
35
  "@atlaskit/codemod-utils": "^4.2.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
37
  "@atlaskit/primitives": "^15.0.0",
38
- "@atlaskit/tokens": "^6.5.0",
38
+ "@atlaskit/tokens": "^7.0.0",
39
39
  "@babel/runtime": "^7.0.0",
40
- "@compiled/react": "^0.18.3"
40
+ "@compiled/react": "^0.18.6"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^18.2.0"
@@ -46,7 +46,7 @@
46
46
  "@af/accessibility-testing": "workspace:^",
47
47
  "@af/integration-testing": "workspace:^",
48
48
  "@af/visual-regression": "workspace:^",
49
- "@atlaskit/docs": "^11.1.0",
49
+ "@atlaskit/docs": "^11.2.0",
50
50
  "@atlaskit/ds-lib": "^5.1.0",
51
51
  "@atlaskit/link": "^3.2.0",
52
52
  "@atlaskit/section-message": "^8.7.0",