Skip to content

Commit

Permalink
Version Packages (#1768)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
atlas-dst-bot and github-actions[bot] authored Dec 18, 2024
1 parent 0ebbfc1 commit dea4f1c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-waves-rest.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/babel-plugin

## 0.34.0

### Minor Changes

- 0ebbfc15: Fix supporting ternaries referencing cssMap style objects when extracting styles.

## 0.33.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/babel-plugin",
"version": "0.33.0",
"version": "0.34.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/parcel-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/parcel-transformer

## 0.18.2

### Patch Changes

- Updated dependencies [0ebbfc15]
- @compiled/babel-plugin@0.34.0

## 0.18.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/parcel-transformer",
"version": "0.18.1",
"version": "0.18.2",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-parcel-transformer",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/generator": "^7.21.5",
"@compiled/babel-plugin": "^0.33.0",
"@compiled/babel-plugin": "^0.34.0",
"@compiled/babel-plugin-strip-runtime": "^0.33.0",
"@compiled/utils": "^0.13.1",
"@parcel/plugin": "^2.8.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/webpack-loader

## 0.19.1

### Patch Changes

- Updated dependencies [0ebbfc15]
- @compiled/babel-plugin@0.34.0

## 0.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/webpack-loader",
"version": "0.19.0",
"version": "0.19.1",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-webpack-loader",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/parser": "^7.21.8",
"@compiled/babel-plugin": "^0.33.0",
"@compiled/babel-plugin": "^0.34.0",
"@compiled/babel-plugin-strip-runtime": "^0.33.0",
"@compiled/css": "^0.18.0",
"@compiled/utils": "^0.13.1",
Expand Down

0 comments on commit dea4f1c

Please sign in to comment.