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

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 +8 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ 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.6] - 2022-05-04
9
+ ### Added
10
+ - Add missing JavaScript dependencies. [#24096]
11
+
12
+ ### Changed
13
+ - Updated package dependencies [#24198]
14
+
8
15
  ## [2.0.5] - 2022-04-26
9
16
  ### Changed
10
17
  - Update package.json metadata.
@@ -45,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
52
  ### Added
46
53
  - Initial release.
47
54
 
55
+ [2.0.6]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.5...v2.0.6
48
56
  [2.0.5]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.4...v2.0.5
49
57
  [2.0.4]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.3...v2.0.4
50
58
  [2.0.3]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.2...v2.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/i18n-loader-webpack-plugin",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
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": {
@@ -22,9 +22,10 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@wordpress/dependency-extraction-webpack-plugin": "3.4.1",
25
- "@wordpress/i18n": "4.6.0",
25
+ "@wordpress/i18n": "4.7.0",
26
26
  "jest": "27.3.1",
27
- "webpack": "5.65.0"
27
+ "webpack": "5.65.0",
28
+ "webpack-cli": "4.9.1"
28
29
  },
29
30
  "peerDependencies": {
30
31
  "webpack": "^5.29.0"