@automattic/jetpack-components 0.55.7 → 0.55.8

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 +8 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.55.8] - 2024-08-19
6
+ ### Changed
7
+ - Updated package dependencies. [#38893]
8
+
9
+ ### Fixed
10
+ - Lossless image optimization for images (should improve performance with no visible changes). [#38750]
11
+
5
12
  ## [0.55.7] - 2024-08-15
6
13
  ### Changed
7
14
  - Updated package dependencies. [#38665]
@@ -1122,6 +1129,7 @@
1122
1129
  ### Changed
1123
1130
  - Update node version requirement to 14.16.1
1124
1131
 
1132
+ [0.55.8]: https://github.com/Automattic/jetpack-components/compare/0.55.7...0.55.8
1125
1133
  [0.55.7]: https://github.com/Automattic/jetpack-components/compare/0.55.6...0.55.7
1126
1134
  [0.55.6]: https://github.com/Automattic/jetpack-components/compare/0.55.5...0.55.6
1127
1135
  [0.55.5]: https://github.com/Automattic/jetpack-components/compare/0.55.4...0.55.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.55.7",
3
+ "version": "0.55.8",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,7 +30,7 @@
30
30
  "prop-types": "^15.7.2",
31
31
  "qrcode.react": "3.1.0",
32
32
  "react-slider": "2.0.5",
33
- "social-logos": "^3.1.4",
33
+ "social-logos": "^3.1.5",
34
34
  "uplot": "1.6.24",
35
35
  "uplot-react": "1.1.4"
36
36
  },
@@ -39,9 +39,9 @@
39
39
  "@babel/core": "7.24.7",
40
40
  "@babel/preset-react": "7.24.7",
41
41
  "@jest/globals": "29.4.3",
42
- "@storybook/addon-actions": "8.1.6",
43
- "@storybook/blocks": "8.1.6",
44
- "@storybook/react": "8.1.6",
42
+ "@storybook/addon-actions": "8.2.9",
43
+ "@storybook/blocks": "8.2.9",
44
+ "@storybook/react": "8.2.9",
45
45
  "@testing-library/dom": "10.1.0",
46
46
  "@testing-library/react": "15.0.7",
47
47
  "@testing-library/user-event": "14.5.2",
@@ -57,6 +57,7 @@
57
57
  "react-dom": "18.3.1",
58
58
  "require-from-string": "2.0.2",
59
59
  "resize-observer-polyfill": "1.5.1",
60
+ "storybook": "8.2.9",
60
61
  "ts-dedent": "2.2.0",
61
62
  "typescript": "5.0.4",
62
63
  "webpack": "5.76.0",