Skip to content

Commit 669e170

Browse files
Version Packages (#1807)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 197512f commit 669e170

File tree

13 files changed

+57
-19
lines changed

13 files changed

+57
-19
lines changed

.changeset/seven-falcons-build.md

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

packages/babel-plugin-strip-runtime/CHANGELOG.md

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

3+
## 0.37.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [197512fa]
8+
- @compiled/css@0.20.0
9+
310
## 0.36.0
411

512
### Patch Changes

packages/babel-plugin-strip-runtime/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-strip-runtime",
3-
"version": "0.36.0",
3+
"version": "0.37.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin-strip-runtime",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -24,7 +24,7 @@
2424
"@babel/template": "^7.26.9",
2525
"@babel/traverse": "^7.26.9",
2626
"@babel/types": "^7.26.9",
27-
"@compiled/css": "^0.19.0",
27+
"@compiled/css": "^0.20.0",
2828
"@compiled/utils": "^0.13.1"
2929
},
3030
"devDependencies": {

packages/babel-plugin/CHANGELOG.md

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

3+
## 0.37.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [197512fa]
8+
- @compiled/css@0.20.0
9+
310
## 0.37.0
411

512
### Minor 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.37.0",
3+
"version": "0.37.1",
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.26.9",
2929
"@babel/traverse": "^7.26.9",
3030
"@babel/types": "^7.26.9",
31-
"@compiled/css": "^0.19.0",
31+
"@compiled/css": "^0.20.0",
3232
"@compiled/utils": "^0.13.1",
3333
"@emotion/is-prop-valid": "^1.2.1",
3434
"resolve": "^1.22.10"

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.20.0
4+
5+
### Minor Changes
6+
7+
- 197512fa: Properly handle flex keywords such as 'flex:initial', 'flex:revert', etc, rather than defaulting to 'flex:auto' on any keyword.
8+
39
## 0.19.1
410

511
### Patch 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.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-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.6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [197512fa]
8+
- @compiled/css@0.20.0
9+
310
## 0.6.1
411

512
### Patch 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.6.1",
3+
"version": "0.6.2",
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.19.0",
22+
"@compiled/css": "^0.20.0",
2323
"@compiled/utils": "^0.13.1",
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.18.6
4+
5+
### Patch Changes
6+
7+
- @compiled/babel-plugin@0.37.1
8+
- @compiled/babel-plugin-strip-runtime@0.37.1
9+
310
## 0.18.5
411

512
### Patch Changes

0 commit comments

Comments
 (0)