@toptal/davinci-engine 10.6.2-alpha-fx-4080-generated-c2c3732a.16 → 10.6.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 +7 -0
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2072](https://github.com/toptal/davinci/pull/2072) [`99dbb8cf`](https://github.com/toptal/davinci/commit/99dbb8cf810f15cbdc077e069e5bbae68c1c9598) Thanks [@dmaklygin](https://github.com/dmaklygin)!
8
+ - use exact version for semantic release
9
+
3
10
  ## 10.6.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-engine",
3
- "version": "10.6.2-alpha-fx-4080-generated-c2c3732a.16+c2c3732a",
3
+ "version": "10.6.2",
4
4
  "description": "Build tool for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,7 +34,7 @@
34
34
  "@babel/preset-env": "^7.18.0",
35
35
  "@babel/preset-react": "^7.17.12",
36
36
  "@babel/preset-typescript": "^7.17.12",
37
- "@google/semantic-release-replace-plugin": "^1.0.2",
37
+ "semantic-release-replace-plugin": "1.2.6",
38
38
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
39
39
  "@semantic-release/changelog": "^6.0.1",
40
40
  "@semantic-release/commit-analyzer": "^9.0.2",
@@ -47,9 +47,9 @@
47
47
  "@svgr/webpack": "^6.1.2",
48
48
  "@swc/core": "^1.3.66",
49
49
  "@swc/plugin-styled-components": "^1.5.68",
50
- "@toptal/davinci-cli-shared": "2.3.3-alpha-fx-4080-generated-c2c3732a.16+c2c3732a",
51
- "@toptal/davinci-cloudflare-requests-handler": "0.1.2-alpha-fx-4080-generated-c2c3732a.833+c2c3732a",
52
- "@toptal/davinci-monorepo": "8.2.3-alpha-fx-4080-generated-c2c3732a.16+c2c3732a",
50
+ "@toptal/davinci-cli-shared": "2.3.2",
51
+ "@toptal/davinci-cloudflare-requests-handler": "0.1.1",
52
+ "@toptal/davinci-monorepo": "8.2.2",
53
53
  "babel-loader": "^8.2.2",
54
54
  "babel-plugin-graphql-tag": "^3.3.0",
55
55
  "babel-plugin-module-resolver": "^4.1.0",
@@ -102,6 +102,5 @@
102
102
  },
103
103
  "engines": {
104
104
  "node": ">=14"
105
- },
106
- "gitHead": "c2c3732af7dc5371f5181e26903935349342a0d4"
105
+ }
107
106
  }