Skip to content

Commit

Permalink
Merge pull request #673 from atlassian-labs/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Madou authored Mar 25, 2021
2 parents 4032cd4 + 50254f8 commit 0f213f0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-clouds-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-apes-attend.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @compiled/react

## 0.6.9

### Patch Changes

- 4032cd4: Memo has been removed from the style component which was breaking re-renders at times.

## 0.6.8

### Patch Changes

- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).
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.6.8",
"version": "0.6.9",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @compiled/webpack-loader

## 0.6.12

### Patch Changes

- 4032cd4: The `importReact` option now correctly defaults to `true`.

## 0.6.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6.11",
"version": "0.6.12",
"description": "Build time CSS-in-JS for React. Baked and ready to serve.",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0f213f0

Please sign in to comment.