@atlassian/wrm-troubleshooting 0.6.1 → 0.6.3

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 +3 -3
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
- ### [0.6.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.6.1..@atlassian/wrm-troubleshooting@0.6.0) (2024-05-13)
6
+ ### [0.6.3](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.6.3..@atlassian/wrm-troubleshooting@0.6.2) (2024-06-25)
7
7
 
8
- **Note:** Version bump only for package @atlassian/wrm-troubleshooting
8
+
9
+ ### Bug Fixes
10
+
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))
9
12
 
10
13
 
11
14
 
15
+ ### [0.6.2](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.6.2..@atlassian/wrm-troubleshooting@0.6.1) (2024-05-28)
12
16
 
17
+ ### Bug Fixes
18
+
19
+ ### [0.6.1](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.6.1..@atlassian/wrm-troubleshooting@0.6.0) (2024-05-13)
20
+
21
+ **Note:** Version bump only for package @atlassian/wrm-troubleshooting
13
22
 
14
23
  ## 0.6.0 (2024-04-05)
15
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/wrm-troubleshooting",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "author": "Atlassian Pty Ltd.",
5
5
  "description": "A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.",
6
6
  "keywords": [
@@ -80,7 +80,7 @@
80
80
  "@types/valid-url": "1.0.3",
81
81
  "@types/webpack": "5.28.0",
82
82
  "@types/yargs": "17.0.4",
83
- "atlassian-webresource-webpack-plugin": "^6.0.1",
83
+ "atlassian-webresource-webpack-plugin": "^6.0.3",
84
84
  "concat-stream": "2.0.0",
85
85
  "get-port": "5.1.1",
86
86
  "jest": "27.4.3",
@@ -93,5 +93,5 @@
93
93
  "engines": {
94
94
  "node": ">=12.0.0"
95
95
  },
96
- "gitHead": "bcdab259da16ec57ec653d020ccf15e0f07524a4"
96
+ "gitHead": "b035471951c01eb355b28cd58d0a3227ee55132e"
97
97
  }