@ovh-ux/manager-dev-server-config 5.0.1 → 6.0.0
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.
- package/CHANGELOG.md +25 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
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.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-dev-server-config@5.0.1...@ovh-ux/manager-dev-server-config@6.0.0) (2023-09-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Build System
|
|
10
|
+
|
|
11
|
+
* bump nodejs to v18 and webpack to v5 ([6270204](https://github.com/ovh/manager/commit/6270204e59bbfb87ec000c5853be08027affbb69))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* bump webpack from v4 to v5
|
|
17
|
+
|
|
18
|
+
Signed-off-by: Florian Renaut <florian.renaut@corp.ovh.com>
|
|
19
|
+
Co-authored-by: Jisay <jean-christophe.alleman@corp.ovh.com>
|
|
20
|
+
Co-authored-by: Anoop N <anoop.n@ovhcloud.com>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
## [5.0.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-dev-server-config@5.0.0...@ovh-ux/manager-dev-server-config@5.0.1) (2022-10-19)
|
|
2
27
|
|
|
3
28
|
|
|
@@ -100,6 +125,3 @@
|
|
|
100
125
|
* **dev-server-config:** add manager-dev-server-config package
|
|
101
126
|
|
|
102
127
|
Signed-off-by: Cyrille Bourgois <cyrille.bourgois@corp.ovh.com>
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ovh-ux/manager-dev-server-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Provide OVHcloud Manager dev server config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"config",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"request": "^2.88.0"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
|
-
"node": "^
|
|
24
|
+
"node": "^18",
|
|
25
25
|
"yarn": ">=1.21.1"
|
|
26
26
|
}
|
|
27
|
-
}
|
|
27
|
+
}
|