@automattic/jetpack-components 0.50.0 → 0.50.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.50.2] - 2024-03-14
6
+ ### Added
7
+ - Add Bluesky color [#36181]
8
+
9
+ ## [0.50.1] - 2024-03-12
10
+ ### Added
11
+ - Social Logos: add new SMS icon. [#36176]
12
+
13
+ ### Changed
14
+ - Updated package dependencies. [#36325]
15
+
5
16
  ## [0.50.0] - 2024-03-07
6
17
  ### Added
7
18
  - Fix typescript errors [#35904]
@@ -971,6 +982,8 @@
971
982
  ### Changed
972
983
  - Update node version requirement to 14.16.1
973
984
 
985
+ [0.50.2]: https://github.com/Automattic/jetpack-components/compare/0.50.1...0.50.2
986
+ [0.50.1]: https://github.com/Automattic/jetpack-components/compare/0.50.0...0.50.1
974
987
  [0.50.0]: https://github.com/Automattic/jetpack-components/compare/0.49.2...0.50.0
975
988
  [0.49.2]: https://github.com/Automattic/jetpack-components/compare/0.49.1...0.49.2
976
989
  [0.49.1]: https://github.com/Automattic/jetpack-components/compare/0.49.0...0.49.1
@@ -11,6 +11,9 @@
11
11
 
12
12
  .socialIcon {
13
13
  fill: $gray-700;
14
+ &.bluesky {
15
+ fill: var( --color-bluesky );
16
+ }
14
17
  &.facebook {
15
18
  fill: var( --color-facebook );
16
19
  border-radius: 50% !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.50.0",
3
+ "version": "0.50.2",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -15,26 +15,26 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@automattic/format-currency": "1.0.1",
18
- "@automattic/jetpack-boost-score-api": "^0.1.25",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.26",
19
19
  "@babel/runtime": "^7",
20
- "@wordpress/browserslist-config": "5.35.0",
21
- "@wordpress/components": "27.0.0",
22
- "@wordpress/compose": "6.29.0",
23
- "@wordpress/data": "9.22.0",
24
- "@wordpress/date": "4.52.0",
25
- "@wordpress/element": "5.29.0",
26
- "@wordpress/i18n": "4.52.0",
27
- "@wordpress/icons": "9.43.0",
20
+ "@wordpress/browserslist-config": "5.36.0",
21
+ "@wordpress/components": "27.1.0",
22
+ "@wordpress/compose": "6.30.0",
23
+ "@wordpress/data": "9.23.0",
24
+ "@wordpress/date": "4.53.0",
25
+ "@wordpress/element": "5.30.0",
26
+ "@wordpress/i18n": "4.53.0",
27
+ "@wordpress/icons": "9.44.0",
28
28
  "classnames": "2.3.2",
29
29
  "prop-types": "^15.7.2",
30
30
  "qrcode.react": "3.1.0",
31
31
  "react-slider": "2.0.5",
32
- "social-logos": "2.5.6",
32
+ "social-logos": "2.5.9",
33
33
  "uplot": "1.6.24",
34
34
  "uplot-react": "1.1.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@automattic/jetpack-base-styles": "^0.6.18",
37
+ "@automattic/jetpack-base-styles": "^0.6.19",
38
38
  "@babel/core": "7.24.0",
39
39
  "@babel/preset-react": "7.23.3",
40
40
  "@jest/globals": "29.4.3",