Skip to content

Commit

Permalink
Version Packages (#1605)
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 22, 2023
1 parent 39714ae commit 190fd06
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-toys-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-nails-breathe.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.27.1

### Patch Changes

- 39714ae3: cssMap() no longer throws an invariant if no styles were generated.

## 0.26.3

### 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.26.3",
"version": "0.27.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
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.14.5

### Patch Changes

- Updated dependencies [39714ae3]
- @compiled/babel-plugin@0.27.1

## 0.14.4

### 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.14.4",
"version": "0.14.5",
"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.26.0",
"@compiled/babel-plugin": "^0.27.1",
"@compiled/babel-plugin-strip-runtime": "^0.27.0",
"@compiled/utils": "^0.9.2",
"@parcel/plugin": "^2.8.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/react

## 0.16.8

### Patch Changes

- 39714ae3: Fix nested types being forcibly required.

## 0.16.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/react",
"version": "0.16.7",
"version": "0.16.8",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"keywords": [
"compiled",
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.12.3

### Patch Changes

- Updated dependencies [39714ae3]
- @compiled/babel-plugin@0.27.1

## 0.12.2

### Patch 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.12.2",
"version": "0.12.3",
"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.26.0",
"@compiled/babel-plugin": "^0.27.1",
"@compiled/babel-plugin-strip-runtime": "^0.27.0",
"@compiled/css": "^0.12.1",
"@compiled/utils": "^0.9.2",
Expand All @@ -31,7 +31,7 @@
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@compiled/react": "^0.16.5",
"@compiled/react": "^0.16.8",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"memfs": "^3.5.3",
Expand Down

0 comments on commit 190fd06

Please sign in to comment.