Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1030265 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Apr 26, 2024
1 parent 22757d3 commit e6dc7d1
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 388 deletions.
34 changes: 17 additions & 17 deletions .turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@

> linaria-website@6.1.1 build /home/runner/work/linaria/linaria/website
> linaria-website@6.2.0 build /home/runner/work/linaria/linaria/website
> pnpm build:client && pnpm build:server


> linaria-website@6.1.1 build:client /home/runner/work/linaria/linaria/website
> linaria-website@6.2.0 build:client /home/runner/work/linaria/linaria/website
> cross-env NODE_ENV=production webpack


Timings:
Total: 3661ms
Total: 3707ms

By method:
createEntrypoint: 196ms
parseFile: 18ms
transform:evaluator: 82ms
transform:preeval: 133ms
transform:preeval:processTemplate: 45ms
transform:preeval:removeDangerousCode: 22ms
createEntrypoint: 222ms
parseFile: 27ms
transform:evaluator: 108ms
transform:preeval: 204ms
transform:preeval:processTemplate: 61ms
transform:preeval:removeDangerousCode: 42ms

Memory usage: {
rss: 189747200,
heapTotal: 127385600,
heapUsed: 96685024,
external: 3496685,
arrayBuffers: 1019326
rss: 195846144,
heapTotal: 127909888,
heapUsed: 96651224,
external: 3504877,
arrayBuffers: 1027518
}
assets by info 63.5 KiB [immutable]
asset c9d5cf961634b7622bef.png 59.7 KiB [emitted] [immutable] [from: assets/code-sample-v4.png] (auxiliary name: app)
Expand All @@ -49,9 +49,9 @@ cacheable modules 148 KiB (javascript) 62.6 KiB (asset) 3.7 KiB (css/mini-extrac
css ../node_modules/.pnpm/css-loader@6.7.2_webpack@5.76.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/.pnpm/@wyw-in-js+webpack-loader@0.5.3_webpack@5.76.0/node_modules/@wyw-in-js/webpack-loader/lib/outputCssLoader.js?cacheProvider=!./src/components/Hero.jsx 1.82 KiB [built] [code generated]
css ../node_modules/.pnpm/css-loader@6.7.2_webpack@5.76.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/.pnpm/@wyw-in-js+webpack-loader@0.5.3_webpack@5.76.0/node_modules/@wyw-in-js/webpack-loader/lib/outputCssLoader.js?cacheProvider=!./src/index.jsx 316 bytes [built] [code generated]
css ../node_modules/.pnpm/css-loader@6.7.2_webpack@5.76.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/.pnpm/@wyw-in-js+webpack-loader@0.5.3_webpack@5.76.0/node_modules/@wyw-in-js/webpack-loader/lib/outputCssLoader.js?cacheProvider=!./src/components/Container.js 60 bytes [built] [code generated]
webpack 5.76.0 compiled successfully in 3385 ms
webpack 5.76.0 compiled successfully in 3416 ms

> linaria-website@6.1.1 build:server /home/runner/work/linaria/linaria/website
> linaria-website@6.2.0 build:server /home/runner/work/linaria/linaria/website
> cross-env NODE_ENV=production BABEL_ENV=server babel src --out-dir build

Successfully compiled 11 files with Babel (787ms).
Successfully compiled 11 files with Babel (928ms).
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 6.2.0

### Minor Changes

- a3dcee2e: Update wyw-in-js to 0.5.3

### Patch Changes

- Updated dependencies [a3dcee2e]
- @linaria/atomic@6.2.0
- @linaria/core@6.2.0
- @linaria/server@6.2.0
- @linaria/react@6.2.1

## 6.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linaria-website",
"version": "6.1.1",
"version": "6.2.0",
"private": true,
"description": "Linaria website",
"exports": {
Expand Down

0 comments on commit e6dc7d1

Please sign in to comment.