Skip to content

Commit dea4f1c

Browse files
Version Packages (#1768)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ebbfc1 commit dea4f1c

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

.changeset/cyan-waves-rest.md

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

packages/babel-plugin/CHANGELOG.md

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

3+
## 0.34.0
4+
5+
### Minor Changes
6+
7+
- 0ebbfc15: Fix supporting ternaries referencing cssMap style objects when extracting styles.
8+
39
## 0.33.0
410

511
### Patch Changes

packages/babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/babel-plugin",
3-
"version": "0.33.0",
3+
"version": "0.34.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",

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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0ebbfc15]
8+
- @compiled/babel-plugin@0.34.0
9+
310
## 0.18.1
411

512
### Patch 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.18.1",
3+
"version": "0.18.2",
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.33.0",
25+
"@compiled/babel-plugin": "^0.34.0",
2626
"@compiled/babel-plugin-strip-runtime": "^0.33.0",
2727
"@compiled/utils": "^0.13.1",
2828
"@parcel/plugin": "^2.8.3",

packages/webpack-loader/CHANGELOG.md

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

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0ebbfc15]
8+
- @compiled/babel-plugin@0.34.0
9+
310
## 0.19.0
411

512
### Minor Changes

packages/webpack-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/webpack-loader",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-webpack-loader",
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/parser": "^7.21.8",
25-
"@compiled/babel-plugin": "^0.33.0",
25+
"@compiled/babel-plugin": "^0.34.0",
2626
"@compiled/babel-plugin-strip-runtime": "^0.33.0",
2727
"@compiled/css": "^0.18.0",
2828
"@compiled/utils": "^0.13.1",

0 commit comments

Comments
 (0)