@atlassian/i18n-properties-loader 1.0.12 → 1.0.14
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.
- package/CHANGELOG.md +15 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,14 +3,27 @@
|
|
|
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
|
-
### [1.0.
|
|
6
|
+
### [1.0.14](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.0.14..@atlassian/i18n-properties-loader@1.0.13) (2024-11-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Reverts
|
|
10
|
+
|
|
11
|
+
* Revert "chore: changelog linting and postrelease step" ([9eb1420](https://bitbucket.org/atlassianlabs/fe-server/commits/9eb14202fdeb66555fbbe75acdd6eec0faac0afe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### [1.0.13](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.0.13..@atlassian/i18n-properties-loader@1.0.12) (2024-06-25)
|
|
7
16
|
|
|
8
17
|
|
|
9
18
|
### Bug Fixes
|
|
10
19
|
|
|
11
|
-
* **soy-loader:** [SPFE-
|
|
20
|
+
* **soy-loader:** [SPFE-1067](https://ecosystem.atlassian.net/browse/SPFE-1067) - ensure soy-loader accepts webpack 4 as a peer dependency and add system-level tests for working with all supported webpack versions ([3d8fe4e](https://bitbucket.org/atlassianlabs/fe-server/commits/3d8fe4e97c7af231c32dacf860b4fa54e08053fa))
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
|
|
24
|
+
### [1.0.12](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.0.12..@atlassian/i18n-properties-loader@1.0.11) (2024-05-28)
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
14
27
|
|
|
15
28
|
### [1.0.11](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.0.11..@atlassian/i18n-properties-loader@1.0.10) (2024-05-13)
|
|
16
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/i18n-properties-loader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
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": "^
|
|
49
|
+
"atlassian-webresource-webpack-plugin": "^7.0.0",
|
|
50
50
|
"jest": "27.4.3",
|
|
51
51
|
"webpack": "5.90.3"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=12"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "00aa31671f9d3b4acdc81b2755736e9661fbe5e0"
|
|
57
57
|
}
|