@ovh-ux/manager-webpack-config 5.0.0 → 6.0.1

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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [6.0.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@6.0.0...@ovh-ux/manager-webpack-config@6.0.1) (2022-11-29)
7
+
8
+ **Note:** Version bump only for package @ovh-ux/manager-webpack-config
9
+
10
+
11
+
12
+
13
+
14
+ # [6.0.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@5.0.0...@ovh-ux/manager-webpack-config@6.0.0) (2022-09-12)
15
+
16
+
17
+ ### Build System
18
+
19
+ * **webpack-config:** bump @ovh-ux/manager-webpack-dev-server ([e3cfb38](https://github.com/ovh/manager/commit/e3cfb38f98f812cf681c0e10cb7c9b4f88ee17e7))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * **webpack-config:** remove registry proxy configuration
25
+
26
+
27
+
1
28
  # [5.0.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@4.0.5...@ovh-ux/manager-webpack-config@5.0.0) (2022-03-04)
2
29
 
3
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-webpack-config",
3
- "version": "5.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "OVHcloud manager shared webpack configuration.",
5
5
  "keywords": [
6
6
  "configuration",
@@ -26,8 +26,8 @@
26
26
  "@babel/plugin-proposal-private-methods": "^7.10.1",
27
27
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
28
28
  "@babel/preset-env": "^7.10.3",
29
- "@ovh-ux/component-rollup-config": "^12.0.0",
30
- "@ovh-ux/manager-webpack-dev-server": "^2.8.4",
29
+ "@ovh-ux/component-rollup-config": "^12.0.1",
30
+ "@ovh-ux/manager-webpack-dev-server": "^3.0.0",
31
31
  "acorn": "^6.0.5",
32
32
  "acorn-class-fields": "^0.3.7",
33
33
  "acorn-dynamic-import": "^4.0.0",
@@ -66,4 +66,4 @@
66
66
  "webpack-retry-chunk-load-plugin": "^1.4.0",
67
67
  "webpackbar": "^4.0.0"
68
68
  }
69
- }
69
+ }