Skip to content

Commit

Permalink
Version Packages (#1708)
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 Sep 12, 2024
1 parent 83c721d commit e53d9db
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-dolls-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-schools-do.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.30.0

### Minor Changes

- 83c721d6: Allow an import of `jsx` from our internal `@atlaskit/css` package for babel plugin pragma resolutions.

## 0.29.1

### 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.29.1",
"version": "0.30.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.16.1

### Patch Changes

- Updated dependencies [83c721d6]
- @compiled/babel-plugin@0.30.0

## 0.16.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.16.0",
"version": "0.16.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.29.0",
"@compiled/babel-plugin": "^0.30.0",
"@compiled/babel-plugin-strip-runtime": "^0.29.0",
"@compiled/utils": "^0.11.2",
"@parcel/plugin": "^2.8.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @compiled/webpack-loader

## 0.15.0

### Minor Changes

- 83c721d6: Modify the early-exit on our Webpack loader to work with `options.importSources` to properly transform other Compiled aliases.

### Patch Changes

- Updated dependencies [83c721d6]
- @compiled/babel-plugin@0.30.0

## 0.14.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.14.1",
"version": "0.15.0",
"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.29.0",
"@compiled/babel-plugin": "^0.30.0",
"@compiled/babel-plugin-strip-runtime": "^0.29.0",
"@compiled/css": "^0.14.0",
"@compiled/utils": "^0.11.2",
Expand Down

0 comments on commit e53d9db

Please sign in to comment.