Skip to content

Commit

Permalink
Version Packages (#1473)
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 Jul 4, 2023
1 parent 3d9dfa7 commit 33f286c
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-walls-boil.md

This file was deleted.

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

## 0.20.0

### Minor Changes

- a24c157c: Skip expansion of shorthand properties (e.g. padding, margin) if they have dynamic values (e.g. CSS variables, ternary expressions, arrow functions)

### Patch Changes

- Updated dependencies [a24c157c]
- @compiled/css@0.12.0

## 0.19.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.19.1",
"version": "0.20.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 Expand Up @@ -28,7 +28,7 @@
"@babel/template": "^7.20.7",
"@babel/traverse": "^7.21.5",
"@babel/types": "^7.21.5",
"@compiled/css": "^0.11.0",
"@compiled/css": "^0.12.0",
"@compiled/utils": "^0.8.0",
"@emotion/is-prop-valid": "^1.2.1",
"resolve": "^1.22.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/css

## 0.12.0

### Minor Changes

- a24c157c: Skip expansion of shorthand properties (e.g. padding, margin) if they have dynamic values (e.g. CSS variables, ternary expressions, arrow functions)

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/css",
"version": "0.11.0",
"version": "0.12.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-css",
"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-optimizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/parcel-optimizer

## 0.4.1

### Patch Changes

- Updated dependencies [a24c157c]
- @compiled/css@0.12.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/parcel-optimizer",
"version": "0.4.0",
"version": "0.4.1",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
"repository": {
Expand All @@ -19,7 +19,7 @@
"src"
],
"dependencies": {
"@compiled/css": "^0.11.0",
"@compiled/css": "^0.12.0",
"@compiled/utils": "^0.8.0",
"@parcel/plugin": "^2.8.3",
"posthtml": "^0.16.6",
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.13.1

### Patch Changes

- Updated dependencies [a24c157c]
- @compiled/babel-plugin@0.20.0

## 0.13.0

### Minor 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.13.0",
"version": "0.13.1",
"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.19.0",
"@compiled/babel-plugin": "^0.20.0",
"@compiled/babel-plugin-strip-runtime": "^0.19.0",
"@compiled/utils": "^0.8.0",
"@parcel/plugin": "^2.8.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @compiled/webpack-loader

## 0.11.1

### Patch Changes

- Updated dependencies [a24c157c]
- @compiled/css@0.12.0
- @compiled/babel-plugin@0.20.0

## 0.11.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.11.0",
"version": "0.11.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,9 +22,9 @@
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/parser": "^7.21.8",
"@compiled/babel-plugin": "^0.19.0",
"@compiled/babel-plugin": "^0.20.0",
"@compiled/babel-plugin-strip-runtime": "^0.19.0",
"@compiled/css": "^0.11.0",
"@compiled/css": "^0.12.0",
"@compiled/utils": "^0.8.0",
"enhanced-resolve": "^5.12.0",
"loader-utils": "^2.0.4",
Expand Down

0 comments on commit 33f286c

Please sign in to comment.