@automattic/jetpack-shared-extension-utils 0.4.9 → 0.4.10

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.4.10] - 2022-06-21
9
+ ### Changed
10
+ - Renaming `master` references to `trunk` [#24712]
11
+
8
12
  ## [0.4.9] - 2022-06-14
9
13
  ### Changed
10
14
  - Updated package dependencies. [#24722]
@@ -77,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
81
  ### Changed
78
82
  - Core: prepare utility for release
79
83
 
84
+ [0.4.10]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.4.9...0.4.10
80
85
  [0.4.9]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.4.8...0.4.9
81
86
  [0.4.8]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.4.7...0.4.8
82
87
  [0.4.7]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.4.6...0.4.7
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Utility functions used by the block editor extensions.
4
4
 
5
5
  This package is the new home for the code in [the `extensions/shared`
6
- directory](https://github.com/Automattic/jetpack/tree/master/projects/plugins/jetpack/extensions/shared)
6
+ directory](https://github.com/Automattic/jetpack/tree/trunk/projects/plugins/jetpack/extensions/shared)
7
7
  of the Jetpack plugin, so that plugins can share it. To begin with, we moving
8
8
  the code used by the Publicize editor extension, but the goal is to bring over
9
9
  all the shared code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-shared-extension-utils",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
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": {