@automattic/social-previews 3.3.4 → 3.3.5
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 +5 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.3.5] - 2026-07-13
|
|
9
|
+
### Changed
|
|
10
|
+
- Update dependencies. [#50360]
|
|
11
|
+
|
|
8
12
|
## [3.3.4] - 2026-07-06
|
|
9
13
|
### Changed
|
|
10
14
|
- Update package dependencies. [#50097] [#50183]
|
|
@@ -233,6 +237,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
233
237
|
|
|
234
238
|
- Initial release after extracting from Calypso.
|
|
235
239
|
|
|
240
|
+
[3.3.5]: https://github.com/Automattic/social-previews/compare/v3.3.4...v3.3.5
|
|
236
241
|
[3.3.4]: https://github.com/Automattic/social-previews/compare/v3.3.3...v3.3.4
|
|
237
242
|
[3.3.3]: https://github.com/Automattic/social-previews/compare/v3.3.2...v3.3.3
|
|
238
243
|
[3.3.2]: https://github.com/Automattic/social-previews/compare/v3.3.1...v3.3.2
|
package/dist/style.css
CHANGED