@atlaskit/badge 18.2.0 → 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 +12 -13
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/badge
2
2
 
3
+ ## 18.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.2.0
4
16
 
5
17
  ### Minor Changes
@@ -680,7 +692,6 @@
680
692
  - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
681
693
  [`942dd25df09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/942dd25df09) - In this
682
694
  version we made **Badge** dramatically faster and lighter.
683
-
684
695
  - General performance improvements.
685
696
 
686
697
  - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
@@ -819,7 +830,6 @@
819
830
  will automatically be upgraded.
820
831
 
821
832
  What will be changed:
822
-
823
833
  - It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
824
834
  `appearance` prop value) to `style` prop.
825
835
 
@@ -1001,7 +1011,6 @@
1001
1011
 
1002
1012
  Change imports to comply with Atlassian conventions- Updated dependencies
1003
1013
  [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
1004
-
1005
1014
  - @atlaskit/webdriver-runner@0.3.4
1006
1015
 
1007
1016
  ## 13.1.7
@@ -1037,7 +1046,6 @@
1037
1046
 
1038
1047
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1039
1048
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1040
-
1041
1049
  - @atlaskit/docs@8.3.2
1042
1050
  - @atlaskit/visual-regression@0.1.9
1043
1051
  - @atlaskit/theme@9.5.1
@@ -1051,7 +1059,6 @@
1051
1059
  Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
1052
1060
  Updated dependencies
1053
1061
  [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
1054
-
1055
1062
  - @atlaskit/theme@9.5.0
1056
1063
 
1057
1064
  ## 13.1.3
@@ -1155,7 +1162,6 @@
1155
1162
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1156
1163
 
1157
1164
  In this PR, we are:
1158
-
1159
1165
  - Re-introducing dist build folders
1160
1166
  - Adding back cjs
1161
1167
  - Replacing es5 by cjs and es2015 by esm
@@ -1198,20 +1204,17 @@
1198
1204
  ## 12.0.0
1199
1205
 
1200
1206
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1201
-
1202
1207
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1203
1208
  this package, please ensure you use at least this version of react and react-dom.
1204
1209
 
1205
1210
  ## 11.0.3
1206
1211
 
1207
1212
  - [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
1208
-
1209
1213
  - index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
1210
1214
 
1211
1215
  ## 11.0.2
1212
1216
 
1213
1217
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1214
-
1215
1218
  - Bump tslib
1216
1219
 
1217
1220
  ## 11.0.1
@@ -1224,7 +1227,6 @@
1224
1227
  ## 11.0.0
1225
1228
 
1226
1229
  - [major][c95557e3ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c95557e3ff):
1227
-
1228
1230
  - Drops flow support.
1229
1231
  - Badge has been internally converted to TypeScript.
1230
1232
  - Typescript consumers will get static type safety.
@@ -1233,13 +1235,11 @@
1233
1235
  ## 10.0.1
1234
1236
 
1235
1237
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1236
-
1237
1238
  - Removes duplicate babel-runtime dependency
1238
1239
 
1239
1240
  ## 10.0.0
1240
1241
 
1241
1242
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1242
-
1243
1243
  - Drop ES5 from all the flow modules
1244
1244
 
1245
1245
  ### Dropping CJS support in all @atlaskit packages
@@ -1290,7 +1290,6 @@
1290
1290
  ## 9.2.1
1291
1291
 
1292
1292
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1293
-
1294
1293
  - Change API to experimental theming API to namespace component themes into separate contexts and
1295
1294
  make theming simpler. Update all dependant components.
1296
1295
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "18.2.0",
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/"
@@ -34,10 +34,10 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/codemod-utils": "^4.2.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/primitives": "^14.15.0",
38
- "@atlaskit/tokens": "^6.4.0",
37
+ "@atlaskit/primitives": "^15.0.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",