Skip to content

Commit

Permalink
chore: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Jun 28, 2023
1 parent 2804c03 commit a7ee994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/styled-components/package.json
@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "6.0.0-rc.6",
"version": "6.0.0",
"description": "CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.",
"types": "dist/index.d.ts",
"main": "dist/styled-components.cjs.js",
Expand Down Expand Up @@ -134,7 +134,7 @@
"files": [
{
"path": "./dist/styled-components.min.js",
"maxSize": "13kB"
"maxSize": "11.5kB"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -9084,7 +9084,7 @@ style-loader@^3.3.1:
supports-color "^5.5.0"

"styled-components@link:packages/styled-components":
version "6.0.0-rc.6"
version "6.0.0"
dependencies:
"@babel/cli" "^7.21.0"
"@babel/core" "^7.21.0"
Expand Down

1 comment on commit a7ee994

@klarstrup
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As of this version the build of our main medium-large Next.js app runs out of memory.

I need to do some more isolating and see if I can narrow down the issue to something worth creating an issue about on here.

Please sign in to comment.