@atlassian/i18n-properties-loader 2.0.0 → 2.0.1

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 +11 -9
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,20 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.0.0](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@2.0.0..@atlassian/i18n-properties-loader@1.1.7) (2026-04-29)
6
+ ## [2.0.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@2.0.1..@atlassian/i18n-properties-loader@2.0.0) (2026-05-12)
7
7
 
8
+ **Note:** Version bump only for package @atlassian/i18n-properties-loader
8
9
 
9
- ### ⚠ BREAKING CHANGES
10
10
 
11
- * drop webpack 4 support
12
11
 
13
- ### Miscellaneous Chores
14
12
 
15
- * drop Webpack 4 support mention ([3c2c394](https://bitbucket.org/atlassianlabs/fe-server/commits/3c2c394d2f4be0c95d20c27e107a6b1d8f3e5ac4))
16
13
 
14
+ ## [2.0.0](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@2.0.0..@atlassian/i18n-properties-loader@1.1.7) (2026-04-29)
17
15
 
18
16
 
19
- ## <small>1.1.7 (2026-04-09)</small>
17
+ ### BREAKING CHANGES
18
+
19
+ * drop webpack 4 support
20
+
21
+ ### [1.1.7](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.1.7..@atlassian/i18n-properties-loader@1.1.6) (2026-04-09)
20
22
 
21
23
  * [Renovate] Update frontend - webpack ([b693f8c](https://bitbucket.org/atlassianlabs/fe-server/commits/b693f8c))
22
24
 
@@ -24,7 +26,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
24
26
 
25
27
 
26
28
 
27
- ## <small>1.1.6 (2026-02-23)</small>
29
+ ### [1.1.6](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.1.6..@atlassian/i18n-properties-loader@1.1.5) (2026-02-23)
28
30
 
29
31
  **Note:** Version bump only for package @atlassian/i18n-properties-loader
30
32
 
@@ -32,7 +34,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
32
34
 
33
35
 
34
36
 
35
- ## <small>1.1.5 (2026-02-21)</small>
37
+ ### [1.1.5](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.1.5..@atlassian/i18n-properties-loader@1.1.4) (2026-02-21)
36
38
 
37
39
  **Note:** Version bump only for package @atlassian/i18n-properties-loader
38
40
 
@@ -40,7 +42,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
40
42
 
41
43
 
42
44
 
43
- ## <small>1.1.4 (2026-02-20)</small>
45
+ ### [1.1.4](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.1.4..@atlassian/i18n-properties-loader@1.1.3) (2026-02-20)
44
46
 
45
47
  **Note:** Version bump only for package @atlassian/i18n-properties-loader
46
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/i18n-properties-loader",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A webpack loader for i18n *.properties files that can be used in Atlassian Server products",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -46,12 +46,12 @@
46
46
  "webpack": "^5.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@atlassian/webresource-webpack-plugin": "^7.1.7",
49
+ "@atlassian/webresource-webpack-plugin": "^7.1.8",
50
50
  "jest": "30.2.0",
51
51
  "webpack": "5.105.4"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=12"
55
55
  },
56
- "gitHead": "256c4a629fc4768ee9f47f313961738d41640a06"
56
+ "gitHead": "805e0888bfb7dcfb07c7369e2d1e11843b758986"
57
57
  }