@automattic/jetpack-shared-extension-utils 0.19.0 → 0.19.1

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
@@ -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
+ ## [0.19.1] - 2025-04-28
9
+ ### Fixed
10
+ - Linting: Fix more Stylelint violations. [#43213]
11
+
8
12
  ## [0.19.0] - 2025-04-14
9
13
  ### Changed
10
14
  - Adjust relative imports in TypeScript sources to use correct extensions after enabling TypeScript's new `rewriteRelativeImportExtensions` option. [#42990]
@@ -613,6 +617,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
613
617
  ### Changed
614
618
  - Core: prepare utility for release
615
619
 
620
+ [0.19.1]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.19.0...0.19.1
616
621
  [0.19.0]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.18.11...0.19.0
617
622
  [0.18.11]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.18.10...0.18.11
618
623
  [0.18.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.18.9...0.18.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-shared-extension-utils",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Utility functions used by the block editor extensions",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme",
6
6
  "bugs": {
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@automattic/color-studio": "4.1.0",
22
22
  "@automattic/jetpack-analytics": "^0.1.36",
23
- "@automattic/jetpack-base-styles": "^0.7.1",
24
- "@automattic/jetpack-components": "^0.72.4",
25
- "@automattic/jetpack-connection": "^0.39.11",
26
- "@automattic/jetpack-script-data": "^0.4.0",
23
+ "@automattic/jetpack-base-styles": "^0.7.2",
24
+ "@automattic/jetpack-components": "^0.72.5",
25
+ "@automattic/jetpack-connection": "^0.39.12",
26
+ "@automattic/jetpack-script-data": "^0.4.1",
27
27
  "@wordpress/api-fetch": "7.21.0",
28
28
  "@wordpress/block-editor": "14.16.0",
29
29
  "@wordpress/components": "29.7.0",
@@ -41,8 +41,8 @@
41
41
  margin-bottom: 0;
42
42
  }
43
43
 
44
- .jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper,
45
- .jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper {
44
+ .jetpack-upgrade-plan-banner.wp-block[data-align="right"] .jetpack-upgrade-plan-banner__wrapper,
45
+ .jetpack-upgrade-plan-banner.wp-block[data-align="left"] .jetpack-upgrade-plan-banner__wrapper {
46
46
  max-width: 580px;
47
47
  width: 100%;
48
48
  }