Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 10, 2022
1 parent 9c689b1 commit 1682732
Show file tree
Hide file tree
Showing 20 changed files with 147 additions and 20 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **emotion:** fix ESM interop ([465df83](https://github.com/gregberge/xstyled/commit/465df839104a149bc0e8440dd6e8f6b5bfc9552f)), closes [#338](https://github.com/gregberge/xstyled/issues/338) [#343](https://github.com/gregberge/xstyled/issues/343)
* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)
* **styled-components:** fix ESM interop ([fa93d92](https://github.com/gregberge/xstyled/commit/fa93d92927a03e450562470690208e22f045495f)), closes [#338](https://github.com/gregberge/xstyled/issues/338)
* typo border doc ([694408e](https://github.com/gregberge/xstyled/commit/694408e0044f214c20a510e5f4c2a8715c0c2fcb))


### Features

* add border positions style helpers ([3bcaada](https://github.com/gregberge/xstyled/commit/3bcaada8541af40cb40e9fbf691692cd597b8438))





# [3.4.0](https://github.com/gregberge/xstyled/compare/v3.3.0...v3.4.0) (2021-12-22)


Expand Down
8 changes: 8 additions & 0 deletions benchmarks/CHANGELOG.md
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.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)

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





# [3.4.0](https://github.com/gregberge/xstyled/compare/v3.3.0...v3.4.0) (2021-12-22)

**Note:** Version bump only for package @xstyled/benchmarks
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/package.json
@@ -1,6 +1,6 @@
{
"name": "@xstyled/benchmarks",
"version": "3.4.0",
"version": "3.5.0",
"private": true,
"scripts": {
"bench-system": "node ./system.js",
Expand All @@ -26,8 +26,8 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@xstyled/emotion": "^3.4.0",
"@xstyled/styled-components": "^3.3.0",
"@xstyled/emotion": "^3.5.0",
"@xstyled/styled-components": "^3.5.0",
"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
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "3.4.0",
"version": "3.5.0",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/babel-preset-emotion-css-prop/CHANGELOG.md
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.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)





# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-emotion-css-prop/package.json
@@ -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": "3.2.0",
"version": "3.5.0",
"sideEffects": false,
"type": "commonjs",
"main": "./dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
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.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)





# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@xstyled/core",
"description": "xstyled core utilities.",
"version": "3.2.0",
"version": "3.5.0",
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -31,6 +31,6 @@
"access": "public"
},
"dependencies": {
"@xstyled/system": "^3.2.0"
"@xstyled/system": "^3.5.0"
}
}
12 changes: 12 additions & 0 deletions packages/emotion/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **emotion:** fix ESM interop ([465df83](https://github.com/gregberge/xstyled/commit/465df839104a149bc0e8440dd6e8f6b5bfc9552f)), closes [#338](https://github.com/gregberge/xstyled/issues/338) [#343](https://github.com/gregberge/xstyled/issues/343)
* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)





# [3.4.0](https://github.com/gregberge/xstyled/compare/v3.3.0...v3.4.0) (2021-12-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/emotion/package.json
@@ -1,7 +1,7 @@
{
"name": "@xstyled/emotion",
"description": "A utility-first CSS-in-JS framework built for React (Emotion bindings).",
"version": "3.4.0",
"version": "3.5.0",
"keywords": [
"emotion",
"css",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@emotion/styled": "^11.0.0"
},
"dependencies": {
"@xstyled/core": "^3.2.0",
"@xstyled/system": "^3.2.0",
"@xstyled/util": "^3.2.0"
"@xstyled/core": "^3.5.0",
"@xstyled/system": "^3.5.0",
"@xstyled/util": "^3.5.0"
}
}
11 changes: 11 additions & 0 deletions packages/prop-types/CHANGELOG.md
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.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)





# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/prop-types/package.json
@@ -1,7 +1,7 @@
{
"name": "@xstyled/prop-types",
"description": "Generate prop-types from xstyled utilities.",
"version": "3.2.0",
"version": "3.5.0",
"keywords": [
"emotion",
"styled-components",
Expand Down
12 changes: 12 additions & 0 deletions packages/styled-components/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)
* **styled-components:** fix ESM interop ([fa93d92](https://github.com/gregberge/xstyled/commit/fa93d92927a03e450562470690208e22f045495f)), closes [#338](https://github.com/gregberge/xstyled/issues/338)





# [3.3.0](https://github.com/gregberge/xstyled/compare/v3.2.0...v3.3.0) (2021-12-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/styled-components/package.json
@@ -1,7 +1,7 @@
{
"name": "@xstyled/styled-components",
"description": "A utility-first CSS-in-JS framework built for React (styled-components bindings).",
"version": "3.3.0",
"version": "3.5.0",
"keywords": [
"styled-components",
"css",
Expand Down Expand Up @@ -41,8 +41,8 @@
"styled-components": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@xstyled/core": "^3.2.0",
"@xstyled/system": "^3.2.0",
"@xstyled/util": "^3.2.0"
"@xstyled/core": "^3.5.0",
"@xstyled/system": "^3.5.0",
"@xstyled/util": "^3.5.0"
}
}
16 changes: 16 additions & 0 deletions packages/system/CHANGELOG.md
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.

# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)


### Features

* add border positions style helpers ([3bcaada](https://github.com/gregberge/xstyled/commit/3bcaada8541af40cb40e9fbf691692cd597b8438))





# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/system/package.json
@@ -1,7 +1,7 @@
{
"name": "@xstyled/system",
"description": "xstyled system utilities.",
"version": "3.2.0",
"version": "3.5.0",
"keywords": [
"emotion",
"styled-components",
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@xstyled/util": "^3.2.0",
"@xstyled/util": "^3.5.0",
"csstype": "^3.0.8"
}
}
11 changes: 11 additions & 0 deletions packages/util/CHANGELOG.md
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.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* **esm:** fix module exports ([5624604](https://github.com/gregberge/xstyled/commit/56246046815ffab3d860a298c6c4bc62162c928d)), closes [#336](https://github.com/gregberge/xstyled/issues/336)





# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
@@ -1,7 +1,7 @@
{
"name": "@xstyled/util",
"description": "xstyled common utilities.",
"version": "3.2.0",
"version": "3.5.0",
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
Expand Down
16 changes: 16 additions & 0 deletions website/CHANGELOG.md
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.

# [3.5.0](https://github.com/gregberge/xstyled/compare/v3.4.0...v3.5.0) (2022-01-10)


### Bug Fixes

* typo border doc ([694408e](https://github.com/gregberge/xstyled/commit/694408e0044f214c20a510e5f4c2a8715c0c2fcb))


### Features

* add border positions style helpers ([3bcaada](https://github.com/gregberge/xstyled/commit/3bcaada8541af40cb40e9fbf691692cd597b8438))





# [3.2.0](https://github.com/gregberge/xstyled/compare/v3.1.2...v3.2.0) (2021-12-22)

**Note:** Version bump only for package @xstyled/website
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
@@ -1,6 +1,6 @@
{
"name": "@xstyled/website",
"version": "3.2.0",
"version": "3.5.0",
"private": true,
"scripts": {
"build": "gatsby build && cp _redirects public/",
Expand Down

0 comments on commit 1682732

Please sign in to comment.