@atlassian/i18n-properties-loader 1.0.10 → 1.0.11

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 +5 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.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)
7
7
 
8
8
  **Note:** Version bump only for package @atlassian/i18n-properties-loader
9
9
 
@@ -11,6 +11,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ ### 1.0.10 (2024-04-05)
15
+
16
+ **Note:** Version bump only for package @atlassian/i18n-properties-loader
17
+
14
18
  ### 1.0.9 (2022-02-10)
15
19
 
16
20
  **Note:** Version bump only for package @atlassian/i18n-properties-loader
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.11",
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.1",
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": "bcdab259da16ec57ec653d020ccf15e0f07524a4"
57
57
  }