Skip to content

Commit 33f286c

Browse files
Version Packages (#1473)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d9dfa7 commit 33f286c

File tree

11 files changed

+49
-16
lines changed

11 files changed

+49
-16
lines changed

.changeset/big-walls-boil.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/babel-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @compiled/babel-plugin
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- a24c157c: Skip expansion of shorthand properties (e.g. padding, margin) if they have dynamic values (e.g. CSS variables, ternary expressions, arrow functions)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a24c157c]
12+
- @compiled/css@0.12.0
13+
314
## 0.19.1
415

516
### Patch Changes

packages/babel-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/babel-plugin",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -28,7 +28,7 @@
2828
"@babel/template": "^7.20.7",
2929
"@babel/traverse": "^7.21.5",
3030
"@babel/types": "^7.21.5",
31-
"@compiled/css": "^0.11.0",
31+
"@compiled/css": "^0.12.0",
3232
"@compiled/utils": "^0.8.0",
3333
"@emotion/is-prop-valid": "^1.2.1",
3434
"resolve": "^1.22.0"

packages/css/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @compiled/css
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- a24c157c: Skip expansion of shorthand properties (e.g. padding, margin) if they have dynamic values (e.g. CSS variables, ternary expressions, arrow functions)
8+
39
## 0.11.0
410

511
### Minor Changes

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/css",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-css",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",

packages/parcel-optimizer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @compiled/parcel-optimizer
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a24c157c]
8+
- @compiled/css@0.12.0
9+
310
## 0.4.0
411

512
### Minor Changes

packages/parcel-optimizer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/parcel-optimizer",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"src"
2020
],
2121
"dependencies": {
22-
"@compiled/css": "^0.11.0",
22+
"@compiled/css": "^0.12.0",
2323
"@compiled/utils": "^0.8.0",
2424
"@parcel/plugin": "^2.8.3",
2525
"posthtml": "^0.16.6",

packages/parcel-transformer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @compiled/parcel-transformer
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a24c157c]
8+
- @compiled/babel-plugin@0.20.0
9+
310
## 0.13.0
411

512
### Minor Changes

packages/parcel-transformer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/parcel-transformer",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-parcel-transformer",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@babel/core": "^7.21.8",
2424
"@babel/generator": "^7.21.5",
25-
"@compiled/babel-plugin": "^0.19.0",
25+
"@compiled/babel-plugin": "^0.20.0",
2626
"@compiled/babel-plugin-strip-runtime": "^0.19.0",
2727
"@compiled/utils": "^0.8.0",
2828
"@parcel/plugin": "^2.8.3",

packages/webpack-loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @compiled/webpack-loader
22

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a24c157c]
8+
- @compiled/css@0.12.0
9+
- @compiled/babel-plugin@0.20.0
10+
311
## 0.11.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)