Skip to content

Commit 3c5618b

Browse files
Version Packages (#1742)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a9e1157 commit 3c5618b

24 files changed

+145
-54
lines changed

.changeset/fuzzy-readers-pump.md

-5
This file was deleted.

.changeset/plenty-feet-rest.md

-12
This file was deleted.

.changeset/twelve-countries-fail.md

-5
This file was deleted.

.changeset/twelve-poems-switch.md

-5
This file was deleted.

examples/ssr/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @compiled/ssr-app
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- c9e45a11: Bump express in SSR example
8+
39
## 1.2.0
410

511
### Minor Changes

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/ssr-app",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"build": "razzle build",

packages/babel-plugin-strip-runtime/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @compiled/babel-plugin-strip-runtime
22

3+
## 0.33.0
4+
5+
### Minor Changes
6+
7+
- f63b99d4: Possibly BREAKING: Default `sortShorthand` to be enabled during stylesheet extraction to match the config we have internally at Atlassian and our recommendation.
8+
9+
You can opt-out from this change by setting `sortShorthand: false` in several places, refer to https://compiledcssinjs.com/docs/shorthand and package-specific documentation.
10+
11+
This is only a breaking change if you expect `margin:0` to override `margin-top:8px` for example, which in other CSS-in-JS libraries may actually work, but in Compiled it's not guaranteed to work, so we forcibly sort it to guarantee the order in which these styles are applied.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [88bbe382]
16+
- Updated dependencies [f63b99d4]
17+
- @compiled/utils@0.13.1
18+
- @compiled/css@0.18.0
19+
320
## 0.32.2
421

522
### Patch Changes

packages/babel-plugin-strip-runtime/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/babel-plugin-strip-runtime",
3-
"version": "0.32.2",
3+
"version": "0.33.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin-strip-runtime",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -24,8 +24,8 @@
2424
"@babel/template": "^7.20.7",
2525
"@babel/traverse": "^7.23.2",
2626
"@babel/types": "^7.21.5",
27-
"@compiled/css": "^0.17.0",
28-
"@compiled/utils": "^0.13.0"
27+
"@compiled/css": "^0.18.0",
28+
"@compiled/utils": "^0.13.1"
2929
},
3030
"devDependencies": {
3131
"@compiled/babel-plugin": "*",

packages/babel-plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @compiled/babel-plugin
22

3+
## 0.33.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [88bbe382]
8+
- Updated dependencies [f63b99d4]
9+
- @compiled/utils@0.13.1
10+
- @compiled/css@0.18.0
11+
312
## 0.32.2
413

514
### Patch Changes

packages/babel-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/babel-plugin",
3-
"version": "0.32.2",
3+
"version": "0.33.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-babel-plugin",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -28,8 +28,8 @@
2828
"@babel/template": "^7.20.7",
2929
"@babel/traverse": "^7.23.2",
3030
"@babel/types": "^7.21.5",
31-
"@compiled/css": "^0.17.0",
32-
"@compiled/utils": "^0.13.0",
31+
"@compiled/css": "^0.18.0",
32+
"@compiled/utils": "^0.13.1",
3333
"@emotion/is-prop-valid": "^1.2.1",
3434
"resolve": "^1.22.8"
3535
},

packages/css/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @compiled/css
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- f63b99d4: Possibly BREAKING: Default `sortShorthand` to be enabled during stylesheet extraction to match the config we have internally at Atlassian and our recommendation.
8+
9+
You can opt-out from this change by setting `sortShorthand: false` in several places, refer to https://compiledcssinjs.com/docs/shorthand and package-specific documentation.
10+
11+
This is only a breaking change if you expect `margin:0` to override `margin-top:8px` for example, which in other CSS-in-JS libraries may actually work, but in Compiled it's not guaranteed to work, so we forcibly sort it to guarantee the order in which these styles are applied.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [88bbe382]
16+
- @compiled/utils@0.13.1
17+
318
## 0.17.1
419

520
### Patch Changes

packages/css/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/css",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-css",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -23,7 +23,7 @@
2323
"nth-check": ">=2.1.1"
2424
},
2525
"dependencies": {
26-
"@compiled/utils": "^0.13.0",
26+
"@compiled/utils": "^0.13.1",
2727
"autoprefixer": "^10.4.14",
2828
"cssnano-preset-default": "^5.2.14",
2929
"postcss": "^8.4.31",

packages/eslint-plugin/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @compiled/eslint-plugin
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 88bbe382: Fix shorthand-property-sorting not detecting lint violations, and extend the rule to support almost all Compiled APIs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [88bbe382]
12+
- @compiled/utils@0.13.1
13+
314
## 0.17.0
415

516
### Minor Changes

packages/eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/eslint-plugin",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -20,7 +20,7 @@
2020
"src"
2121
],
2222
"dependencies": {
23-
"@compiled/utils": "^0.13.0",
23+
"@compiled/utils": "^0.13.1",
2424
"estraverse": "^5.3.0"
2525
},
2626
"devDependencies": {

packages/parcel-config/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @compiled/parcel-config
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f63b99d4]
8+
- @compiled/parcel-optimizer@0.6.0
9+
- @compiled/parcel-transformer@0.18.1
10+
311
## 0.5.4
412

513
### Patch Changes

packages/parcel-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/parcel-config",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
66
"repository": {
@@ -16,8 +16,8 @@
1616
"config.json"
1717
],
1818
"dependencies": {
19-
"@compiled/parcel-optimizer": "^0.5.1",
20-
"@compiled/parcel-transformer": "^0.18.0",
19+
"@compiled/parcel-optimizer": "^0.6.0",
20+
"@compiled/parcel-transformer": "^0.18.1",
2121
"@compiled/parcel-transformer-external": "^0.1.0",
2222
"@parcel/plugin": "^2.8.3"
2323
},

packages/parcel-optimizer/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @compiled/parcel-optimizer
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f63b99d4: Possibly BREAKING: Default `sortShorthand` to be enabled during stylesheet extraction to match the config we have internally at Atlassian and our recommendation.
8+
9+
You can opt-out from this change by setting `sortShorthand: false` in several places, refer to https://compiledcssinjs.com/docs/shorthand and package-specific documentation.
10+
11+
This is only a breaking change if you expect `margin:0` to override `margin-top:8px` for example, which in other CSS-in-JS libraries may actually work, but in Compiled it's not guaranteed to work, so we forcibly sort it to guarantee the order in which these styles are applied.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [88bbe382]
16+
- Updated dependencies [f63b99d4]
17+
- @compiled/utils@0.13.1
18+
- @compiled/css@0.18.0
19+
320
## 0.5.2
421

522
### Patch Changes

packages/parcel-optimizer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/parcel-optimizer",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
66
"repository": {
@@ -19,8 +19,8 @@
1919
"src"
2020
],
2121
"dependencies": {
22-
"@compiled/css": "^0.17.0",
23-
"@compiled/utils": "^0.13.0",
22+
"@compiled/css": "^0.18.0",
23+
"@compiled/utils": "^0.13.1",
2424
"@parcel/plugin": "^2.8.3",
2525
"posthtml": "^0.16.6",
2626
"posthtml-insert-at": "^0.2.7"

packages/parcel-transformer/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @compiled/parcel-transformer
22

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [88bbe382]
8+
- Updated dependencies [f63b99d4]
9+
- @compiled/utils@0.13.1
10+
- @compiled/babel-plugin-strip-runtime@0.33.0
11+
- @compiled/babel-plugin@0.33.0
12+
313
## 0.18.0
414

515
### Minor Changes

packages/parcel-transformer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/parcel-transformer",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-parcel-transformer",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -22,9 +22,9 @@
2222
"dependencies": {
2323
"@babel/core": "^7.21.8",
2424
"@babel/generator": "^7.21.5",
25-
"@compiled/babel-plugin": "^0.32.1",
26-
"@compiled/babel-plugin-strip-runtime": "^0.32.0",
27-
"@compiled/utils": "^0.13.0",
25+
"@compiled/babel-plugin": "^0.33.0",
26+
"@compiled/babel-plugin-strip-runtime": "^0.33.0",
27+
"@compiled/utils": "^0.13.1",
2828
"@parcel/plugin": "^2.8.3",
2929
"@parcel/source-map": "^2.1.1",
3030
"@parcel/utils": "^2.8.3",

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @compiled/utils
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- 88bbe382: Remove superfluous border-block-_ and border-inline-_ from being listed as shorthand properties of border-top / border-bottom / border-left / border-right
8+
39
## 0.13.0
410

511
### Minor Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/utils",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",

packages/webpack-loader/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @compiled/webpack-loader
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- f63b99d4: Possibly BREAKING: Default `sortShorthand` to be enabled during stylesheet extraction to match the config we have internally at Atlassian and our recommendation.
8+
9+
You can opt-out from this change by setting `sortShorthand: false` in several places, refer to https://compiledcssinjs.com/docs/shorthand and package-specific documentation.
10+
11+
This is only a breaking change if you expect `margin:0` to override `margin-top:8px` for example, which in other CSS-in-JS libraries may actually work, but in Compiled it's not guaranteed to work, so we forcibly sort it to guarantee the order in which these styles are applied.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [88bbe382]
16+
- Updated dependencies [f63b99d4]
17+
- @compiled/utils@0.13.1
18+
- @compiled/babel-plugin-strip-runtime@0.33.0
19+
- @compiled/css@0.18.0
20+
- @compiled/babel-plugin@0.33.0
21+
322
## 0.18.1
423

524
### Patch Changes

packages/webpack-loader/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/webpack-loader",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-webpack-loader",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"@babel/core": "^7.21.8",
2424
"@babel/parser": "^7.21.8",
25-
"@compiled/babel-plugin": "^0.32.2",
26-
"@compiled/babel-plugin-strip-runtime": "^0.32.2",
27-
"@compiled/css": "^0.17.0",
28-
"@compiled/utils": "^0.13.0",
25+
"@compiled/babel-plugin": "^0.33.0",
26+
"@compiled/babel-plugin-strip-runtime": "^0.33.0",
27+
"@compiled/css": "^0.18.0",
28+
"@compiled/utils": "^0.13.1",
2929
"enhanced-resolve": "^5.17.1",
3030
"loader-utils": "^2.0.4",
3131
"webpack-sources": "^3.2.3"

0 commit comments

Comments
 (0)