Skip to content

Commit

Permalink
Version Packages (#1728)
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 Oct 18, 2024
1 parent c165531 commit be74f07
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/fluffy-cherries-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-beers-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-jokes-care.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.32.1

### Patch Changes

- c1655312: Documents what happens when mixing extraction and classHashPrefix

## 0.32.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.32.0",
"version": "0.32.1",
"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
8 changes: 8 additions & 0 deletions packages/parcel-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @compiled/parcel-config

## 0.5.4

### Patch Changes

- Updated dependencies [c1655312]
- Updated dependencies [c1655312]
- @compiled/parcel-transformer@0.18.0

## 0.5.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/parcel-config",
"version": "0.5.3",
"version": "0.5.4",
"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 @@ -17,7 +17,7 @@
],
"dependencies": {
"@compiled/parcel-optimizer": "^0.5.1",
"@compiled/parcel-transformer": "^0.17.0",
"@compiled/parcel-transformer": "^0.18.0",
"@compiled/parcel-transformer-external": "^0.1.0",
"@parcel/plugin": "^2.8.3"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/parcel-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @compiled/parcel-transformer

## 0.18.0

### Minor Changes

- c1655312: Throw an error when mixing `extract: true` and `classHashPrefix` configuration options to avoid unsupported usage and bundle size bloat.

### Patch Changes

- c1655312: Documents what happens when mixing extraction and classHashPrefix
- Updated dependencies [c1655312]
- @compiled/babel-plugin@0.32.1

## 0.17.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.17.0",
"version": "0.18.0",
"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.32.0",
"@compiled/babel-plugin": "^0.32.1",
"@compiled/babel-plugin-strip-runtime": "^0.32.0",
"@compiled/utils": "^0.13.0",
"@parcel/plugin": "^2.8.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @compiled/webpack-loader

## 0.18.0

### Minor Changes

- c1655312: Throw an error when mixing `extract: true` and `classHashPrefix` configuration options to avoid unsupported usage and bundle size bloat.

### Patch Changes

- c1655312: Documents what happens when mixing extraction and classHashPrefix
- c1655312: fix: webpack loader wasn't passing classHashPrefix option down to babel plugin
- Updated dependencies [c1655312]
- @compiled/babel-plugin@0.32.1

## 0.17.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.17.0",
"version": "0.18.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.32.0",
"@compiled/babel-plugin": "^0.32.1",
"@compiled/babel-plugin-strip-runtime": "^0.32.0",
"@compiled/css": "^0.16.0",
"@compiled/utils": "^0.13.0",
Expand Down

0 comments on commit be74f07

Please sign in to comment.