@atlassian/wrm-troubleshooting 0.6.3 → 0.6.4

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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.4](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/wrm-troubleshooting@0.6.4..@atlassian/wrm-troubleshooting@0.6.3) (2024-11-19)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Revert "chore: changelog linting and postrelease step" ([9eb1420](https://bitbucket.org/atlassianlabs/fe-server/commits/9eb14202fdeb66555fbbe75acdd6eec0faac0afe))
12
+
13
+
14
+
6
15
  ### [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
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/wrm-troubleshooting",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
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.3",
83
+ "atlassian-webresource-webpack-plugin": "^7.0.0",
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": "b035471951c01eb355b28cd58d0a3227ee55132e"
96
+ "gitHead": "00aa31671f9d3b4acdc81b2755736e9661fbe5e0"
97
97
  }