Skip to content

Commit

Permalink
Merge pull request #654 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 20, 2021
2 parents 367f3a4 + ab8e88b commit 0905a10
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-teachers-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-mugs-destroy.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rare-monkeys-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-impalas-judge.md

This file was deleted.

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

## 0.6.9

### Patch Changes

- 0bb1c11: The `onFoundStyleSheet` option has been replaced by `onFoundStyleSheet`. This callback will be called once with all found styles at the end of the pass.

## 0.6.8

### Patch Changes

- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).
2 changes: 1 addition & 1 deletion packages/babel-plugin-strip-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/babel-plugin-strip-runtime",
"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
10 changes: 10 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# @compiled/babel-plugin

## 0.6.9

### Patch Changes

- Updated dependencies [0bb1c11]
- Updated dependencies [0bb1c11]
- @compiled/css@0.6.9
- @compiled/utils@0.6.9

## 0.6.8

### Patch Changes

- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).
Expand Down
6 changes: 3 additions & 3 deletions 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.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 Expand Up @@ -31,8 +31,8 @@
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.13.0",
"@babel/types": "^7.13.0",
"@compiled/css": "0.6.8",
"@compiled/utils": "0.6.8",
"@compiled/css": "0.6.9",
"@compiled/utils": "0.6.9",
"@emotion/is-prop-valid": "^1.1.0",
"resolve": "^1.20.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# @compiled/css

## 0.6.9

### Patch Changes

- 0bb1c11: Added new `sort` function to sort atomic style sheets.
- Updated dependencies [0bb1c11]
- @compiled/utils@0.6.9

## 0.6.8

### Patch Changes

- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/css",
"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 All @@ -20,7 +20,7 @@
"README.md"
],
"dependencies": {
"@compiled/utils": "0.6.8",
"@compiled/utils": "0.6.9",
"autoprefixer": "^9.8.6",
"convert-source-map": "^1.7.0",
"cssnano-preset-default": "^4.0.7",
Expand Down
9 changes: 9 additions & 0 deletions packages/parcel-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# @compiled/parcel-transformer

## 0.6.9

### Patch Changes

- Updated dependencies [0bb1c11]
- @compiled/utils@0.6.9
- @compiled/babel-plugin@0.6.9

## 0.6.8

### Patch Changes

- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).
Expand Down
6 changes: 3 additions & 3 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.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 All @@ -23,8 +23,8 @@
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/generator": "^7.13.9",
"@compiled/babel-plugin": "0.6.8",
"@compiled/utils": "0.6.8",
"@compiled/babel-plugin": "0.6.9",
"@compiled/utils": "0.6.9",
"@parcel/plugin": "^2.0.0-nightly.628"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @compiled/utils

## 0.6.9

### Patch Changes

- 0bb1c11: Added new `createError` and `toBoolean` functions.

## 0.6.8

### Patch Changes

- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/utils",
"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
16 changes: 16 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# @compiled/webpack-loader

## 0.6.9

### Patch Changes

- 0bb1c11: Added new option `extract` with pairing webpack plugin `CompiledExtractPlugin`.
Configuring them will strip all the runtime from your app and extract all styles to an atomic style sheet.

For help getting started with this feature read the [CSS extraction guide](https://compiledcssinjs.com/docs/css-extraction-webpack) for webpack.

- Updated dependencies [0bb1c11]
- Updated dependencies [0bb1c11]
- @compiled/css@0.6.9
- @compiled/utils@0.6.9
- @compiled/babel-plugin@0.6.9

## 0.6.8

### Patch Changes

- aea3504: Packages now released with [changesets](https://github.com/atlassian/changesets).
Expand Down
8 changes: 4 additions & 4 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.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 All @@ -21,9 +21,9 @@
],
"dependencies": {
"@babel/core": "^7.13.10",
"@compiled/babel-plugin": "0.6.8",
"@compiled/css": "0.6.8",
"@compiled/utils": "0.6.8",
"@compiled/babel-plugin": "0.6.9",
"@compiled/css": "0.6.9",
"@compiled/utils": "0.6.9",
"loader-utils": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 0905a10

Please sign in to comment.