Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 11, 2021
1 parent 6bc0d4e commit 31de7ff
Show file tree
Hide file tree
Showing 12 changed files with 87 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/smooth-code/xstyled/compare/v2.0.0...v2.1.0) (2021-01-11)


### Bug Fixes

* adding children to emotion jsx function ([#166](https://github.com/smooth-code/xstyled/issues/166)) ([6bc0d4e](https://github.com/smooth-code/xstyled/commit/6bc0d4ea574e1a6cdee622c8d0b8a7b431b2028a))
* size 0.5 conflict fluid range ([#168](https://github.com/smooth-code/xstyled/issues/168)) ([762aa1c](https://github.com/smooth-code/xstyled/commit/762aa1ccf6e4829d0664481a2be2e2ad2c4a0bf9))


### Features

* **emotion:** add preflight component to emotion ([#167](https://github.com/smooth-code/xstyled/issues/167)) ([b56e6b6](https://github.com/smooth-code/xstyled/commit/b56e6b66c26f3854bc17d6622567081122556fb4))





## [1.19.1](https://github.com/gregberge/xstyled/compare/v1.19.0...v1.19.1) (2020-11-04)


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": "2.0.0",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/core/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.

# [2.1.0](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v2.0.0...v2.1.0) (2021-01-11)

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





## [1.19.1](https://github.com/gregberge/xstyled/tree/master/packages/core/compare/v1.19.0...v1.19.1) (2020-11-04)

**Note:** Version bump only for package @xstyled/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/core",
"description": "xstyled core utilities.",
"version": "2.0.0",
"version": "2.1.0",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/core.esm.js",
Expand All @@ -25,6 +25,6 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@xstyled/system": "^2.0.0"
"@xstyled/system": "^2.1.0"
}
}
16 changes: 16 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v2.0.0...v2.1.0) (2021-01-11)


### Bug Fixes

* adding children to emotion jsx function ([#166](https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/166)) ([6bc0d4e](https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/6bc0d4ea574e1a6cdee622c8d0b8a7b431b2028a))


### Features

* **emotion:** add preflight component to emotion ([#167](https://github.com/gregberge/xstyled/tree/master/packages/emotion/issues/167)) ([b56e6b6](https://github.com/gregberge/xstyled/tree/master/packages/emotion/commit/b56e6b66c26f3854bc17d6622567081122556fb4))





## [1.19.1](https://github.com/gregberge/xstyled/tree/master/packages/emotion/compare/v1.19.0...v1.19.1) (2020-11-04)

**Note:** Version bump only for package @xstyled/emotion
Expand Down
6 changes: 3 additions & 3 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/emotion",
"description": "A utility-first CSS-in-JS framework built for React (Emotion bindings).",
"version": "2.0.0",
"version": "2.1.0",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@xstyled/core": "^2.0.0",
"@xstyled/system": "^2.0.0",
"@xstyled/core": "^2.1.0",
"@xstyled/system": "^2.1.0",
"@xstyled/util": "^2.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/styled-components/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.

# [2.1.0](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.0.0...v2.1.0) (2021-01-11)

**Note:** Version bump only for package @xstyled/styled-components





## [1.19.1](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v1.19.0...v1.19.1) (2020-11-04)

**Note:** Version bump only for package @xstyled/styled-components
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.0.0",
"version": "2.1.0",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@xstyled/core": "^2.0.0",
"@xstyled/system": "^2.0.0",
"@xstyled/core": "^2.1.0",
"@xstyled/system": "^2.1.0",
"@xstyled/util": "^2.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/system/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.

# [2.1.0](https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v2.0.0...v2.1.0) (2021-01-11)


### Bug Fixes

* size 0.5 conflict fluid range ([#168](https://github.com/gregberge/xstyled/tree/master/packages/system/issues/168)) ([762aa1c](https://github.com/gregberge/xstyled/tree/master/packages/system/commit/762aa1ccf6e4829d0664481a2be2e2ad2c4a0bf9))





## [1.19.1](https://github.com/gregberge/xstyled/tree/master/packages/system/compare/v1.19.0...v1.19.1) (2020-11-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/system",
"description": "xstyled system utilities.",
"version": "2.0.0",
"version": "2.1.0",
"keywords": [
"emotion",
"styled-components",
Expand Down
16 changes: 16 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/smooth-code/xstyled/compare/v2.0.0...v2.1.0) (2021-01-11)


### Bug Fixes

* size 0.5 conflict fluid range ([#168](https://github.com/smooth-code/xstyled/issues/168)) ([762aa1c](https://github.com/smooth-code/xstyled/commit/762aa1ccf6e4829d0664481a2be2e2ad2c4a0bf9))


### Features

* **emotion:** add preflight component to emotion ([#167](https://github.com/smooth-code/xstyled/issues/167)) ([b56e6b6](https://github.com/smooth-code/xstyled/commit/b56e6b66c26f3854bc17d6622567081122556fb4))
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstyled/website",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"build": "gatsby build && cp _redirects public/",
Expand Down

0 comments on commit 31de7ff

Please sign in to comment.