Skip to content

Commit c7506d4

Browse files
committed
Deploying to gh-pages from @ 8bb4e92 πŸš€
1 parent 389f5f1 commit c7506d4

File tree

5 files changed

+326
-318
lines changed

5 files changed

+326
-318
lines changed

β€Ž.turbo/turbo-build.logβ€Ž

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11

2-
> [email protected].1 prebuild /home/runner/work/linaria/linaria/website
2+
> [email protected].2 prebuild /home/runner/work/linaria/linaria/website
33
> pnpm clean
44

55

6-
> [email protected].1 clean /home/runner/work/linaria/linaria/website
6+
> [email protected].2 clean /home/runner/work/linaria/linaria/website
77
> pnpm clean:client && pnpm clean:server
88

99

10-
> [email protected].1 clean:client /home/runner/work/linaria/linaria/website
10+
> [email protected].2 clean:client /home/runner/work/linaria/linaria/website
1111
> del dist
1212

1313

14-
> [email protected].1 clean:server /home/runner/work/linaria/linaria/website
14+
> [email protected].2 clean:server /home/runner/work/linaria/linaria/website
1515
> del build
1616

1717

18-
> [email protected].1 build /home/runner/work/linaria/linaria/website
18+
> [email protected].2 build /home/runner/work/linaria/linaria/website
1919
> pnpm build:client && pnpm build:server
2020

2121

22-
> [email protected].1 build:client /home/runner/work/linaria/linaria/website
22+
> [email protected].2 build:client /home/runner/work/linaria/linaria/website
2323
> cross-env NODE_ENV=production webpack
2424

2525

2626
Timings:
27-
Total: 3417ms
27+
Total: 3528ms
2828

2929
By method:
30-
createEntrypoint: 217ms
31-
parseFile: 19ms
32-
transform:evaluator: 64ms
33-
transform:preeval: 131ms
30+
createEntrypoint: 228ms
31+
parseFile: 21ms
32+
transform:evaluator: 67ms
33+
transform:preeval: 133ms
3434
transform:preeval:importMetaEnv: 0ms
35-
transform:preeval:processTemplate: 47ms
36-
transform:preeval:removeDangerousCode: 24ms
35+
transform:preeval:processTemplate: 50ms
36+
transform:preeval:removeDangerousCode: 21ms
3737

3838
Memory usage: {
39-
rss: 218226688,
39+
rss: 218464256,
4040
heapTotal: 153300992,
41-
heapUsed: 125503968,
41+
heapUsed: 125387672,
4242
external: 3915561,
4343
arrayBuffers: 1037551
4444
}
@@ -66,9 +66,9 @@ cacheable modules 148 KiB (javascript) 62.6 KiB (asset) 3.7 KiB (css/mini-extrac
6666
css ../node_modules/.pnpm/[email protected][email protected]/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/.pnpm/@[email protected][email protected]/node_modules/@wyw-in-js/webpack-loader/lib/outputCssLoader.js?cacheProvider=&cacheProviderId=!./src/components/Hero.jsx?wyw=wyw-in-js.css 1.82 KiB [built] [code generated]
6767
css ../node_modules/.pnpm/[email protected][email protected]/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/.pnpm/@[email protected][email protected]/node_modules/@wyw-in-js/webpack-loader/lib/outputCssLoader.js?cacheProvider=&cacheProviderId=!./src/index.jsx?wyw=wyw-in-js.css 316 bytes [built] [code generated]
6868
css ../node_modules/.pnpm/[email protected][email protected]/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/.pnpm/@[email protected][email protected]/node_modules/@wyw-in-js/webpack-loader/lib/outputCssLoader.js?cacheProvider=&cacheProviderId=!./src/components/Container.js?wyw=wyw-in-js.css 60 bytes [built] [code generated]
69-
webpack 5.98.0 compiled successfully in 3138 ms
69+
webpack 5.98.0 compiled successfully in 3247 ms
7070

71-
> [email protected].1 build:server /home/runner/work/linaria/linaria/website
71+
> [email protected].2 build:server /home/runner/work/linaria/linaria/website
7272
> cross-env NODE_ENV=production BABEL_ENV=server babel src --out-dir build
7373

74-
Successfully compiled 11 files with Babel (939ms).
74+
Successfully compiled 11 files with Babel (949ms).

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 6.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b3331e45]
8+
- @linaria/react@7.0.1
9+
- @linaria/atomic@7.0.1
10+
311
## 6.3.1
412

513
### Patch Changes

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linaria-website",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"private": true,
55
"description": "Linaria website",
66
"exports": {

0 commit comments

Comments
Β (0)