@automattic/jetpack-shared-stores 0.1.3 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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.1.5] - 2026-07-13
9
+ ### Changed
10
+ - Update dependencies.
11
+
12
+ ## [0.1.4] - 2026-07-09
13
+ ### Changed
14
+ - Update dependencies.
15
+
8
16
  ## [0.1.3] - 2026-07-06
9
17
  ### Changed
10
18
  - Use store objects instead of string IDs. [#49810]
@@ -25,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
33
  ### Changed
26
34
  - Update package dependencies. [#49757]
27
35
 
36
+ [0.1.5]: https://github.com/Automattic/jetpack-shared-stores/compare/v0.1.4...v0.1.5
37
+ [0.1.4]: https://github.com/Automattic/jetpack-shared-stores/compare/v0.1.3...v0.1.4
28
38
  [0.1.3]: https://github.com/Automattic/jetpack-shared-stores/compare/v0.1.2...v0.1.3
29
39
  [0.1.2]: https://github.com/Automattic/jetpack-shared-stores/compare/v0.1.1...v0.1.2
30
40
  [0.1.1]: https://github.com/Automattic/jetpack-shared-stores/compare/v0.1.0...v0.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-shared-stores",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Shared WordPress data stores used by the Jetpack block editor extensions, externalized into a single bundle to avoid duplicate store registration.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/jetpack-shared-stores/#readme",
6
6
  "bugs": {