Skip to content

Commit

Permalink
Version Packages (#1486)
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 Aug 21, 2023
1 parent 9cfda8e commit d44f8ea
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-parrots-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-shoes-cry.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.21.0

### Minor Changes

- 487bbd46: Support default parameters in arrow functions, and explicitly throw error when using unsupported syntax in arrow function parameters

## 0.20.0

### Minor 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.20.0",
"version": "0.21.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
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/eslint-plugin

## 0.8.0

### Minor Changes

- 9cfda8ef: no-css-prop-without-css-function: Forbid imported styles and function parameters in `css` attribute

## 0.7.0

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

### Patch Changes

- Updated dependencies [487bbd46]
- @compiled/babel-plugin@0.21.0

## 0.13.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.13.1",
"version": "0.13.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.20.0",
"@compiled/babel-plugin": "^0.21.0",
"@compiled/babel-plugin-strip-runtime": "^0.19.0",
"@compiled/utils": "^0.8.0",
"@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.11.2

### Patch Changes

- Updated dependencies [487bbd46]
- @compiled/babel-plugin@0.21.0

## 0.11.1

### Patch 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.11.1",
"version": "0.11.2",
"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.20.0",
"@compiled/babel-plugin": "^0.21.0",
"@compiled/babel-plugin-strip-runtime": "^0.19.0",
"@compiled/css": "^0.12.0",
"@compiled/utils": "^0.8.0",
Expand Down

0 comments on commit d44f8ea

Please sign in to comment.