@atlassian/i18n-properties-loader 1.0.12 → 1.0.13

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 +6 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,14 +3,18 @@
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.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)
6
+ ### [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
7
 
8
8
 
9
9
  ### Bug Fixes
10
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))
11
+ * **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))
12
+
12
13
 
13
14
 
15
+ ### [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)
16
+
17
+ ### Bug Fixes
14
18
 
15
19
  ### [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
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/i18n-properties-loader",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
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.2",
49
+ "atlassian-webresource-webpack-plugin": "^6.0.3",
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": "29d08a00de0698d36dccbbb546ba98c3f1317e74"
56
+ "gitHead": "b035471951c01eb355b28cd58d0a3227ee55132e"
57
57
  }