Skip to content

Commit

Permalink
Version Packages (#1721)
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 14, 2024
1 parent 4fb5c6e commit 4695b6b
Show file tree
Hide file tree
Showing 24 changed files with 153 additions and 54 deletions.
8 changes: 0 additions & 8 deletions .changeset/empty-pumpkins-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-geckos-peel.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/six-tomatoes-kick.md

This file was deleted.

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

## 0.32.0

### Patch Changes

- Updated dependencies [4fb5c6e1]
- Updated dependencies [2750e288]
- @compiled/css@0.16.0
- @compiled/utils@0.13.0

## 0.31.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.31.0",
"version": "0.32.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin-strip-runtime",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand All @@ -24,8 +24,8 @@
"@babel/template": "^7.20.7",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.21.5",
"@compiled/css": "^0.15.0",
"@compiled/utils": "^0.12.0"
"@compiled/css": "^0.16.0",
"@compiled/utils": "^0.13.0"
},
"devDependencies": {
"@compiled/babel-plugin": "*",
Expand Down
16 changes: 16 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @compiled/babel-plugin

## 0.32.0

### Minor Changes

- 4fb5c6e1: Adds a new option that can be passed to the babel plugin called `classHashPrefix`. Its value is used to add a prefix to the class names when generating their hashes.
- 2750e288: Make support for `@atlaskit/css` as a first-class import consistently default. This means the same functionality of parsing JSX pragmas, linting specific imports, and extracting styles should all work from `@compiled/react` and `@atlaskit/css` equally without the `importSources: ['@atlaskit/css']` config we use internally.

This was already the default in about 1/3rd of the code, but not consistent. Now it's consistent and I've cleaned up duplicated import patterns.

### Patch Changes

- Updated dependencies [4fb5c6e1]
- Updated dependencies [2750e288]
- @compiled/css@0.16.0
- @compiled/utils@0.13.0

## 0.31.0

### Patch Changes
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.31.0",
"version": "0.32.0",
"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 Expand Up @@ -28,8 +28,8 @@
"@babel/template": "^7.20.7",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.21.5",
"@compiled/css": "^0.15.0",
"@compiled/utils": "^0.12.0",
"@compiled/css": "^0.16.0",
"@compiled/utils": "^0.13.0",
"@emotion/is-prop-valid": "^1.2.1",
"resolve": "^1.22.8"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @compiled/codemods

## 0.10.0

### Minor Changes

- 2750e288: Make support for `@atlaskit/css` as a first-class import consistently default. This means the same functionality of parsing JSX pragmas, linting specific imports, and extracting styles should all work from `@compiled/react` and `@atlaskit/css` equally without the `importSources: ['@atlaskit/css']` config we use internally.

This was already the default in about 1/3rd of the code, but not consistent. Now it's consistent and I've cleaned up duplicated import patterns.

### Patch Changes

- Updated dependencies [2750e288]
- @compiled/utils@0.13.0

## 0.9.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/codemods",
"version": "0.9.5",
"version": "0.10.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"keywords": [
"codemod",
Expand Down Expand Up @@ -30,7 +30,7 @@
"unset-value": ">=2.0.1"
},
"dependencies": {
"@compiled/utils": "^0.12.0",
"@compiled/utils": "^0.13.0",
"chalk": "^4.1.2",
"jscodeshift": "^0.16.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @compiled/css

## 0.16.0

### Minor Changes

- 4fb5c6e1: Adds a new option that can be passed to the babel plugin called `classHashPrefix`. Its value is used to add a prefix to the class names when generating their hashes.

### Patch Changes

- Updated dependencies [2750e288]
- @compiled/utils@0.13.0

## 0.15.0

### Minor Changes
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.15.0",
"version": "0.16.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-css",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand All @@ -23,7 +23,7 @@
"nth-check": ">=2.1.1"
},
"dependencies": {
"@compiled/utils": "^0.12.0",
"@compiled/utils": "^0.13.0",
"autoprefixer": "^10.4.14",
"cssnano-preset-default": "^5.2.14",
"postcss": "^8.4.31",
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @compiled/eslint-plugin

## 0.15.0

### Minor Changes

- 2750e288: Make support for `@atlaskit/css` as a first-class import consistently default. This means the same functionality of parsing JSX pragmas, linting specific imports, and extracting styles should all work from `@compiled/react` and `@atlaskit/css` equally without the `importSources: ['@atlaskit/css']` config we use internally.

This was already the default in about 1/3rd of the code, but not consistent. Now it's consistent and I've cleaned up duplicated import patterns.

### Patch Changes

- c786a445: Adding eslint rule to enforce shorthand css properties come before longhand
- Updated dependencies [2750e288]
- @compiled/utils@0.13.0

## 0.14.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/eslint-plugin",
"version": "0.14.1",
"version": "0.15.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin",
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
Expand All @@ -20,7 +20,7 @@
"src"
],
"dependencies": {
"@compiled/utils": "^0.12.0"
"@compiled/utils": "^0.13.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
Expand Down
9 changes: 9 additions & 0 deletions packages/parcel-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @compiled/parcel-config

## 0.5.3

### Patch Changes

- Updated dependencies [4fb5c6e1]
- Updated dependencies [2750e288]
- @compiled/parcel-transformer@0.17.0
- @compiled/parcel-optimizer@0.5.1

## 0.5.2

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

## 0.5.1

### Patch Changes

- Updated dependencies [4fb5c6e1]
- Updated dependencies [2750e288]
- @compiled/css@0.16.0
- @compiled/utils@0.13.0

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/parcel-optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/parcel-optimizer",
"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 @@ -19,8 +19,8 @@
"src"
],
"dependencies": {
"@compiled/css": "^0.15.0",
"@compiled/utils": "^0.12.0",
"@compiled/css": "^0.16.0",
"@compiled/utils": "^0.13.0",
"@parcel/plugin": "^2.8.3",
"posthtml": "^0.16.6",
"posthtml-insert-at": "^0.2.7"
Expand Down
17 changes: 17 additions & 0 deletions packages/parcel-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @compiled/parcel-transformer

## 0.17.0

### Minor Changes

- 4fb5c6e1: Adds a new option that can be passed to the babel plugin called `classHashPrefix`. Its value is used to add a prefix to the class names when generating their hashes.
- 2750e288: Make support for `@atlaskit/css` as a first-class import consistently default. This means the same functionality of parsing JSX pragmas, linting specific imports, and extracting styles should all work from `@compiled/react` and `@atlaskit/css` equally without the `importSources: ['@atlaskit/css']` config we use internally.

This was already the default in about 1/3rd of the code, but not consistent. Now it's consistent and I've cleaned up duplicated import patterns.

### Patch Changes

- Updated dependencies [4fb5c6e1]
- Updated dependencies [2750e288]
- @compiled/babel-plugin@0.32.0
- @compiled/utils@0.13.0
- @compiled/babel-plugin-strip-runtime@0.32.0

## 0.16.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.16.2",
"version": "0.17.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,9 +22,9 @@
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/generator": "^7.21.5",
"@compiled/babel-plugin": "^0.31.0",
"@compiled/babel-plugin-strip-runtime": "^0.31.0",
"@compiled/utils": "^0.12.0",
"@compiled/babel-plugin": "^0.32.0",
"@compiled/babel-plugin-strip-runtime": "^0.32.0",
"@compiled/utils": "^0.13.0",
"@parcel/plugin": "^2.8.3",
"@parcel/source-map": "^2.1.1",
"@parcel/utils": "^2.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"devDependencies": {
"@compiled/benchmark": "^1.1.0",
"@compiled/utils": "^0.12.0",
"@compiled/utils": "^0.13.0",
"@fixture/strict-api-test": "*",
"@testing-library/react": "^12.1.5",
"@types/jsdom": "^16.2.15",
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.13.0

### Minor Changes

- 2750e288: Make support for `@atlaskit/css` as a first-class import consistently default. This means the same functionality of parsing JSX pragmas, linting specific imports, and extracting styles should all work from `@compiled/react` and `@atlaskit/css` equally without the `importSources: ['@atlaskit/css']` config we use internally.

This was already the default in about 1/3rd of the code, but not consistent. Now it's consistent and I've cleaned up duplicated import patterns.

## 0.12.0

### Minor 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.12.0",
"version": "0.13.0",
"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
18 changes: 18 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @compiled/webpack-loader

## 0.17.0

### Minor Changes

- 4fb5c6e1: Adds a new option that can be passed to the babel plugin called `classHashPrefix`. Its value is used to add a prefix to the class names when generating their hashes.
- 2750e288: Make support for `@atlaskit/css` as a first-class import consistently default. This means the same functionality of parsing JSX pragmas, linting specific imports, and extracting styles should all work from `@compiled/react` and `@atlaskit/css` equally without the `importSources: ['@atlaskit/css']` config we use internally.

This was already the default in about 1/3rd of the code, but not consistent. Now it's consistent and I've cleaned up duplicated import patterns.

### Patch Changes

- Updated dependencies [4fb5c6e1]
- Updated dependencies [2750e288]
- @compiled/babel-plugin@0.32.0
- @compiled/css@0.16.0
- @compiled/utils@0.13.0
- @compiled/babel-plugin-strip-runtime@0.32.0

## 0.16.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.16.0",
"version": "0.17.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,10 +22,10 @@
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/parser": "^7.21.8",
"@compiled/babel-plugin": "^0.31.0",
"@compiled/babel-plugin-strip-runtime": "^0.31.0",
"@compiled/css": "^0.15.0",
"@compiled/utils": "^0.12.0",
"@compiled/babel-plugin": "^0.32.0",
"@compiled/babel-plugin-strip-runtime": "^0.32.0",
"@compiled/css": "^0.16.0",
"@compiled/utils": "^0.13.0",
"enhanced-resolve": "^5.15.0",
"loader-utils": "^2.0.4",
"webpack-sources": "^3.2.3"
Expand Down

0 comments on commit 4695b6b

Please sign in to comment.