Skip to content

Commit

Permalink
Version Packages (#1681)
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 Jun 7, 2024
1 parent a0f8c89 commit 32566f6
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/nine-birds-guess.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/parcel-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/parcel-config

## 0.5.1

### Patch Changes

- Updated dependencies [a0f8c897]
- @compiled/parcel-transformer@0.16.0

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"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.4.5",
"@compiled/parcel-transformer": "^0.15.4",
"@compiled/parcel-transformer": "^0.16.0",
"@compiled/parcel-transformer-external": "^0.1.0",
"@parcel/plugin": "^2.8.3"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/parcel-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @compiled/parcel-transformer

## 0.16.0

### Minor Changes

- a0f8c897: - Set `parserBabelPlugins` to default to `['typescript', 'jsx']`
- This is already used across different Atlassian codebases.
- Add missing 'babelrc: false' for all internal `parseAsync` calls to Babel. This was already included for `transformFromAstAsync` calls.

### Patch Changes

- Updated dependencies [a0f8c897]
- @compiled/utils@0.11.2

## 0.15.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.15.4",
"version": "0.16.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 @@ -24,7 +24,7 @@
"@babel/generator": "^7.21.5",
"@compiled/babel-plugin": "^0.29.0",
"@compiled/babel-plugin-strip-runtime": "^0.29.0",
"@compiled/utils": "^0.11.1",
"@compiled/utils": "^0.11.2",
"@parcel/plugin": "^2.8.3",
"@parcel/source-map": "^2.1.1",
"@parcel/utils": "^2.8.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @compiled/utils

## 0.11.2

### Patch Changes

- a0f8c897: - Set `parserBabelPlugins` to default to `['typescript', 'jsx']`
- This is already used across different Atlassian codebases.
- Add missing 'babelrc: false' for all internal `parseAsync` calls to Babel. This was already included for `transformFromAstAsync` calls.

## 0.11.1

### Patch Changes
Expand Down
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.11.1",
"version": "0.11.2",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
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.14.0

### Minor Changes

- a0f8c897: - Set `parserBabelPlugins` to default to `['typescript', 'jsx']`
- This is already used across different Atlassian codebases.
- Add missing 'babelrc: false' for all internal `parseAsync` calls to Babel. This was already included for `transformFromAstAsync` calls.

### Patch Changes

- Updated dependencies [a0f8c897]
- @compiled/utils@0.11.2

## 0.13.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.13.0",
"version": "0.14.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 @@ -25,7 +25,7 @@
"@compiled/babel-plugin": "^0.29.0",
"@compiled/babel-plugin-strip-runtime": "^0.29.0",
"@compiled/css": "^0.14.0",
"@compiled/utils": "^0.11.1",
"@compiled/utils": "^0.11.2",
"enhanced-resolve": "^5.15.0",
"loader-utils": "^2.0.4",
"webpack-sources": "^3.2.3"
Expand Down

0 comments on commit 32566f6

Please sign in to comment.