@automattic/i18n-loader-webpack-plugin 2.0.6 → 2.0.9

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 +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ 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
+ ## [2.0.9] - 2022-05-30
9
+ ### Changed
10
+ - Updated package dependencies
11
+
12
+ ## [2.0.8] - 2022-05-18
13
+ ### Changed
14
+ - Updated package dependencies [#24372]
15
+
16
+ ## [2.0.7] - 2022-05-10
17
+ ### Changed
18
+ - Updated package dependencies [#24276]
19
+
8
20
  ## [2.0.6] - 2022-05-04
9
21
  ### Added
10
22
  - Add missing JavaScript dependencies. [#24096]
@@ -52,6 +64,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
64
  ### Added
53
65
  - Initial release.
54
66
 
67
+ [2.0.9]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.8...v2.0.9
68
+ [2.0.8]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.7...v2.0.8
69
+ [2.0.7]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.6...v2.0.7
55
70
  [2.0.6]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.5...v2.0.6
56
71
  [2.0.5]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.4...v2.0.5
57
72
  [2.0.4]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.3...v2.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/i18n-loader-webpack-plugin",
3
- "version": "2.0.6",
3
+ "version": "2.0.9",
4
4
  "description": "A Webpack plugin to load WordPress i18n when Webpack lazy-loads a bundle.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/i18n-loader-webpack-plugin/#readme",
6
6
  "bugs": {
@@ -21,10 +21,10 @@
21
21
  "debug": "^4.3.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@wordpress/dependency-extraction-webpack-plugin": "3.4.1",
25
- "@wordpress/i18n": "4.7.0",
26
- "jest": "27.3.1",
27
- "webpack": "5.65.0",
24
+ "@wordpress/dependency-extraction-webpack-plugin": "3.5.0",
25
+ "@wordpress/i18n": "4.9.0",
26
+ "jest": "28.1.0",
27
+ "webpack": "5.72.1",
28
28
  "webpack-cli": "4.9.1"
29
29
  },
30
30
  "peerDependencies": {