@spark-ui/cli-utils 2.11.5 → 2.11.9

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 CHANGED
@@ -3,6 +3,24 @@
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.11.9](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.8...@spark-ui/cli-utils@2.11.9) (2023-05-17)
7
+
8
+ **Note:** Version bump only for package @spark-ui/cli-utils
9
+
10
+ ## [2.11.8](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.7...@spark-ui/cli-utils@2.11.8) (2023-05-10)
11
+
12
+ ### Bug Fixes
13
+
14
+ - force new release to all packages ([d7f5136](https://github.com/adevinta/spark/commit/d7f513698cf48dd9c102fafaeb336096818c6b2b))
15
+
16
+ ## [2.11.7](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.6...@spark-ui/cli-utils@2.11.7) (2023-05-09)
17
+
18
+ **Note:** Version bump only for package @spark-ui/cli-utils
19
+
20
+ ## [2.11.6](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.5...@spark-ui/cli-utils@2.11.6) (2023-05-03)
21
+
22
+ **Note:** Version bump only for package @spark-ui/cli-utils
23
+
6
24
  ## [2.11.5](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.11.4...@spark-ui/cli-utils@2.11.5) (2023-05-02)
7
25
 
8
26
  **Note:** Version bump only for package @spark-ui/cli-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/cli-utils",
3
- "version": "2.11.5",
3
+ "version": "2.11.9",
4
4
  "description": "Spark CLI utils",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,12 +15,17 @@
15
15
  "url": "git@github.com:adevinta/spark.git",
16
16
  "directory": "packages/utils/cli"
17
17
  },
18
+ "bugs": {
19
+ "url": "https://github.com/adevinta/spark/issues"
20
+ },
21
+ "homepage": "https://sparkui.vercel.app",
22
+ "license": "MIT",
18
23
  "dependencies": {
19
24
  "@clack/prompts": "0.6.2",
20
25
  "camel-case": "4.1.2",
21
26
  "chalk": "5.2.0",
22
- "commander": "10.0.0",
23
- "esbuild": "0.17.11",
27
+ "commander": "10.0.1",
28
+ "esbuild": "0.17.18",
24
29
  "fs-extra": "11.1.0",
25
30
  "glob": "8.1.0",
26
31
  "pascal-case": "3.1.2"
@@ -28,10 +33,5 @@
28
33
  "devDependencies": {
29
34
  "@types/fs-extra": "11.0.1"
30
35
  },
31
- "bugs": {
32
- "url": "https://github.com/adevinta/spark/issues"
33
- },
34
- "homepage": "https://sparkui.vercel.app",
35
- "license": "MIT",
36
- "gitHead": "55497978154045a9ef848ded68b7317352605a0f"
36
+ "gitHead": "a9dfeed42aba9e6f174e6be4c9f6f5b097fed56a"
37
37
  }
package/src/index.doc.mdx CHANGED
@@ -12,7 +12,6 @@ This package provides some CLI commands to improve the development experience wh
12
12
 
13
13
  - [Installation](#installation)
14
14
  - [Generating a new package](#generating-a-new-package)
15
- - [Setting up your themes](#setting-up-your-themes)
16
15
 
17
16
  ## Installation
18
17