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

File tree

24 files changed

+145
-54
lines changed

24 files changed

+145
-54
lines changed

.changeset/fuzzy-readers-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-feet-rest.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/twelve-countries-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-poems-switch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/ssr/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 17 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 9 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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
},

0 commit comments

Comments
 (0)