@ovh-ux/url-builder 1.3.0-alpha.0 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +57 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,12 +3,67 @@
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.3.0-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/url-builder@1.2.0...@ovh-ux/url-builder@1.3.0-alpha.0) (2024-10-24)
6
+ # 2.0.0 (2024-11-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **config:** remove unnecessary module resolutions ([e60d83c](https://github.com/ovh/manager/commit/e60d83c343cc15c2f306c1a748c3c06dfa573608))
12
+ * **ts:** fix ts import errors ([58ad060](https://github.com/ovh/manager/commit/58ad060b9d4b6f9634268b5cf4bde98301bbbc98))
13
+ * **url-builder:** add tests ([45afbb6](https://github.com/ovh/manager/commit/45afbb6bea0a0877c4f5b7652d59a7bbbaff3cca))
7
14
 
8
15
 
9
16
  ### Features
10
17
 
11
- * **manager-react-components:** build manager react components lib ([3ffbfea](https://github.com/ovh/manager/commit/3ffbfeac1e0364917ae6c93f90b392bd1ee6603c))
18
+ * build and publish manager-react-components and its deps ([cbcd795](https://github.com/ovh/manager/commit/cbcd7959a217c191c003058455ba2c38fb7553f1))
19
+ * **chakra:** add chakra theme and components ([a4ce7ad](https://github.com/ovh/manager/commit/a4ce7adc01f59dcea9d0add60cc6c3ed225c13de))
20
+ * clean dependencies versions of react apps ([7969ba7](https://github.com/ovh/manager/commit/7969ba70f9e03033271a48a5bd0021484ea36263))
21
+ * **url-builder:** add @ovh-ux/url-builder package ([0ef6d33](https://github.com/ovh/manager/commit/0ef6d339eec41b76523b365db4a9328f7bf0fac8))
22
+
23
+
24
+ ### Reverts
25
+
26
+ * Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
27
+
28
+
29
+ ### BREAKING CHANGES
30
+
31
+ * **url-builder:** init @ovh-ux/url-builder package
32
+
33
+
34
+
35
+
36
+
37
+ # [1.3.0-alpha.0](https://github.com/ovh/manager/compare/@ovh-ux/url-builder@1.2.2...@ovh-ux/url-builder@1.3.0-alpha.0) (2024-10-30)
38
+
39
+
40
+ ### Features
41
+
42
+ * build and publish manager-react-components and its deps ([cbcd795](https://github.com/ovh/manager/commit/cbcd7959a217c191c003058455ba2c38fb7553f1))
43
+
44
+
45
+
46
+
47
+
48
+ ## [1.2.2](https://github.com/ovh/manager/compare/@ovh-ux/url-builder@1.2.1...@ovh-ux/url-builder@1.2.2) (2024-10-24)
49
+
50
+
51
+ ### Reverts
52
+
53
+ * Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
54
+ * Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
55
+
56
+
57
+
58
+
59
+
60
+ ## [1.2.1](https://github.com/ovh/manager/compare/@ovh-ux/url-builder@1.2.0...@ovh-ux/url-builder@1.2.1) (2024-10-24)
61
+
62
+
63
+ ### Reverts
64
+
65
+ * Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
66
+ * Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
12
67
 
13
68
 
14
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/url-builder",
3
- "version": "1.3.0-alpha.0",
3
+ "version": "2.0.0",
4
4
  "description": "OVHcloud control panel URL Builder",
5
5
  "repository": {
6
6
  "type": "git",