Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2023
1 parent a49e950 commit 8fb800a
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-pots-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-yaks-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-pens-fold.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [b6f3e41e]
- @compiled/react@0.15.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/parcel-optimizer-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@compiled/parcel-optimizer-test-app",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@compiled/react": "^0.14.0",
"@compiled/react": "^0.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
7 changes: 7 additions & 0 deletions fixtures/parcel-transformer-test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/parcel-transformer-test-app

## 0.1.3

### Patch Changes

- Updated dependencies [b6f3e41e]
- @compiled/react@0.15.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/parcel-transformer-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@compiled/parcel-transformer-test-app",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@compiled/react": "^0.14.0",
"@compiled/react": "^0.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/parcel-transformer-test-compress-class-name-app

## 0.2.2

### Patch Changes

- Updated dependencies [b6f3e41e]
- @compiled/react@0.15.0

## 0.2.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@compiled/parcel-transformer-test-compress-class-name-app",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"dependencies": {
"@compiled/react": "^0.14.0",
"@compiled/react": "^0.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/parcel-transformer-test-custom-resolver-app

## 0.1.3

### Patch Changes

- Updated dependencies [b6f3e41e]
- @compiled/react@0.15.0

## 0.1.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@compiled/parcel-transformer-test-custom-resolver-app",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@compiled/react": "^0.14.0",
"@compiled/react": "^0.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
7 changes: 7 additions & 0 deletions fixtures/parcel-transformer-test-extract-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @compiled/parcel-transformer-test-extract-app

## 0.1.3

### Patch Changes

- Updated dependencies [b6f3e41e]
- @compiled/react@0.15.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/parcel-transformer-test-extract-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@compiled/parcel-transformer-test-extract-app",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@compiled/react": "^0.14.0",
"@compiled/react": "^0.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @compiled/eslint-plugin

## 0.9.0

### Minor Changes

- 685093a5: Add ESLint rule `@compiled/no-invalid-css-map` for linting cssMap usages

### Patch Changes

- 59687aba: Fix @compiled/eslint-plugin no-css-prop-without-css-function rule adding duplicate css import

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.8.1",
"version": "0.9.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 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.15.0

### Minor Changes

- b6f3e41e: Change `cssMap` types to use stricter type checking and only allowing a limited subset of whitelisted selectors (e.g. `&:hover`); implement syntax for at-rules (e.g. `@media`); implement `selectors` key for non-whitelisted selectors.

## 0.14.0

### Minor 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.14.0",
"version": "0.15.0",
"description": "A familiar and performant compile time CSS-in-JS library for React.",
"keywords": [
"compiled",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@compiled/react": "^0.14.0",
"@compiled/react": "^0.15.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"memfs": "^3.5.3",
Expand Down

0 comments on commit 8fb800a

Please sign in to comment.