Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 13, 2019
1 parent 970bbdd commit 6e5ffa8
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 14 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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





## [1.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)


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": "1.13.1",
"version": "1.14.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/babel-preset-emotion-css-prop/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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





# [1.11.0](https://github.com/smooth-code/xstyled/compare/v1.10.1...v1.11.0) (2019-08-28)

**Note:** Version bump only for package @xstyled/babel-preset-emotion-css-prop
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-emotion-css-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/babel-preset-emotion-css-prop",
"description": "A babel preset to automatically enable emotion's css prop with xstyled",
"version": "1.11.0",
"version": "1.14.0",
"sideEffects": false,
"main": "dist/xstyled-babel-preset-emotion-css-prop.cjs.js",
"module": "dist/xstyled-babel-preset-emotion-css-prop.es.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





## [1.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)


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": "1.13.1",
"version": "1.14.0",
"sideEffects": false,
"main": "dist/xstyled-core.cjs.js",
"module": "dist/xstyled-core.es.js",
Expand All @@ -17,6 +17,6 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/system": "^1.11.0"
"@xstyled/system": "^1.14.0"
}
}
11 changes: 11 additions & 0 deletions packages/emotion/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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





## [1.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)

**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": "Xstyled bindings for emotion.",
"version": "1.13.1",
"version": "1.14.0",
"keywords": [
"emotion",
"css",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/core": "^1.13.1",
"@xstyled/util": "^1.11.0"
"@xstyled/core": "^1.14.0",
"@xstyled/util": "^1.14.0"
}
}
11 changes: 11 additions & 0 deletions packages/prop-types/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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





# [1.11.0](https://github.com/smooth-code/xstyled/compare/v1.10.1...v1.11.0) (2019-08-28)

**Note:** Version bump only for package @xstyled/prop-types
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/prop-types",
"description": "Generate prop-types from xstyled utilities.",
"version": "1.11.0",
"version": "1.14.0",
"keywords": [
"emotion",
"styled-components",
Expand Down
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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





## [1.13.1](https://github.com/smooth-code/xstyled/compare/v1.13.0...v1.13.1) (2019-09-26)

**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": "Xstyled bindings for styled-components.",
"version": "1.13.1",
"version": "1.14.0",
"keywords": [
"styled-components",
"css",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/core": "^1.13.1",
"@xstyled/util": "^1.11.0"
"@xstyled/core": "^1.14.0",
"@xstyled/util": "^1.14.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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





# [1.11.0](https://github.com/smooth-code/xstyled/compare/v1.10.1...v1.11.0) (2019-08-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/system",
"description": "Modern style system for styled-components & emotion.",
"version": "1.11.0",
"version": "1.14.0",
"keywords": [
"emotion",
"styled-components",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/util": "^1.11.0"
"@xstyled/util": "^1.14.0"
}
}
11 changes: 11 additions & 0 deletions packages/util/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.

# [1.14.0](https://github.com/smooth-code/xstyled/compare/v1.13.1...v1.14.0) (2019-11-13)


### Features

* add useTheme & useUp / useDown ([36d2909](https://github.com/smooth-code/xstyled/commit/36d290924d6cfaef97dd3144b4895ab944aa1f25))





# [1.11.0](https://github.com/smooth-code/xstyled/compare/v1.10.1...v1.11.0) (2019-08-28)

**Note:** Version bump only for package @xstyled/util
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xstyled/util",
"description": "xstyled utilities",
"version": "1.11.0",
"version": "1.14.0",
"sideEffects": false,
"main": "dist/xstyled-util.cjs.js",
"module": "dist/xstyled-util.es.js",
Expand Down

0 comments on commit 6e5ffa8

Please sign in to comment.