@atlassian/i18n-properties-loader 1.0.10 → 1.0.12

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 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,13 +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
- ### 1.0.10 (2024-04-05)
6
+ ### [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)
7
7
 
8
- **Note:** Version bump only for package @atlassian/i18n-properties-loader
8
+
9
+ ### Bug Fixes
10
+
11
+ * **soy-loader:** [SPFE-1066](https://ecosystem.atlassian.net/browse/SPFE-1066), DCA11Y-1013 - Support java17+ ([3a369bb](https://bitbucket.org/atlassianlabs/fe-server/commits/3a369bb655ef59df930c883388ab34217719f782))
9
12
 
10
13
 
11
14
 
15
+ ### [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)
12
16
 
17
+ **Note:** Version bump only for package @atlassian/i18n-properties-loader
18
+
19
+ ### 1.0.10 (2024-04-05)
20
+
21
+ **Note:** Version bump only for package @atlassian/i18n-properties-loader
13
22
 
14
23
  ### 1.0.9 (2022-02-10)
15
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/i18n-properties-loader",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
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": "^6.0.0",
49
+ "atlassian-webresource-webpack-plugin": "^6.0.2",
50
50
  "jest": "27.4.3",
51
- "webpack": "5.86.0"
51
+ "webpack": "5.90.3"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=12"
55
55
  },
56
- "gitHead": "9ba5f96fa1f2ab85dd2c453602ff83602ff5a618"
56
+ "gitHead": "29d08a00de0698d36dccbbb546ba98c3f1317e74"
57
57
  }