@atlaskit/badge 18.2.1 → 18.2.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.2.1
4
16
 
5
17
  ### Patch Changes
@@ -686,7 +698,6 @@
686
698
  - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
687
699
  [`942dd25df09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/942dd25df09) - In this
688
700
  version we made **Badge** dramatically faster and lighter.
689
-
690
701
  - General performance improvements.
691
702
 
692
703
  - We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
@@ -825,7 +836,6 @@
825
836
  will automatically be upgraded.
826
837
 
827
838
  What will be changed:
828
-
829
839
  - It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
830
840
  `appearance` prop value) to `style` prop.
831
841
 
@@ -1007,7 +1017,6 @@
1007
1017
 
1008
1018
  Change imports to comply with Atlassian conventions- Updated dependencies
1009
1019
  [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
1010
-
1011
1020
  - @atlaskit/webdriver-runner@0.3.4
1012
1021
 
1013
1022
  ## 13.1.7
@@ -1043,7 +1052,6 @@
1043
1052
 
1044
1053
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1045
1054
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1046
-
1047
1055
  - @atlaskit/docs@8.3.2
1048
1056
  - @atlaskit/visual-regression@0.1.9
1049
1057
  - @atlaskit/theme@9.5.1
@@ -1057,7 +1065,6 @@
1057
1065
  Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
1058
1066
  Updated dependencies
1059
1067
  [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
1060
-
1061
1068
  - @atlaskit/theme@9.5.0
1062
1069
 
1063
1070
  ## 13.1.3
@@ -1161,7 +1168,6 @@
1161
1168
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1162
1169
 
1163
1170
  In this PR, we are:
1164
-
1165
1171
  - Re-introducing dist build folders
1166
1172
  - Adding back cjs
1167
1173
  - Replacing es5 by cjs and es2015 by esm
@@ -1204,20 +1210,17 @@
1204
1210
  ## 12.0.0
1205
1211
 
1206
1212
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1207
-
1208
1213
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1209
1214
  this package, please ensure you use at least this version of react and react-dom.
1210
1215
 
1211
1216
  ## 11.0.3
1212
1217
 
1213
1218
  - [patch][50e8c82ec4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/50e8c82ec4):
1214
-
1215
1219
  - index.ts is now ignored when published to npm to avoid ambiguity between ts and js files
1216
1220
 
1217
1221
  ## 11.0.2
1218
1222
 
1219
1223
  - [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
1220
-
1221
1224
  - Bump tslib
1222
1225
 
1223
1226
  ## 11.0.1
@@ -1230,7 +1233,6 @@
1230
1233
  ## 11.0.0
1231
1234
 
1232
1235
  - [major][c95557e3ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c95557e3ff):
1233
-
1234
1236
  - Drops flow support.
1235
1237
  - Badge has been internally converted to TypeScript.
1236
1238
  - Typescript consumers will get static type safety.
@@ -1239,13 +1241,11 @@
1239
1241
  ## 10.0.1
1240
1242
 
1241
1243
  - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1242
-
1243
1244
  - Removes duplicate babel-runtime dependency
1244
1245
 
1245
1246
  ## 10.0.0
1246
1247
 
1247
1248
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1248
-
1249
1249
  - Drop ES5 from all the flow modules
1250
1250
 
1251
1251
  ### Dropping CJS support in all @atlaskit packages
@@ -1296,7 +1296,6 @@
1296
1296
  ## 9.2.1
1297
1297
 
1298
1298
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1299
-
1300
1299
  - Change API to experimental theming API to namespace component themes into separate contexts and
1301
1300
  make theming simpler. Update all dependant components.
1302
1301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/badge",
3
- "version": "18.2.1",
3
+ "version": "18.2.3",
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": "^15.0.0",
38
- "@atlaskit/tokens": "^6.5.0",
37
+ "@atlaskit/primitives": "^16.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",