@toptal/davinci-workflow 1.11.11 → 1.11.13

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
@@ -1,5 +1,22 @@
1
1
  # @toptal/davinci-workflow
2
2
 
3
+ ## 1.11.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9b67beb3`](https://github.com/toptal/davinci/commit/9b67beb3aaf0e24193b2deaba3126c41e3ec9280), [`04fe7ffa`](https://github.com/toptal/davinci/commit/04fe7ffa161027d081c6ae870716bb06a2fcf73f)]:
8
+ - @toptal/davinci-cli-shared@1.7.0
9
+ - @toptal/davinci-monorepo@6.6.6
10
+
11
+ ## 1.11.12
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1541](https://github.com/toptal/davinci/pull/1541) [`397a53c9`](https://github.com/toptal/davinci/commit/397a53c9add9f7e8d485648b51cd22676d97c78f) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
16
+ - Update documentation about prefering individual davinci packages usage
17
+ - Updated dependencies [[`397a53c9`](https://github.com/toptal/davinci/commit/397a53c9add9f7e8d485648b51cd22676d97c78f)]:
18
+ - @toptal/davinci-monorepo@6.6.5
19
+
3
20
  ## 1.11.11
4
21
 
5
22
  ### Patch Changes
package/README.md CHANGED
@@ -4,17 +4,17 @@ Generates Github (GH) Workflows
4
4
 
5
5
  # Usage
6
6
 
7
- Use it by installing `yarn add @toptal/davinci` in your project.
7
+ Use it by installing `yarn add @toptal/davinci-workflow` in your project.
8
8
 
9
9
  ### Create named workflow
10
10
 
11
11
  Creates a new GH workflow in `/.github/workflow` directory.
12
12
 
13
- `davinci new-workflow [workflow-name]`
13
+ `davinci-workflow new-workflow [workflow-name]`
14
14
 
15
15
  or
16
16
 
17
- `davinci workflow new-workflow [workflow-name]`
17
+ `davinci new-workflow [workflow-name]`
18
18
 
19
19
  Arguments:
20
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-workflow",
3
- "version": "1.11.11",
3
+ "version": "1.11.13",
4
4
  "description": "GH Workflow generator package for frontend applications",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,8 +31,8 @@
31
31
  "url": "https://github.com/toptal/davinci/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@toptal/davinci-cli-shared": "1.6.0",
35
- "@toptal/davinci-monorepo": "^6.6.4",
34
+ "@toptal/davinci-cli-shared": "1.7.0",
35
+ "@toptal/davinci-monorepo": "^6.6.6",
36
36
  "@toptal/davinci-skeleton": "8.1.0",
37
37
  "chalk": "^4.1.2",
38
38
  "cosmiconfig": "^7.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-workflow",
3
- "version": "1.11.11",
3
+ "version": "1.11.13",
4
4
  "description": "GH Workflow generator package for frontend applications",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,8 +31,8 @@
31
31
  "url": "https://github.com/toptal/davinci/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@toptal/davinci-cli-shared": "1.6.0",
35
- "@toptal/davinci-monorepo": "^6.6.4",
34
+ "@toptal/davinci-cli-shared": "1.7.0",
35
+ "@toptal/davinci-monorepo": "^6.6.6",
36
36
  "@toptal/davinci-skeleton": "8.1.0",
37
37
  "chalk": "^4.1.2",
38
38
  "cosmiconfig": "^7.0.1",