@ovh-ux/url-builder 2.0.0 → 2.0.2

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 +16 -0
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [2.0.2](https://github.com/ovh/manager/compare/@ovh-ux/url-builder@2.0.1...@ovh-ux/url-builder@2.0.2) (2025-06-13)
7
+
8
+ **Note:** Version bump only for package @ovh-ux/url-builder
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @ovh-ux/url-builder
17
+
18
+
19
+
20
+
21
+
6
22
  # 2.0.0 (2024-11-12)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/url-builder",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
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"