@toptal/davinci-skeleton 9.2.1 → 9.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1793](https://github.com/toptal/davinci/pull/1793) [`6804e847`](https://github.com/toptal/davinci/commit/6804e8474aa072da97e5e73d4f565404d38287d7) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - ---
8
+
9
+ - remove `generate:graph:affected` script from `package.json`
10
+ - move affected packages workflow into codebase-specific workflows for monorepos
11
+
3
12
  ## 9.2.1
4
13
 
5
14
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -54,7 +54,6 @@
54
54
  "storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
55
55
  "storybook:test:visual": "happo run",
56
56
  "storybook:test:visual:ci": "happo-ci-github-actions",
57
- "generate:graph:affected": "davinci-monorepo graph-generate --diff master",
58
57
  "prepack": "./bin/prepack-skeleton",
59
58
  "postpack": "./bin/postpack-skeleton",
60
59
  "prepublishOnly": "../../bin/prepublish.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -54,7 +54,6 @@
54
54
  "storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
55
55
  "storybook:test:visual": "happo run",
56
56
  "storybook:test:visual:ci": "happo-ci-github-actions",
57
- "generate:graph:affected": "davinci-monorepo graph-generate --diff master",
58
57
  "prepack": "./bin/prepack-skeleton",
59
58
  "postpack": "./bin/postpack-skeleton",
60
59
  "prepublishOnly": "../../bin/prepublish.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -54,7 +54,6 @@
54
54
  "storybook:build": "build-storybook --docs -c .storybook -o ./storybook-static",
55
55
  "storybook:test:visual": "happo run",
56
56
  "storybook:test:visual:ci": "happo-ci-github-actions",
57
- "generate:graph:affected": "davinci-monorepo graph-generate --diff master",
58
57
  "prepack": "./bin/prepack-skeleton",
59
58
  "postpack": "./bin/postpack-skeleton",
60
59
  "prepublishOnly": "../../bin/prepublish.js"