@atlassian/i18n-properties-loader 1.0.8 → 1.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.
- package/CHANGELOG.md +4 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.9 (2022-02-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @atlassian/i18n-properties-loader
|
|
9
|
+
|
|
6
10
|
### [1.0.8](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/i18n-properties-loader@1.0.8..@atlassian/i18n-properties-loader@1.0.7) (2021-11-17)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
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.9",
|
|
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": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"test:tav:jest": "node ./tests/webpack-version.js && jest --ci --silent=false",
|
|
19
19
|
"//comment-about-tav": "When updating the webpack version ranges to the latest please remember to update ranges in .tav.yml file",
|
|
20
20
|
"test:tav:webpack-4": "tav webpack '~4.0.1 || ^4.46.0' 'npm run test:tav:jest' --verobse",
|
|
21
|
-
"test:tav:webpack-5": "tav webpack '~5.0.0 ||
|
|
21
|
+
"test:tav:webpack-5": "tav webpack '~5.0.0 || latest 'npm run test:tav:jest' --verobse"
|
|
22
22
|
},
|
|
23
23
|
"keywords": [
|
|
24
24
|
"react",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"webpack": "^4.0.0 || ^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"jest": "27.3
|
|
53
|
+
"jest": "27.4.3",
|
|
54
54
|
"test-all-versions": "5.0.1",
|
|
55
|
-
"webpack": "5.
|
|
55
|
+
"webpack": "5.64.4"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=12"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "a564eb9356af7d5690389a1f62c170b8f018eb78"
|
|
61
61
|
}
|