@automattic/jetpack-components 0.50.1 → 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,10 @@
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
+
5
9
  ## [0.50.1] - 2024-03-12
6
10
  ### Added
7
11
  - Social Logos: add new SMS icon. [#36176]
@@ -978,6 +982,7 @@
978
982
  ### Changed
979
983
  - Update node version requirement to 14.16.1
980
984
 
985
+ [0.50.2]: https://github.com/Automattic/jetpack-components/compare/0.50.1...0.50.2
981
986
  [0.50.1]: https://github.com/Automattic/jetpack-components/compare/0.50.0...0.50.1
982
987
  [0.50.0]: https://github.com/Automattic/jetpack-components/compare/0.49.2...0.50.0
983
988
  [0.49.2]: https://github.com/Automattic/jetpack-components/compare/0.49.1...0.49.2
@@ -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.1",
3
+ "version": "0.50.2",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",