@ovh-ux/url-builder 1.3.0-alpha.0 → 2.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 +65 -2
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -3,12 +3,75 @@
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.1](https://github.com/ovh/manager/compare/@ovh-ux/url-builder@2.0.0...@ovh-ux/url-builder@2.0.1) (2025-04-30)
7
+
8
+ **Note:** Version bump only for package @ovh-ux/url-builder
9
+
10
+
11
+
12
+
13
+
14
+ # 2.0.0 (2024-11-12)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **config:** remove unnecessary module resolutions ([e60d83c](https://github.com/ovh/manager/commit/e60d83c343cc15c2f306c1a748c3c06dfa573608))
20
+ * **ts:** fix ts import errors ([58ad060](https://github.com/ovh/manager/commit/58ad060b9d4b6f9634268b5cf4bde98301bbbc98))
21
+ * **url-builder:** add tests ([45afbb6](https://github.com/ovh/manager/commit/45afbb6bea0a0877c4f5b7652d59a7bbbaff3cca))
7
22
 
8
23
 
9
24
  ### Features
10
25
 
11
- * **manager-react-components:** build manager react components lib ([3ffbfea](https://github.com/ovh/manager/commit/3ffbfeac1e0364917ae6c93f90b392bd1ee6603c))
26
+ * build and publish manager-react-components and its deps ([cbcd795](https://github.com/ovh/manager/commit/cbcd7959a217c191c003058455ba2c38fb7553f1))
27
+ * **chakra:** add chakra theme and components ([a4ce7ad](https://github.com/ovh/manager/commit/a4ce7adc01f59dcea9d0add60cc6c3ed225c13de))
28
+ * clean dependencies versions of react apps ([7969ba7](https://github.com/ovh/manager/commit/7969ba70f9e03033271a48a5bd0021484ea36263))
29
+ * **url-builder:** add @ovh-ux/url-builder package ([0ef6d33](https://github.com/ovh/manager/commit/0ef6d339eec41b76523b365db4a9328f7bf0fac8))
30
+
31
+
32
+ ### Reverts
33
+
34
+ * Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
35
+
36
+
37
+ ### BREAKING CHANGES
38
+
39
+ * **url-builder:** init @ovh-ux/url-builder package
40
+
41
+
42
+
43
+
44
+
45
+ # [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)
46
+
47
+
48
+ ### Features
49
+
50
+ * build and publish manager-react-components and its deps ([cbcd795](https://github.com/ovh/manager/commit/cbcd7959a217c191c003058455ba2c38fb7553f1))
51
+
52
+
53
+
54
+
55
+
56
+ ## [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)
57
+
58
+
59
+ ### Reverts
60
+
61
+ * Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
62
+ * Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
63
+
64
+
65
+
66
+
67
+
68
+ ## [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)
69
+
70
+
71
+ ### Reverts
72
+
73
+ * Revert "feat(manager-react-components): build manager react components lib" ([5d68a86](https://github.com/ovh/manager/commit/5d68a8677efea465ebf882c77ca5413388f2dfbf))
74
+ * Revert "release: radon-sheep-1" ([fae4a9c](https://github.com/ovh/manager/commit/fae4a9cb14816715b060fe0ebe42d45056c9714d))
12
75
 
13
76
 
14
77
 
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.1",
4
4
  "description": "OVHcloud control panel URL Builder",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,10 +20,7 @@
20
20
  "build": "tsc",
21
21
  "dev": "tsc",
22
22
  "dev:watch": "tsc -w",
23
- "prepare": "tsc",
24
- "start": "lerna exec --stream --scope='@ovh-ux/url-builder' --include-dependencies -- yarn run build",
25
- "start:dev": "lerna exec --stream --scope='@ovh-ux/url-builder' --include-dependencies -- yarn run dev",
26
- "start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/url-builder' --include-dependencies -- yarn run dev:watch"
23
+ "prepare": "tsc"
27
24
  },
28
25
  "devDependencies": {
29
26
  "typescript": "^5.1.6"