Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jun 25, 2021
1 parent 7c979d0 commit 46145a6
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/gregberge/xstyled/compare/v3.0.2...v3.0.3) (2021-06-25)


### Bug Fixes

* fix styled components module name ([#284](https://github.com/gregberge/xstyled/issues/284)) ([7c979d0](https://github.com/gregberge/xstyled/commit/7c979d0d69698629a516cfa5b8582cbc01aed1cb))





## [3.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)


Expand Down
8 changes: 8 additions & 0 deletions benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/gregberge/xstyled/compare/v3.0.2...v3.0.3) (2021-06-25)

**Note:** Version bump only for package @xstyled/benchmarks





## [3.0.2](https://github.com/gregberge/xstyled/compare/v3.0.1...v3.0.2) (2021-06-18)

**Note:** Version bump only for package @xstyled/benchmarks
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstyled/benchmarks",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"scripts": {
"bench-system": "node ./system.js",
Expand All @@ -27,7 +27,7 @@
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@xstyled/emotion": "^3.0.2",
"@xstyled/styled-components": "^3.0.2",
"@xstyled/styled-components": "^3.0.3",
"emotion-theming": "^11.0.0",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "3.0.2",
"version": "3.0.3",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v3.0.2...v3.0.3) (2021-06-25)


### Bug Fixes

* fix styled components module name ([#284](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/issues/284)) ([7c979d0](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/commit/7c979d0d69698629a516cfa5b8582cbc01aed1cb))





## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v3.0.1...v3.0.2) (2021-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/styled-components",
"description": "A utility-first CSS-in-JS framework built for React (styled-components bindings).",
"version": "3.0.2",
"version": "3.0.3",
"keywords": [
"styled-components",
"css",
Expand Down

0 comments on commit 46145a6

Please sign in to comment.