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

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 +18 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -5,6 +5,21 @@ 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.8] - 2022-05-18
9
+ ### Changed
10
+ - Updated package dependencies [#24372]
11
+
12
+ ## [2.0.7] - 2022-05-10
13
+ ### Changed
14
+ - Updated package dependencies [#24276]
15
+
16
+ ## [2.0.6] - 2022-05-04
17
+ ### Added
18
+ - Add missing JavaScript dependencies. [#24096]
19
+
20
+ ### Changed
21
+ - Updated package dependencies [#24198]
22
+
8
23
  ## [2.0.5] - 2022-04-26
9
24
  ### Changed
10
25
  - Update package.json metadata.
@@ -45,6 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
60
  ### Added
46
61
  - Initial release.
47
62
 
63
+ [2.0.8]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.7...v2.0.8
64
+ [2.0.7]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.6...v2.0.7
65
+ [2.0.6]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.5...v2.0.6
48
66
  [2.0.5]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.4...v2.0.5
49
67
  [2.0.4]: https://github.com/Automattic/i18n-loader-webpack-plugin/compare/v2.0.3...v2.0.4
50
68
  [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.8",
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",
26
- "jest": "27.3.1",
27
- "webpack": "5.65.0"
25
+ "@wordpress/i18n": "4.8.0",
26
+ "jest": "28.1.0",
27
+ "webpack": "5.72.1",
28
+ "webpack-cli": "4.9.1"
28
29
  },
29
30
  "peerDependencies": {
30
31
  "webpack": "^5.29.0"