@toptal/davinci-engine 12.2.0 → 12.2.3

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 +32 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Change Log
2
2
 
3
+ ## 12.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2598](https://github.com/toptal/davinci/pull/2598) [`b6b0332`](https://github.com/toptal/davinci/commit/b6b033259ccfe4d3211db0d6c990ca37223c97eb) Thanks [@denieler](https://github.com/denieler)!
8
+
9
+ ---
10
+
11
+ - upgraded @swc/core package
12
+
13
+ ## 12.2.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#2594](https://github.com/toptal/davinci/pull/2594) [`4a1bcfdc`](https://github.com/toptal/davinci/commit/4a1bcfdcf75d3cb6977d4a9651576ab689f5ace1) Thanks [@denieler](https://github.com/denieler)!
18
+
19
+ ---
20
+
21
+ - bump davinci-monorepo package
22
+
23
+ ## 12.2.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [#2586](https://github.com/toptal/davinci/pull/2586) [`61f98fa4`](https://github.com/toptal/davinci/commit/61f98fa464f45d28a37dfb626e5be20f134d6a5d) Thanks [@denieler](https://github.com/denieler)!
28
+
29
+ ---
30
+
31
+ - upgrade styled components plugin for swc
32
+ - Updated dependencies [[`61f98fa4`](https://github.com/toptal/davinci/commit/61f98fa464f45d28a37dfb626e5be20f134d6a5d)]:
33
+ - @toptal/davinci-cli-shared@2.6.0
34
+
3
35
  ## 12.2.0
4
36
 
5
37
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-engine",
3
- "version": "12.2.0",
3
+ "version": "12.2.3",
4
4
  "description": "Build tool for frontend projects",
5
5
  "author": "Toptal",
6
6
  "license": "SEE LICENSE IN LICENSE.MD",
@@ -41,11 +41,11 @@
41
41
  "@sentry/cli": "^2.1.0",
42
42
  "@size-limit/file": "^8.1.0",
43
43
  "@svgr/webpack": "^8.1.0",
44
- "@swc/core": "^1.9.3",
45
- "@swc/plugin-styled-components": "^5.0.0",
46
- "@toptal/davinci-cli-shared": "^2.5.1",
44
+ "@swc/core": "^1.13.5",
45
+ "@swc/plugin-styled-components": "^9.1.0",
46
+ "@toptal/davinci-cli-shared": "^2.6.0",
47
47
  "@toptal/davinci-cloudflare-requests-handler": "0.1.2",
48
- "@toptal/davinci-monorepo": "^12.0.0",
48
+ "@toptal/davinci-monorepo": "^12.0.2",
49
49
  "autoprefixer": "^10.4.15",
50
50
  "babel-loader": "^8.2.3",
51
51
  "babel-plugin-graphql-tag": "^3.3.0",